How many digits?

How many digits are required to represent decimal 64 in base 2 ( binary )?


The answer is 7.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Karleigh Moore
May 23, 2016

7 digits.

d = ( log 2 ( 64 ) + 1 ) = 7 d = \lfloor(\log_2(64) +1)\rfloor = 7

2 6 2^6 2 5 2^5 2 4 2^4 2 3 2^3 2 2 2^2 2 1 2^1 2 0 2^0
64 32 16 8 4 2 1

In binary, decimal 64 64 can be represented as 1000000 1000000 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...