Your Ad Here

Russian Multiplication Loop


I have got knowledge yesterday from my lecturer when i study algorithm …

It’s about Russian Multiplication ….

To multiply two numbers A and B … you can just write A*B …

For example 11 * 11 = 121 …

You can do it with Russian Multiplication Loop with rule like this :

You can make to column A and B and Total…

  • Under A … just write result of floor(A/2) …  do itt until floor(A/2) = 1
  • Under B …  just write result of B*2
  • Under Total
    • If floor (A/2) is even then Total = Total + B*2
    • If floor (A/2) is odd then do nothing

Here is the example :

A

B

Description

11

11

 

5

22

 

2

44

Not Added because odd

1

88

 

Total

11+22+88 = 121

 

The result is sama 11*11 = 121 …





Read More

Related Reading:



Previous Post: Google Search Tips »
Next Post: Make Money Online : 25 USD from AuctionAds »

This some posting which are related to this article :
  • No related posts
just read related article


People are coming into this page using keywords :  Find me the Russian ways of multiplication.,  multiplication loop,  examples of russian multiplication,  russian multiplication,  russian multiplication
This keyword are get by search engine terms.
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • StumbleUpon
  • Furl


Leave a Reply

Note: Any comments are permitted only because the site owner is letting you post, and any comments will be removed for any reason at the absolute discretion of the site owner.

*
To prove that you're not a bot, enter this code
Anti-Spam Image