4
Chat with our AI personalities
35.6 (base 10) = 100 011.1001 1001 1001 (recurring) in binary.
100000000. It's decimal equivalent is 256.
If we are using base 8 then 127 = (7 * 80) + (2 * 81) + (1 * 82) = 7 + 16 + 64 = 87 [i.e. (7 * 100) + (8 * 101)] in the decimal (base 10) system. In binary (base 2) we would write this as:1010111.
Binary 100 is 4 in decimal.
If you want to know what one zero zero (100)(base 2) equals in base-10, then it is 1 * 2^2 + 0 * 2^1 + 0 * 2^0 = four (4) base 10. If you want to know what one hundred (100)(base 10) is in binary. Then 10010 = 64 + 32 + 4, or 11001002