Thread Closed

how does this number system conversion algorithm work?

 
Share Thread Thread Tools
Oct15-10, 08:56 AM   #1
 

how does this number system conversion algorithm work?


50 | 0
25 | 1
12 | 0
6 | 0
3 | 1
1 | 1
0

how does it work?

(I know how to use the algorithm... my question is about how it can do the conversion)
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Oct15-10, 12:16 PM   #2
 
Quote by 0131313131313 View Post
50 | 0
25 | 1
12 | 0
6 | 0
3 | 1
1 | 1
0

how does it work?

(I know how to use the algorithm... my question is about how it can do the conversion)
What are you trying to show? 50 in binary? Russian multiplication (http://en.wikipedia.org/w/index.php?...ldid=383433098 ) ?
Oct15-10, 07:36 PM   #3
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Looks like Egyptian multiplication.
Oct15-10, 08:13 PM   #4
 

how does this number system conversion algorithm work?


No, I think he simply means conversion of 50 into binary. 50 = 110010 = 32+16+2.
Oct16-10, 04:21 AM   #5
 
Quote by CRGreathouse View Post
Looks like Egyptian multiplication.
Yes, if you look at the link I posted this is the same thing as what I call Russian multiplication.
Oct16-10, 03:04 PM   #6
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by sjb-2812 View Post
Yes, if you look at the link I posted this is the same thing as what I call Russian multiplication.
And this method, in turn, is closely related to the binary representation of the number.
Thread Closed
Thread Tools


Similar Threads for: how does this number system conversion algorithm work?
Thread Forum Replies
prime number algorithm Linear & Abstract Algebra 4
prime number algorithm General Math 0
Pseudo random number algorithm Set Theory, Logic, Probability, Statistics 0
Guessing Number-Generating Algorithm Linear & Abstract Algebra 8
Prime number algorithm General Math 3