document.write( "Question 174549: . Solve for X, Y, and Z in the following systems of three equations:
\n" ); document.write( "a. X + 2Y + Z = 6
\n" ); document.write( " X + Y = 4
\n" ); document.write( " 3X + Y + Z = 8
\n" ); document.write( "b. 10X + Y + Z = 12
\n" ); document.write( " 8X + 2Y +Z = 11
\n" ); document.write( " 20X - 10Y - 2Z = 8
\n" ); document.write( "c. 22X + 5Y + 7Z = 12
\n" ); document.write( " 10X + 3Y + 2Z = 5
\n" ); document.write( " 9X + 2Y + 12Z = 14
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #129637 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
I did this one already. You can see how it's done and do the other 2.
\n" ); document.write( "---------------------------------
\n" ); document.write( "Solve for X, Y, and Z in the following equations:
\n" ); document.write( "22X + 5Y + 7Z = 12
\n" ); document.write( "10X + 3Y + 2Z = 5
\n" ); document.write( "9X + 2Y + 12Z = 14
\n" ); document.write( "----------------
\n" ); document.write( "To use elimination methods, you have to pick one of the 3 variables to be eliminated that will give you 2 eqns in 2 unknowns. In these 3, y has the smallest coefficients, so I'd pick it and use the 3rd eqn to subtract from the other two, since its coeff is 2.
\n" ); document.write( "---------------------
\n" ); document.write( "Multiply eqn 3 by 5 and eqn 1 by 2
\n" ); document.write( "44x + 10y + 14z = 24 from eqn 1
\n" ); document.write( "45x + 10y + 60z = 70 from eqn 3. Subtract 1 from 3
\n" ); document.write( "x + 46z = 46 That's one.
\n" ); document.write( "--------------
\n" ); document.write( "Now multiply eqn 3 x3 and eqn 2 x2
\n" ); document.write( "20x + 6y + 4z = 10 from eqn 2
\n" ); document.write( "27x + 6y + 36z = 42 from eqn 3 Subtract 2 from 3 (to give pos coeffs)
\n" ); document.write( "7x + 32z = 32 That's the 2nd eqn in x and z only.
\n" ); document.write( "------------------
\n" ); document.write( "7x + 32z = 32 Multiply the other one by 7
\n" ); document.write( "7x + 322z = 322
\n" ); document.write( "Subtract
\n" ); document.write( "-290z = -290
\n" ); document.write( "z = 1
\n" ); document.write( "-----------
\n" ); document.write( "Sub into either of the 2 variable eqns
\n" ); document.write( "7x + 32*1 = 32
\n" ); document.write( "7x = 0
\n" ); document.write( "x = 0
\n" ); document.write( "----------
\n" ); document.write( "Now sub into the original eqn 3
\n" ); document.write( "9X + 2Y + 12Z = 14
\n" ); document.write( "9*0 + 2y + 12*1 = 14
\n" ); document.write( "2y = 2
\n" ); document.write( "y = 1
\n" ); document.write( "-------
\n" ); document.write( "So it's 0, 1, 1 for x, y, z
\n" ); document.write( "The important thing to remember is to eliminate one variable first, then another, etc.
\n" ); document.write( "
\n" );