With 8-bit sign magnitude, the most significant bit of the integer is used for sign representation. The most significant bit equal to 0 represents the positive number. The most significant bit equals to 1 represents the negative number. The binary representation of 185 is 10111001, which is a negative number, with decimal equivalent -57. The binary representation of 122 is 01111010, which is a positive number, with decimal equivalent 122. The calculation of -57 – 122 results in -179. Hence, the result of 185-122 is -179.