document.write( "Question 745156: Solve the following system of equations:\r
\n" );
document.write( "\n" );
document.write( " 9x+5y=-4
\n" );
document.write( "-8x+3y=7 \n" );
document.write( "
Algebra.Com's Answer #487920 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Solve the following system of equations:\r \n" ); document.write( "\n" ); document.write( " 9x+5y=-4 \n" ); document.write( "-8x+3y=7 \n" ); document.write( "---------------- \n" ); document.write( "Get the coefficients of x or y to match. \n" ); document.write( "---- \n" ); document.write( " 27x + 15y = -12 Eqn1 times 3 \n" ); document.write( "-40x + 15y = 35 Eqn2 times 5 \n" ); document.write( "----------------------------------- Subtract \n" ); document.write( "67x = -47 \n" ); document.write( "x = -47/67 \n" ); document.write( "------------ \n" ); document.write( "Sub for x in any eqn to find y. \n" ); document.write( "-8x+3y=7 \n" ); document.write( "376/67 + 3y = 7 \n" ); document.write( "376/67 + 3y = 469/67 \n" ); document.write( "3y = 93/67 \n" ); document.write( "y = 31/67 \n" ); document.write( " \n" ); document.write( " |