document.write( "Question 45903: solve the system of equations\r
\n" );
document.write( "\n" );
document.write( "3x-4y=-3
\n" );
document.write( "6x+2z=-7/2
\n" );
document.write( "2y-4z=4 \n" );
document.write( "
Algebra.Com's Answer #30510 by abhijitvakil(7)![]() ![]() ![]() You can put this solution on YOUR website! Lets day the equations are numbered 1, 2 & 3 as under\r \n" ); document.write( "\n" ); document.write( "3x - 4y = -3 ....... 1 \n" ); document.write( "6x + 2z = -7/2 ...... 2 \n" ); document.write( "2y - 4z = 4 ...... 3\r \n" ); document.write( "\n" ); document.write( "The approach is to use one equation to express the value of one of the variables in terms of the other, and then use this value in another equation, as a result of which we get 2 equations in 2 variables, which can then be easily solved. Note -\r \n" ); document.write( "\n" ); document.write( "Eq 3 is divided by 2 to give :\r \n" ); document.write( "\n" ); document.write( "y - 2z = 2 ;\r \n" ); document.write( "\n" ); document.write( "So we may write\r \n" ); document.write( "\n" ); document.write( "y = 2 - 2z .... 4\r \n" ); document.write( "\n" ); document.write( "Use this value of y in eq 1 above, we get\r \n" ); document.write( "\n" ); document.write( "3x - 4(2-2z) = -3\r \n" ); document.write( "\n" ); document.write( "or \r \n" ); document.write( "\n" ); document.write( "3x - 8 + 8z = -3 \n" ); document.write( "or\r \n" ); document.write( "\n" ); document.write( "3x + 8z = 5 ...... eq no 5\r \n" ); document.write( "\n" ); document.write( "Multiply this equation by 2, we get\r \n" ); document.write( "\n" ); document.write( "6x + 16z = 10 .... eq no 6\r \n" ); document.write( "\n" ); document.write( "Subtract eq no 2 from eq no 6, we get\r \n" ); document.write( "\n" ); document.write( "6x + 16z - 6x - 2z = 10 + 7/2 \n" ); document.write( "or \n" ); document.write( "14z = 10 + 7/2 \n" ); document.write( "or \n" ); document.write( "z = 10/14 + 7/(2*14)\r \n" ); document.write( "\n" ); document.write( "or \n" ); document.write( "z = 5/7 + 1/4 =27/28. \r \n" ); document.write( "\n" ); document.write( "Use this value of z in eq 2 to get the value of x & eq 3 to get the value of y. \n" ); document.write( " |