the Russian peasant algorithm. You don't need multiplication facts to use the Russian peasant algorithm; you only need to double numbers, cut them in half, and add them up. Here are the rules:
- Write each number at the head of a column.
- Double the number in the first column, and halve the number in the second column.
If the number in the second column is odd, divide it by two and drop the remainder. - If the number in the second column is even, cross out that entire row.
- Keep doubling, halving, and crossing out until the number in the second column is 1.
- Add up the remaining numbers in the first column. The total is the product of your original numbers.
If we multiply 8 * 9, we should get the same answer. Can we explain our answer the same way?
8 | 9 |
1 | |
72 |
When we cut 9 in half, we dropped the remainder because 9 is an odd number. Because we have "lost" a one, the product of each row should be smaller from now on. Let's find the difference between the first row and the second row:
- 8*9 - 16*4
= 72 - 64
= 8.
We can rewrite the subtraction as a sum:
8 * 9 | |
= 16 * 4 + 8. |
Because our product has decreased by 8, we have to add 8 back in again at the end.
Read full article from Math Forum: Ask Dr. Math FAQ: Russian Peasant Multiplication
No comments:
Post a Comment