
David W. answered 10/03/15
Tutor
4.7
(90)
Experienced Prof
(Note to tutors: If teachers would teach the elimination method more often, then matrix manipulation would be easier to learn later.)
There are 3 equations in 3 unknowns (very important, that means that we can solve for x, y, z). The equations can be written this way:
x + y = 30 (eq1)
y + z = 18 (eq2)
x + z = 13 (eq3)
To solve for x, subtract eq2 from eq1, then add eq3
x + y = 30
y + z = 18
-----------------------
x - z = 12
x + z = 13
-----------------------
2x = 25
x = 12.5
To solve for y, subtract eq3 from eq2, then add eq1:
2y = 35
y = 17.5
To solve for z, subtract eq1 from eq3, then add eq2:
2z = (-17) + 18
z = 0.5