Where the a^b means a raised to the b power:
1111111 = 2^6 + 2^5 + 2^4 + 2^3 + 2^2 + 2^1 + 2^0 = 64 + 32 + 16 + 8 + 4 + 2 + 1 = 127
or
Add 1 to reduce the number of 1's to process: 1111111 + 1 = 10000000 = 2^7 = 128
Subtract 1 to get back to the original number: 10000000 - 1 = 128 - 1 = 1111111 = 127
Chat with our AI personalities
65,535
The smallest number is zero. The largest number is 63.
31 - it's binary equivalent is 11111
What is the decimal equivalent of the largest binary integer that can be obtained with (a) 11 bits and (b) 25 bits?
If using the compressed format, where a byte holds two decimal digits (because only 4 bits are needed to make nine), so two bytes would be four decimal digits, the largest which is 9999.