community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of Russian multiplication


Message boards   Post comment

Russian multiplication

Peasant multiplication is an old algorithm for multiplication. It requires no use of a multiplication table; however, it requires that the user be able to divide by 2. The user must also know how to add.

  • Write the two numbers (A and B) you wish to multiply, each at the head of a column.
  • Starting with A, divide by 2, discarding any fractions, until there is nothing left to divide. Write the series of results under A.
  • Starting with B, keep doubling until you have doubled it as many times as you divided the first number. Write the series of results under B.
  • Add up all the numbers in the B-column that are next to an odd number in the A-column. This gives you the result.

Example: 27 times 82
A-columnB-columnAdd this
278282
13164164
6328
3656656
113121312
Result: 2214

The method works because multiplication is distributive, so: 82 * 27 = 82 * (1*2^0 + 1*2^1 + 0*2^2 + 1*2^3 + 1*2^4) = 82 * (1 + 2 + 8 + 16) = (82 + 164 + 656 + 1312) = 2214.

This method was known to ancient Egyptians as mediation and duplation, where mediation means halving one number and duplation means doubling the other number. It is still used by peasants in some areas, such as Russia.

See also: Multiplication algorithm, Binary numeral system.

External links

  • http://mathforum.org/dr.math/faq/faq.peasant.html
  • http://www.lafstern.org/matt/col3.pdf

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Russian multiplication".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.