Let N = 1 000 … 000 1 (n zeros), and M = 111 … 1110 (n ones). What is the decimal value of M and N assuming:
a) Unsigned Binary Representation
b) Two's compliment Representation
c) Signed/Magnitude Representation
I have figured out that:
a) N = $2^{n+1} + 1$ and $M = 2^{n+1} - 2$
Any help with the rest?