Question 970932: solve What is the two integers whose sum is 3 and whose difference is 11?I Found 2 solutions by Fombitz, rothauserc:Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website! we are given two equations in two unknowns,
x + y = 3
x - y = 11
add the two equations
2x = 14
x = 7, y = -4
********************
check answer by substituting for x and y in second equation
7 - (-4) = 11
7 + 4 = 11
11 = 11
our answer checks