How to convert the decimal number 0.0625 to binary?
in decimal notation, the number 0.0625 is really 0.0625 = 0*10^(-1) + 6*10^(-2) + 2*10^(-3) + 5*10^(-3)
|dw:1416343562143:dw|
notice we have the the digits of 0.0625 circled |dw:1416343582391:dw|
the 0 after the decimal place is in the 10ths place so that is why I multiplied by 10^(-1) = 1/10 6 is in the hundredths place, which is why I multiplied by 10^(-2) = 1/10^2 = 100 etc etc
making sense?
Yeah, I know all conversion ways except going from a decimal fraction to binary.
oh wait, nvm, I'm thinking in reverse this page however has a good method to convert from decimal to binary (including fractional decimals) http://cs.furman.edu/digitaldomain/more/ch6/dec_frac_to_bin.htm
Sweet, any other method I've seen so far was too convoluted. This one is nice and simple. Thanks.
what answer do you get when you convert 0.0625 base 10 to base 2?
0.0001
I got 0.0001 base 2 as well and notice how 0.0001 base 2 = 0*2^(-1) + 0*2^(-2) + 0*2^(-3) + 1*2^(-4) base 10 0.0001 base 2 = 0*(1/2) + 0*(1/4) + 0*(1/8) + 1*(1/16) base 10 0.0001 base 2 = 1/16 base 10 0.0001 base 2 = 0.0625 base 10
Join our real-time social learning platform and learn together with your friends!