document.write( "Question 237538: Solve the system of equations by elimination. \r
\n" );
document.write( "\n" );
document.write( "5x – 2y = -4
\n" );
document.write( "4x – 7y = 3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #174668 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve the system of equations by elimination. \n" ); document.write( "5x – 2y = -4 \n" ); document.write( "4x – 7y = 3 \n" ); document.write( "----------------------- \n" ); document.write( "Multiply the 1st eq. by 4 and the 2nd equation by 5 to get: \n" ); document.write( "--- \n" ); document.write( "20x - 8y = -16 \n" ); document.write( "20x -35y = 15 \n" ); document.write( "------------------------ \n" ); document.write( "Subtract the 3nd Eq. from the 1st and solv for \"y\": \n" ); document.write( "27y = - 31 \n" ); document.write( "y = -31/27 \n" ); document.write( "----------------------- \n" ); document.write( "Substitute into 5x - 2y = -4 to solve for \"x\": \n" ); document.write( "5x -2(-31/27) = -4 \n" ); document.write( "5x = -62/27 - (108/27) \n" ); document.write( "5x = -170/27 \n" ); document.write( "x = -34/27 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H \n" ); document.write( " |