document.write( "Question 1135198: Solve the following equations simultaneously.
\n" ); document.write( "5x - 6y + 4z = 15
\n" ); document.write( "7x + 4y - 3z = 19
\n" ); document.write( "2x + y + 6z = 46
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #752778 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "There are always dozens of different paths you can take to solve a system of equations like this. One path I would not take is the one the other tutor showed, which leads you through a whole bunch of ugly fractions.

\n" ); document.write( "In general, in my opinion, the easiest way to solve a system like this is to eliminate one variable at a time. Eliminate one variable to give a system of two equations in two unknowns; then eliminate one of the remaining variables and solve for the other. Then work back through your equations to solve for the other two variables.

\n" ); document.write( "Even with that general method, there are multiple paths you can take. Here is one....

\n" ); document.write( "\"5x+-+6y+%2B+4z+=+15\"
\n" ); document.write( "\"7x+%2B+4y+-+3z+=+19\"
\n" ); document.write( "\"2x+%2B+y+%2B+6z+=+46\"

\n" ); document.write( "The coefficients make it look as if eliminating either y or z first will be easiest; I chose to eliminate z.

\n" ); document.write( "If I multiply the first equation by 3 and the second by 4, the coefficients of z will be 12 and -12; when I add the two resulting equations, z will be eliminated.

\n" ); document.write( "Similarly if I multiply the second equation by 2 and add it to the third equation.

\n" ); document.write( "\"15x-18y%2B12z+=+45\"
\n" ); document.write( "\"28x%2B16y-12z+=+76\"
\n" ); document.write( "\"43x-2y+=+121\" [1]

\n" ); document.write( "\"14x%2B8y-6z+=+38\"
\n" ); document.write( "\"2x%2By%2B6z+=+46\"
\n" ); document.write( "\"16x%2B9y+=+84\" [2]

\n" ); document.write( "Now eliminate one of the variables between equations [1] and [2]. Eliminating y looks easier; multiply the first equation by 9 and the second by 2 and add.

\n" ); document.write( "\"387x-18y+=+1089\"
\n" ); document.write( "\"32x%2B18y+=+168\"
\n" ); document.write( "\"419x+=+1257\"
\n" ); document.write( "\"x+=+3\" [3]

\n" ); document.write( "Now work backwards to solve for the other variables.

\n" ); document.write( "Substitute [3] in [2]:

\n" ); document.write( "\"16%2A3%2B9y+=+84\"
\n" ); document.write( "\"48%2B9y+=+84\"
\n" ); document.write( "\"9y+=+36\"
\n" ); document.write( "\"y+=+4\" [4]

\n" ); document.write( "And now substitute [3] and [4] in one of the original equations:

\n" ); document.write( "\"2%283%29%2B4%2B6z+=+46\"
\n" ); document.write( "\"10%2B6z+=+46\"
\n" ); document.write( "\"6z+=+36\"
\n" ); document.write( "\"z=6\" [5]

\n" ); document.write( "The solution is x=3, y=4, z=6.
\n" ); document.write( "
\n" );