Mental Math Techniques Flashcards
(11 cards)
Squaring a 2 digit number
- Square each digit in the number and put them next to each other.
- Multiply the two digits and then double them.
- Put the answer of #2 as the middle two digits.
- Add to get the squared value.
For example:
84^2
6416 + 0640
7056
Squaring a 3 digit number
- Square each digit in the number and put them next to each other to get a 6-digit number.
- Multiply and double the first and second number to get the 2nd and 3rd values.
- Multiply and double the second and third number to get the 4th and 5th values.
- Multiply and double the first and third digits to get the 3rd and 4th digits on a 3rd layer.
- Add.
For example:
367^2
093649 + 036840 + 004200
134689
https://youtu.be/HWF1y5FfGXo
Multiplying any number by another number
- Make it such that both numbers have the same number of digits: ex. if multiplying 356 by 28, make it 365 by 028
- Multiply the ones place by ones place values
- For the number of digits it is, keep going and carry over multidigit numbers if necessary for all the possible combinations of digits that can result in a value in a certain place value. For example, in 365 by 028, for the tens values, add 5 * 2 and 6 * 8 and put that number in the tens place. Carry over any multidigit values. For the hundreds place add 5 * 0 + 6 * 2 + 3 * 8 because ones by hundreds and tens by tends can result in values in the hundreds.
- Keep going for all the place values until the last digits of the number has been reached (which you would get from multiplying the leftmost digits of each number to get the highest place value).
Example:
436 * 589
- 6 * 9 = 54. 4 in ones place and carry over 5.
- 3 * 9 + 6 * 8 + 5 = 80. 0 in tens place and carry over 8.
- 4 * 9 + 3 * 8 + 6 * 5 + 8 = 98. 8 in hundreds place and carry over 9.
- 4 * 8 + 5 * 3 + 9 = 56. 6 in thousands place and carry over 5.
- 4 * 5 + 5 = 25. 5 in ten thousands place and 2 in ten thousands place.
- Final answer: 256804
Adding any fractions
- Multiply the denominators of both fractions- this is the denominator of the sum fraction.
- Multiply the numerator of one fraction with the denominator of the other fraction. Do this for both diagonals.
- Add the values from Step 2, which will be the numerator of the sum fraction!
Example:
5/30 + 9/20
Denominator: 30 * 20 = 600
Numerator: 5 * 20 + 9 * 30 = 370
Final sum: 370/600
Factoring A Quadratic
- Find the two factors that multiply to A * C and add to B values.
- Negate each of the two factors and divide them by the A value.
- Those values are the roots to the equation!
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
- Multiply the nonzero leading numbers of both the percentage and the value being changed by the percentage.
- This is the new value.
- BUT: It assumes you have two place values of 0 because it bypasses the dividing by 100.
For example:
WORKS:
20% of 130
2*13 = 26
DOESN’T WORK:
- 65% of 30 (only 1 zero place value)
So here you do 65 * 3 and then divide by 10 to account for the missing place value. Final answer is 19.5.
- 20% of 13 (only 1 zero place value)
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)
- Take the first digit of the dividend as the first digit of the quotient.
- For each next digit of the quotient, calculate it by adding the sum of all previous digits of the dividend in the number (do for all digits except for the last digit of the dividend).
- For the last digit of the dividend, divide the sum of all digits by the divisor and add it in the ones place column (not a new place value) to get the final answer.
Example:
1321101 / 9
146788 + 000001
146789
Squaring ANY number ending in 5
- Multiply the digits before the last digit (5) by 1 + the number that the previous digits form. That number is the first few digits of the answer.
- The next digits of the answer are the squared value of the second digit.
Example:
- 115^2
11*12 = 132
Add 5^2 as last two digits
Final answer: 13225
- 12305^2
1230*1231 = 1514130
Add 5^2 as last two digits
Final answer: 151413025
Squaring ANY number that has only 1s as its digits
- Count up the number of digits in the number. The sum will be the largest digit and the middle value of the number.
- For your final answer, start from the digit 1 and make your way up to the summation of the digits, increasing by one each time. When that summation number is reached, go down consecutively by 1 until reaching 1 as the last digit. That is the final squared value.
For example:
11111111^2
12345678987654321
Multiplying any number by 11
- Take the last digit of the number being mutiplied by 11 as the last digit of the product.
- Working your way from the last digit to the first digit take the sums of groups of two numbers, carrying over as necessary, and add the sums as preceding digits in reverse order.
- For the first digit of the number, just take the first digit of the number being multiplied by 11 and add any carried over numbers.
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