
Russian Peasant Multiplication
안내
Run the algorithm once
Run the algorithm once
Do 37 × 46 without using a single multiplication fact.
- Write 37 and 46 as two column headings.
- Halve the left, discarding remainders: 37, 18, 9, 4, 2, 1.
- Double the right alongside: 46, 92, 184, 368, 736, 1472.
- Cross out every row whose LEFT number is even.
- Add the surviving right-hand numbers.
이 단계의 재료:
Graph Paper1 pad
Graphite Pencil Set1 세트Find out why the crossing-out works
Find out why the crossing-out works
Write the odd/even pattern down as ones and zeros.
- Beside each left-hand number, write 1 if it is odd and 0 if it is even.
- Read that column from the BOTTOM up.
- Compare it with 37 written in binary.
Test the edge cases
Test the edge cases
Try to break it.
- Multiply by a power of two — 32 × 17.
- Multiply where the left number is 1 to begin with.
- Swap the columns and redo an earlier example.
Race it against long multiplication
Race it against long multiplication
Measure the trade-off honestly.
- Time yourself doing five three-digit multiplications by the doubling method.
- Time five more by ordinary long multiplication.
- Count errors in each.
이 단계의 재료:
Stopwatch1 개History and context
History and context
The method is Egyptian, not Russian. It appears in the Rhind Mathematical Papyrus, copied around 1550 BC from an older document, where multiplication and division are done entirely by doubling and adding. Egyptian arithmetic had no times tables in our sense, and did not need them.
The name is a nineteenth-century European label attached after travellers reported seeing Russian peasants calculating this way. It is a genuinely widespread folk method rather than a national one, and the attribution says more about who was writing the books than about who invented it.
Why it matters now: shift-and-add is precisely how binary multiplication is implemented in hardware. Doubling is a left shift, halving is a right shift, and checking odd-or-even is testing the lowest bit. A student who has done this on paper has performed the algorithm that a processor's multiplier executes in silicon — which makes binary feel like a description of something they already did, rather than a new notation to memorise.
The related division method works the same way in reverse: build up doubles of the divisor, then select the ones that sum to the dividend. Egyptian scribes did both, and their unit-fraction system for the remainders is genuinely alien to modern eyes and worth looking at if you want to see how differently arithmetic can be organised.
CC0 퍼블릭 도메인
이 블루프린트는 CC0로 공개되었습니다. 어떤 목적으로든 자유롭게 복사, 수정, 배포 및 사용할 수 있습니다.
제품 구매를 통해 메이커를 지원하세요. 판매자가 설정한 메이커 커미션 을 받거나, 이 블루프린트의 새로운 반복을 만들어 연결로 포함시킬 수 있습니다.