+0  
 
0
996
1
avatar

What is the value of the least base ten number which requires six digits for its binary representation?

 May 25, 2018
 #1
avatar
+2

[1 x 2^5 + [0 x 2^4] + [0 x 2^3] +[0 x 2^2] + [0 x 2^1] + [0 x 2^0] = 32

1                  0                0               0               0               0

Then the smallest number in base ten that has 6 digits in base 2:

32 =100000

 May 25, 2018
edited by Guest  May 25, 2018

3 Online Users