s1.2.7
Multiplying Two Numbers Near 100
1,000 questions1 starred · within 5% counts
This trick simplifies multiplying two numbers that are close to 100 (or 1000, etc.).
- Both numbers over 100: For , the last two digits are the product of the differences from 100 (). The first part of the answer is one number plus the other's difference from 100 (). Answer: 11124.
- Both numbers under 100: For , the last two digits are the product of the differences from 100 (). The first part is one number minus the other's difference from 100 (). Answer: 9118.
- One over, one under 100: For , the last two digits are . The first part is the larger number, minus the smaller's difference from 100, minus 1 (). Answer: 9682.