
Victoria L.
asked 10/15/17how would I get the solution to x y and z
Solve the system.
−2x+12y+2z=−21
−2x+12y+2z=−21
−x+y−4z=8
1/3x+2y+4z=-18
More
2 Answers By Expert Tutors
You're almost there. Given those 3 math statements, we can now do a matrix. It would look like this:
-2 12 2 = 21
-1 1 -4 = 8
1/3 2 4 = -18
First thing is to get rid of that fraction in the 3rd row, by doing the following row operation:
3R3 = new R3; which gives us the new matrix of:
-2 12 2 = 21
-1 1 -4 = 8
1 6 12 = -54
I prefer to use a system that gives great certainty of not having a 0 show up where one has already been placed; which leads to a very efficiently solved matrix. So, do the following row operation:
[1] R2 + R3 = new R3 ; which gives us the new matrix of:
-2 12 2 = 21
-1 1 4 = 8
0 7 8 = -46
Then, I want to get the value in R2, C1 equal to 0; so, I do the following row operation:
[2] R1 - 2R2 = new R2; which gives us the new matrix of:
-2 12 2 = 21
0 10 -6 = 5
0 7 8 = -46
Then, I want to get the value in R3, C2 equal to 0; so I do the following row operation:
[3] 7R2 - 10R3 = new R3; which gives us the matrix of:
-2 12 2 = 21
0 10 -6 = 5
0 0 38 = -425
Continue in this same type of pattern, by getting 0's to:
[4] R1, C3
[5] R2, C3
[6] R1, C2
Follow this up by row reductions. Then, you have your x, y, and z values

Kenneth S. answered 10/15/17
Tutor
4.8
(62)
Expert Help in Algebra/Trig/(Pre)calculus to Guarantee Success in 2018
Assuming that the student is in Algebra II or the equivalent, the student can use various methods taught at that level:
1. On calculator, using Reduced Row Echelon function RREF (a MATRIX method)
2. Determinants / Cramer's rule
3. Matrix Inverse solution to AX = B
4. Substitution/elimination method, by hand, usually the least attractive choice.
Victoria L.
Okay, So how would I do this by elimination?
Report
10/15/17

Kenneth S.
Take a pair of equations and use the multiply-and-add technique to eliminate one of the variables.
Take a different pair of equations (one of the equations would have to be different from the first pair chosen) and use the aforementioned technique to eliminate the same variable previously eliminated.
Then you have just two equations in two unknowns, and you should be on familiar territory then.
Report
10/15/17
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Mark M.
10/15/17