All topics

s4.1.1

Multiplying Three-Digit Number by Two-Digit Number

1,000 questions

To multiply a three-digit number (abcabc) by a two-digit number (efef), you can break it down into smaller, more manageable multiplications. Treat the three-digit number as two groups, aa and bcbc.

Procedure:

  1. Multiply the two-digit groups: bc×efbc \times ef. The last two digits of this product form the end of your final answer. Note the carry.
  2. Multiply the leading digit of the three-digit number by the two-digit number, and add the carry: a×ef+carrya \times ef + \text{carry}. This result forms the beginning of your final answer.

For example, 117×15117 \times 15: First, 17×15=25517 \times 15 = 255. The last two digits are 55, carry 2. Then, 1×15+2=171 \times 15 + 2 = 17. The result is 1755. This often involves other tricks for the intermediate steps.

Practise this