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)![]() ![]() 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( " \n" ); document.write( " \n" ); document.write( " \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( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \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( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Now work backwards to solve for the other variables. \n" ); document.write( "Substitute [3] in [2]: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "And now substitute [3] and [4] in one of the original equations: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The solution is x=3, y=4, z=6. \n" ); document.write( " |