s1.2.10
Multiplying Two Numbers Equidistant from a Third Number
1,000 questions8 starred · within 5% counts
This trick uses the difference of squares formula, . It's useful for multiplying two numbers that are equally spaced from a convenient middle number (usually a multiple of 10 or 5).
Procedure:
- Find the middle number between the two numbers being multiplied and square it.
- Find the difference between the middle number and one of the original numbers, and square that difference.
- Subtract the second result from the first.
For example, . The middle number is 85, and the distance is 2. The calculation is .