Correct answer is (b) 10000011
The best I can explain: Signed Magnitude of a number is a representation to determine if the number is positive or negative.
If the MSB of a number is 0, the number is positive, else if it is 1 the number is negative.
Here, +3 = 00000011
-3= 100000011.