document.write( "Question 535025: Please Solve by Elimination \r
\n" );
document.write( "\n" );
document.write( "-3x-5y+3z=-2
\n" );
document.write( "4x+4y+2z=6
\n" );
document.write( "x-2y-3z=-5\r
\n" );
document.write( "\n" );
document.write( "Please help me to figure out this problem, I dont even know where to begin. \n" );
document.write( "
Algebra.Com's Answer #351736 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve by Elimination \n" ); document.write( "-3x - 5y + 3z =-2 \n" ); document.write( " 4x + 4y + 2z = 6 \n" ); document.write( " x - 2y - 3z =-5 \n" ); document.write( ": \n" ); document.write( "Multiply the 3rd equations and add \n" ); document.write( "-3x - 5y + 3z =-2 \n" ); document.write( " 4x + 4y + 2z = 6 \n" ); document.write( " -x + 2y + 3z = 5 \n" ); document.write( "---------------------adding eliminates x \n" ); document.write( "0 + y + 8z = 9 \n" ); document.write( "y = (9-8z) \n" ); document.write( ": \n" ); document.write( "Multiply the 3rd equation by 3 add to the first equation \n" ); document.write( "-3x - 5y + 3z =-2 \n" ); document.write( " 3x - 6y - 9z =-15 \n" ); document.write( "---------------------adding eliminates x \n" ); document.write( "0 - 11y - 6z = -17 \n" ); document.write( "replace y with (9-8z) \n" ); document.write( "-11(9-8z) - 6z = -17 \n" ); document.write( "-99 + 88z - 6z = -17 \n" ); document.write( "82z = -17 + 99 \n" ); document.write( "82z = 82 \n" ); document.write( "z = 1 \n" ); document.write( ": \n" ); document.write( "find y: \n" ); document.write( "y = (9-8z) \n" ); document.write( "y = 9 - 8(1) \n" ); document.write( "y = 1 \n" ); document.write( ": \n" ); document.write( "I'll let you find x, check the solutions in the original equations \n" ); document.write( "(Don't be surprised if x=0) \n" ); document.write( " |