15,241 views

1 Answer

Best answer
5 5 votes
The concept is the maximum number of 10 digit number by 10 digit should be equal to x digit number in base 2.

so $10^{25}$-1 = $2^x$-1

taking log both side . take log of base 2 so that RHS can become x

25log10 base 2 = x.

x=82.5 .so to represent we will need 83 digits.
Position:
Show:

Related questions

0 0 votes
1 1 answer
3.0k
3.0k views
Aghori asked Nov 13, 2017
3,048 views
I think it is $8$ bits including sign bit. But given answer is $7$ bits. Am I wrong?