Question 986036
.
You need to find two integers &nbsp;<B>x</B>&nbsp; and &nbsp;<B>y</B>&nbsp; from the system of two equations in two unknowns


{{{system(x + y = -3,
x - y = -11)}}}.


Add both equations. &nbsp;You will get &nbsp;2x = -3 - 11 = -14. &nbsp;Hence, &nbsp;x = -7.


Now distract the second equation from the first one. &nbsp;You will get &nbsp;2y = - 3 - (-11) = -3 + 11 = 8. &nbsp;Hence, &nbsp;2y = 8 &nbsp;and &nbsp;y = 4.


<B>Answer</B>. &nbsp;-7 and 4.