document.write( "Question 63610: Can you please help me solve this system of equation using the substitution and elimination methods.\r
\n" );
document.write( "\n" );
document.write( "8x + 9 = -5y
\n" );
document.write( "-3x + 3y = -21 \n" );
document.write( "
Algebra.Com's Answer #44347 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1st: 8x + 9 = -5y \n" ); document.write( "2nd: -3x + 3y = -21 \n" ); document.write( "--------- \n" ); document.write( "Divide thru 2nd by 3 to get: \n" ); document.write( "-x+y=-7 \n" ); document.write( "Solve for y to get: \n" ); document.write( "y=x-7 \n" ); document.write( "Substitute in 1st to get: \n" ); document.write( "8x+9=-5(x-7) \n" ); document.write( "8x+9=-5x+35 \n" ); document.write( "13x=26 \n" ); document.write( "x=2 \n" ); document.write( "--------- \n" ); document.write( "Substitute into y=x-7 to solve for y, as follows: \n" ); document.write( "y=2-7=-5 \n" ); document.write( "Solution: (2,-5) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |