Original question:
A positive number has the same representation in one’s complement and in two’s complement. Suppose its representation is interpreted as two’s complement, and its additive inverse is determined. Now this representation is interpreted as one’s complement, and the additive inverse is determined. Whether interpreted as one’s complement or two’s complement, the result will be the same, since it is a positive number. What is the relationship between this result and the original number?
I don't know what he means by "what is the relationship between this result and the original number". I think I understand the process of what he wants us to do:
First take a binary (0101) then take the two's complement (1011) and then the one's complement of the two's complement (0100). What next?