SOLUTION: solve What is the two integers whose sum is 3 and whose difference is 11?I

Algebra ->  Finance -> SOLUTION: solve What is the two integers whose sum is 3 and whose difference is 11?I       Log On


   



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) About Me  (Show Source):
You can put this solution on YOUR website!
A%2BB=3
A-B=11
Add the equations,
A%2BB%2BA-B=3%2B11
2A=14
A=7
Then,
7%2BB=3
B=-4

Answer by rothauserc(4718) About Me  (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