
David W. answered 02/05/16
Tutor
4.7
(90)
Experienced Prof
You may solve this either by Substitution or by Elimination.
Substitution:
To eventually solve for x, first solve for y in one equation and substitute that into other equation.
x/2 - y = 10
-y = -x/2 + 10
y = x/2 - 10
x + 2y = 8
x + 2(x/2 - 10) = 8
x + x -20 = 8
2x - 20 = 8
2x = 28
x = 14
Elimination:
Get the same coefficient for the variable to be eliminated, then add/subtract equations.
x + 2y = 8
(1/2)x - y = 10
Multiply second equation by 2:
x + 2y = 8
x - 2y = 20
----------------------------- (elimination; add equations)
2x = 28
x = 14