document.write( "Question 199720: Can someone please help me with this:\r
\n" );
document.write( "\n" );
document.write( "Use the Gauss-Jordan method to solve the system of equations.
\n" );
document.write( "4x - 6y = 54
\n" );
document.write( "20x - 30y = 270
\n" );
document.write( "a. (9,-3)
\n" );
document.write( "b. (27/2 - 3/2y, y)
\n" );
document.write( "c. (27/2 + 3/2y, y)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #150093 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Use the Gauss-Jordan method to solve the system of equations. \n" ); document.write( "4x - 6y = 54 \n" ); document.write( "20x - 30y = 270 \n" ); document.write( "---------------- \n" ); document.write( "Subtract 5 times the 1st Eq. from the 2nd to get: \n" ); document.write( "4x - 6y = 54 \n" ); document.write( "0 + 0 = 0 \n" ); document.write( "--------------- \n" ); document.write( "Solve the 1st equation for x: \n" ); document.write( "6y = 4x-54 \n" ); document.write( "4x = 6y + 54 \n" ); document.write( "x = (3/2)y + (27)/2 \n" ); document.write( "----------------------- \n" ); document.write( "The answer is \"c\". \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( "a. (9,-3) \n" ); document.write( "b. (27/2 - 3/2y, y) \n" ); document.write( "c. (27/2 + 3/2y, y) \n" ); document.write( " |