s1.3.7
Multiplying Two Numbers Ending in 5
1,000 questions
When multiplying two numbers that both end in 5 (e.g., and ), there is a specific trick based on whether the sum of the leading digits () is even or odd.
- If is even, the last two digits of the answer are 25.
- If is odd, the last two digits of the answer are 75.
The rest of the answer is found by calculating .
For : (even), so the end is 25. The rest is . Answer: 3825.
For : (odd), so the end is 75. The rest is . Answer: 2975.