document.write( "Question 53806This question is from textbook Algebra 2
\n" );
document.write( ": how do i solve
\n" );
document.write( "5x+2y=4
\n" );
document.write( "3x+4y+2z=6
\n" );
document.write( "7x+3y+4z=29 \n" );
document.write( "
Algebra.Com's Answer #36053 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 5x+2y=4 \n" ); document.write( "3x+4y+2z=6 \n" ); document.write( "7x+3y+4z=29 \n" ); document.write( ": \n" ); document.write( "Notice that the 1st equation only has two unknowns x & y, so we can use the \n" ); document.write( "elimination method on the 2nd & 3rd equations to eliminate z. Then we can \n" ); document.write( "pair the results of that, with the 1st equation, and work with two equations \n" ); document.write( "and two unknowns, which is pretty managable. \n" ); document.write( ": \n" ); document.write( "Mult the 2nd equation by 2 and subtract it from the 3rd equation: \n" ); document.write( ": \n" ); document.write( "7x + 3y + 4z = 29 \n" ); document.write( "6x + 8y + 4z = 12 \n" ); document.write( "------------------subtract \n" ); document.write( " x - 5y + 0z = 17 \n" ); document.write( "or just: \n" ); document.write( "x - 5y = 17 \n" ); document.write( ": \n" ); document.write( "Do the following to eliminate x from x - 5y = 17 and the 1st equation \n" ); document.write( "Mult it by 5 and subtract it from the 1st equation: \n" ); document.write( ": \n" ); document.write( "5x + 2y = 4 \n" ); document.write( "5x -25y = 85 \n" ); document.write( "----------------- subtract \n" ); document.write( "0x + 27y = -81 \n" ); document.write( " y = -81/27 \n" ); document.write( " y = -3 \n" ); document.write( ": \n" ); document.write( "Find x: substitute -3 for y in the 1st equation \n" ); document.write( " 5x + 2(-3) = 4 \n" ); document.write( " 5x - 6 = 4 \n" ); document.write( " 5x = 4 +6 \n" ); document.write( " x = 10/5 \n" ); document.write( " x = +2 \n" ); document.write( ": \n" ); document.write( "Substitute for x & y in the 2nd equation and find z \n" ); document.write( " 3(2) + 4(-3) + 2z = 6 \n" ); document.write( " +6 - 12 + 2z = 6 \n" ); document.write( " -6 + 2z = 6 \n" ); document.write( " 2z = 6 + 6 \n" ); document.write( " z = 12/2 \n" ); document.write( " z = +6\r \n" ); document.write( "\n" ); document.write( ": \n" ); document.write( "Finally, check all three solutions in the 3rd equation: \n" ); document.write( "7(2) + 3(-3) + 4(6) = \n" ); document.write( " 14 - 9 + 24 = 29 \n" ); document.write( ": \n" ); document.write( "A lot of steps, but not that complicated, hope it makes sense to you. \n" ); document.write( " \n" ); document.write( " |