In binary, the two's complement representation of a negative number is found by NOT b + 1 , with the leading bit being a sign bit. In general, prove that applying the operation NOT b + 1 twice to some n-bit binary number yields the original number b . I found this conceptually... Read more