
Ryan E. answered 10/17/21
MS in Computer Engineering with 3 years of Teaching Experience
Convert binary 0.00011001 to decimal
0*20+0*2-1+0*2-2+0*2-3+1*2-4+1*2-5+0*2-6+0*2-7+2-8 where the decimal point is between 20 and 2-1
0+0+0+0+1*(1/16)+1*(1/32)+1*(1/256)=1/16+1/32+1/256=0.0625+0.03125+0.00390625=0.9765625
Answer:
(0.00011001)2 = (0.9765625)10