All topics

s4.1.3

Multiplying Two Numbers Whose Units Add to 10 and the Rest is the Same

1,000 questions

This is a generalization of the 'Squares Ending in 5' trick. For two numbers where the units digits add to 10 and the remaining leading digits are the same (e.g., 68 and 62), there's a shortcut.

Let the numbers be 10a+b10a+b and 10a+c10a+c where b+c=10b+c=10. The product is 100a(a+1)+bc100a(a+1) + bc.

Procedure:

  • The last two digits of the answer are the product of the units digits (b×cb \times c).
  • The preceding digits are the leading digit(s) (aa) multiplied by one greater than itself (a+1a+1).

For example, for 68×6268 \times 62: The last two digits are 8×2=168 \times 2 = 16. The preceding digits are 6×(6+1)=426 \times (6+1) = 42. The answer is 4216.

Practise this