http://qs321.pair.com?node_id=11796


in reply to RE: RE: RE: There can be only one!
in thread There can be only one!

Numbers represented in binary format ie: 000000101 #5 in decimal 1*2^2+1*2^0 #this shifted 1 place to the left is equivalent to #mutliplying by two 000001010 #this is equal to 10 or 1*2^3+1*2^1