document.write( "Question 298024: solve the system of equations
\n" );
document.write( "3x+4y+z=7
\n" );
document.write( " 2y+z=3
\n" );
document.write( "-5x+3y+8z=-31
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #214511 by alex224(8)![]() ![]() ![]() You can put this solution on YOUR website! 3x+4y+z=7 \n" ); document.write( " 2y+z=3 \n" ); document.write( "-5x+3y+8z=-31\r \n" ); document.write( "\n" ); document.write( "the first step to solving this problem is to eliminate x form the 1st and last eqaution so you can solve for y or z\r \n" ); document.write( "\n" ); document.write( "3x+4y+z=7 \n" ); document.write( "-5x+3y+8z=-31\r \n" ); document.write( "\n" ); document.write( "to eliminate x you need to multiply the first equation by 5 and the second equation by 3 and you get\r \n" ); document.write( "\n" ); document.write( "15x+20y+5z=35 \n" ); document.write( "-15x+9y+24z=-93\r \n" ); document.write( "\n" ); document.write( "and the x's cancle out and you are left with\r \n" ); document.write( "\n" ); document.write( "20y+5z=35 \n" ); document.write( "9y+24z=-93\r \n" ); document.write( "\n" ); document.write( "then you add the like terms in both of the ewuations and you should get\r \n" ); document.write( "\n" ); document.write( "29y+29z=-58\r \n" ); document.write( "\n" ); document.write( "once you have this equation you can use it with the 2nd equation from the origional equations \r \n" ); document.write( "\n" ); document.write( "29y+29z=-58 \n" ); document.write( "2y+z=3\r \n" ); document.write( "\n" ); document.write( "then you need to choose a variable to solve for \n" ); document.write( "solve for y and to do so you need to sliminate z and multiply the second equation by -29\r \n" ); document.write( "\n" ); document.write( "29y+29z=-58 \n" ); document.write( "-58y-29z=-87\r \n" ); document.write( "\n" ); document.write( "then you add the two equations together and z canles out\r \n" ); document.write( "\n" ); document.write( "-29y=-148\r \n" ); document.write( "\n" ); document.write( "devide both sides by -29\r \n" ); document.write( "\n" ); document.write( "y=5\r \n" ); document.write( "\n" ); document.write( "now that you know y you can plug it into one of above equations\r \n" ); document.write( "\n" ); document.write( "3x+4y-7=7\r \n" ); document.write( "\n" ); document.write( "3x+4(5)-7=7 \n" ); document.write( "3x+20-7=7 \n" ); document.write( "3x+13=7 \n" ); document.write( "3x=-6 \n" ); document.write( "x=-2\r \n" ); document.write( "\n" ); document.write( "now that you know both x and y you can plug them both into one of origional equations\r \n" ); document.write( "\n" ); document.write( "2y+z=3\r \n" ); document.write( "\n" ); document.write( "2(5)+z=3 \n" ); document.write( "10+z=3 \n" ); document.write( "z=-7\r \n" ); document.write( "\n" ); document.write( "so the final answer is (-2,5,-7)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |