
William W. answered 05/03/20
Top Algebra Tutor
First, to aid in communication, I'll label each equation:
Eq 1: 3x − 3y + 6z = 6
Eq 2: x + 2y − z = 5
Eq 3: 5x − 8y + 13z = 7
Step 1: I'm going to simplify Eq 1 by dividing both sides by 3 which gives us:
Eq 1A: x − y + 2z = 2
Step 2.: I'm going to eliminate the x variable by multiplying Eq 1A by -5 (resulting in Eq 1B) and adding it to Eq 3 and then secondly multiplying Eq 2 by -5 (resulting in Eq 2A) and adding it to Eq 3:
Eq 1B: -5x + 5y - 10z = -10
Eq 3: 5x − 8y + 13z = 7
-------------------------------------
Eq 4: -3y + 3z = -3
Eq 2A: -5x - 10y + 5z = -25
Eq 3: 5x − 8y + 13z = 7
-------------------------------------
Eq 5: -18y + 18z = -18
Now, notice that Eq 4 and Eq 5 are really the same equations. That means we will not get a numeric answer to the problem. We have a situation where the 3 planes (each equation is a plane in 3-D space) intersect at a line instead of at a point.
So, the best we can do is solve the equations in terms of the others.
Taking Eq 4 and dividing both sides by 3 we get:
Eq 4A: -y + z = -1
Solving for y we get: y = z + 1
Taking Eq 2 and plugging "z + 1" in for "y", we get:
Eq 2B: x + 2(z + 1) − z = 5
solving for x we get:
x + 2z + 2 − z = 5
x + z + 2 = 5
x + z = 3
x = 3 - z
So, the (x, y, z) solution is (3 - z, z + 1, z) (answer c)
BUT, answer b) also works because it satisfies the criteria I specified above (letting z = 5, y = 6 and x = -2