The answer is 65535.
Where the a^b means a raised to the b power:
1 = 10 - 1 = 2^1 - 1 = 2 - 1 = 1
11 = 100 - 1 = 2^2 - 1 = 4 - 1 = 3
111 = 1000 - 1 = 2^3 - 1 = 8 - 1 = 7
1111 = 10000 - 1 = 2^4 - 1 = 16 - 1 = 15
...
...
1111 1111 1111 1111 = 1 0000 0000 0000 0000 - 1 = 2^16 - 1 = 65536 -1 = 65535
Chat with our AI personalities
+511
There are two digits in the binary number system. 0 and 1
It is the binary number 1010100. A binary number represents exponential values of 2, in this case 7 digits for 64, 32, 16, 8, 4, 2, and 1 84 = 64 + (0x32) + 16 + (0x8) +4 + (0x2) + (0x1) = 1010100
56 in binary is 111000. Unlike the decimal number system where we use the digits.
The binary number 10101 represents 21.