It would be 2^24 + 2^(24-1) and so on until 2^0 is reached. For those who dont care to do the math it is 29360127.
Chat with our AI personalities
The answer to your question is 4095 in decimalIn binary 111111111111If your having trouble with binary here is a link that will help understand it all a bit better.http://knol.google.com/k/zach-bacon/counting-in-binary-for-beginners/11ezkn0ytzmdj/3#
11b which is 1*2 + 1*1 = 3 would be for two bits. But a byte is 8 bits, so 2 bytes is 16 bits. The largest binary number is [2^16 - 1], which is 65535 (base ten)
Assuming you interpret the bits as an unsigned number, that would be 1111111111 in binary, or 1023 (210 - 1) in decimal.
It is Bin(1111111111111111) = Dec(65535).
65,535 in decimal = 1111111111111111 in binary.