Squaring a 2 digit number
For example:
84^2
6416 + 0640
7056
Squaring a 3 digit number
For example:
367^2
093649 + 036840 + 004200
134689
https://youtu.be/HWF1y5FfGXo
Multiplying any number by another number
Example:
436 * 589
Adding any fractions
Example:
5/30 + 9/20
Denominator: 30 * 20 = 600
Numerator: 5 * 20 + 9 * 30 = 370
Final sum: 370/600
Factoring A Quadratic
Example:
2x^2 + 9x + 10
Factors: 5, 4
Final roots: -5/2, -4/2 or -2.5, -2
x% of y is equal to…
y% of x
For example:
32% of 50 = 50% 32 = 16
Find any percentage of a value
For example:
WORKS:
20% of 130
2*13 = 26
DOESN’T WORK:
So here you do 65 * 3 and then divide by 10 to account for the missing place value. Final answer is 19.5.
So here you do 2 * 13 and then divide by 10 to account for the missing place value. Final answer is 2.6.
Dividing by 9 (without Remainders)
Example:
1321101 / 9
146788 + 000001
146789
Squaring ANY number ending in 5
Example:
Add 5^2 as last two digits
Final answer: 13225
1230*1231 = 1514130
Add 5^2 as last two digits
Final answer: 151413025
Squaring ANY number that has only 1s as its digits
For example:
11111111^2
12345678987654321
Multiplying any number by 11
Example:
738247 * 11
7 = last digit of product
7, digit before is 1, digit before is 6 + carried over 1 so 7, digit before is 0, digit before is 2, digit before is 1, first digit is 7 + carried over 1 which is 8
Final product: 8120717
Sine Rule (finding angles and sides in NON-right triangles)
sin A / side a = sin B / side b = sin C / side C
Example:
You are given a non-right triangle with sides a, b, and c, and side a measures 7 mm. Angle A is the angle opposite side a, and Angle B is the angle opposite side b. Angle A measures 53 degrees, while Angle B measures 36 degrees. Find side b.
__
\/
sin A / side a = sin B / side b
sin(53)/7 = sin(36)/x
x = sin(36)/(sin(53)/7)
Side b measures 5.15190812 mm.
Quickly multiplying two digit numbers
Example 1:
14 * 18
a) 14+8 = 22
22 * 10 = 220
b) 4*8 = 32
c) 220 + 032 = 252
Product: 252
Example 2:
32*41
a) 32 + 31 = 63
63 * 10 = 630
b) 22 * 31 = 682
c) 630 + 682 = 1312
Product: 1312
Convert kg to pounds
Example:
53 kg to lbs
53*2 = 106
106/10 = 10.6
Final answer: 106 + 10.6 = 116.6 lbs
This is an approximate, not exact value, since 1 kg does not exactly equal 2.2 pounds.
Converting pounds to kg
Example:
53 pounds to kg
53/2 = 26.5
26.5 * 10 = 265
265/11 = 24.09
24.09 kgs
This is an approximate, not exact value, since 2.2 pounds does not exactly equal 1 kg.
Calculate the cube root of any number.
Example:
Cube root of 523
Closest perfect cube is 512, and its cube root is 8 <– whole number part of answer.
523-512 = 11 <– numerator of fraction
(8 ^ 2) * 3 = 192
Final cube root: 8 + (11/192) or ~8.057
Very close to exact answer of 8.0568862
This method gets you approximate values that are generally within 1/10th of the precise answer.
Find any fraction of a number
A) divide the number by the denominator and then multiply it by the numerator.
OR B) multiply by the numerator of the fraction and then divide by the denominator.
A and B are interchangeable.
Example:
A is applicable:
3/7 of 84
84/7 * 3 = 36
B is applicable:
3/7 of 83
83 * 3 / 7 = 249/7