That chart appears to be making the point that if you blindly do normal binary addition on signed integers that you get the correct answer if the values are represented using 2's compliment and possibly the wrong answer if you used signed-binary.View attachment 84514
Now in 2's complement if I remove left most bit from answer, then will answer become (+3) and (-3) ?
OR
Any other method should I use ?
I am confused, please help me, Thanks.