Teaching Explanation
When multiplying numbers with large digits (like 7, 8, or 9), the cross-products can sum to 50, 60, or even higher. Trying to keep these carries in your head is an "error trap." Instead, we use a Carry Table:
1. Write the units digit of each cross-sum in the "Result" row.
2. Write the tens digit (the carry) in the "Carry" row, but shift it one position to the left.
3. Once all steps are done, add the two rows together.
This turns a complex mental calculation into a simple addition problem, making it much easier to spot where a mistake might have happened.
Method Conditions and Fallback
A carry table is necessary when the sums of cross-products exceed 9, requiring systematic tracking of place values.
Standard-method fallback: Standard long multiplication with explicit carry digits written above each column.
Misconception and Correction
Misconception: Adding the carry to the digits before multiplying them.
Correction: The carry must be added to the sum of the products for that step. If you add it to a single digit before multiplying, you change the entire value of the cross-product.
Visual Overlay Requirement
A graphic showing the "Single Line" result versus the "Two-Row Carry Table." The Carry Table row should have arrows pointing diagonally up and to the left to show the movement of carry digits.
- Steps:
1. $3 \times 7 = 21$. (Units: 1, Carry: 2)
2. $(4 \times 7) + (3 \times 6) = 28 + 18 = 46$. (Units: 6, Carry: 4)
3. $4 \times 6 = 24$.
- Carry Table:
- Row 1 (Units): _ 4 6 1
- Row 2 (Carries): 2 4 2 _ (Note: 21's carry is 2, 46's carry is 4, 24 is the final left term)
- Refined Layout: $24 | 46 | 21 \rightarrow 2400 + 460 + 21 = 2881$.
- Independent Check: $40 \times 60 = 2400$; $3 \times 7 = 21$; $40 \times 7 = 280$; $3 \times 60 = 180$. Total: $2400 + 21 + 280 + 180 = 2881$.
Example 2: $89 \times 89$
- Steps from right to left:
1. $9 \times 9 = 81$. Write 1 and carry 8.
2. $(8 \times 9) + (9 \times 8) + 8 = 72 + 72 + 8 = 152$. Write 2 and carry 15.
3. $8 \times 8 + 15 = 64 + 15 = 79$. Write 79.
- Carry Table:
- Cross-sum columns: $64 | 144 | 81$
- Incoming carries: $15 | 8 | 0$
- Totals after carry: $79 | 152 | 81$
- Recorded result: $79 | 2 | 1 = 7921$.
- Independent Check: $89^2 = (90-1)^2 = 8100 - 180 + 1 = 7921$.