s1.2.11
Multiplying Reverses
1,000 questions
This trick applies to multiplying two two-digit numbers where the digits are reversed (e.g., ).
The algebraic expansion is .
Procedure:
- Ones digit: The product of the two digits ().
- Tens digit: The sum of the squares of the digits (), plus any carry.
- Hundreds digit: The product of the two digits (), plus any carry.
For example, : Ones is (write 5, carry 1). Tens is (write 5, carry 3). Hundreds is . The result is 1855.