document.write( "Question 741556: Solve the system of 3 linear equations containing 3 unknowns. I can't bring myself to understand how to do these. Please provide steps; it would be greatly appreciated! \r
\n" );
document.write( "\n" );
document.write( "x-y=5
\n" );
document.write( "5x-8z=35
\n" );
document.write( "5y+z=10 \n" );
document.write( "
Algebra.Com's Answer #452060 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! Do you want to use matrix or use substitution? \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Try substitution. Solve the first equation for x: \n" ); document.write( "x=5+y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute this expression for x into the second equation: \n" ); document.write( "5x-8z=35 \n" ); document.write( "5(5+y)-8z=35 \n" ); document.write( "25+5y-8z=35 \n" ); document.write( "5y-8z=10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You still have the last equation which is in variables y and z, so you have your choice of either taking the one you just found or the last equation and solve for and substitute for y or for z.\r \n" ); document.write( "\n" ); document.write( "I'll try taking these two: \n" ); document.write( "5y-8z=10 AND 5y+z=10 \n" ); document.write( "and solve the first one for y and substitute this into the next one: \n" ); document.write( "5y=10+8z \n" ); document.write( "y=2+8z/5 \n" ); document.write( "Do the substitution into the other equation: \n" ); document.write( "5y+z=10 \n" ); document.write( "5(2+8z/5)+z=10 \n" ); document.write( "10+8z+z=10 \n" ); document.write( "9z=0 \n" ); document.write( "z=0.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Backsubstutite in any equation to find another variable. \n" ); document.write( "5y+0=10, the last of the given equations \n" ); document.write( "5y=10 \n" ); document.write( "y=2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Backsubstitute into any equation which has y; only one good one to choose; the first given equation. \n" ); document.write( "x-y=5 \n" ); document.write( "x-2=5 \n" ); document.write( "x=5+2 \n" ); document.write( "x=7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "SOLUTION: \n" ); document.write( "x=7, y=2, z=0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After looking at the given system again, it seems like elimination might be easier for the system. \n" ); document.write( " |