document.write( "Question 470502: Solve the system by substitution
\n" );
document.write( "2x + 8y = 44
\n" );
document.write( "5x - 8y = -86 \n" );
document.write( "
Algebra.Com's Answer #322733 by robertb(5830)![]() ![]() You can put this solution on YOUR website! From the bottom equation, 5x + 86 = 8y.\r \n" ); document.write( "\n" ); document.write( "Substitute 5x + 86 for y in the top equation: 2x + 5x + 86 = 44\r \n" ); document.write( "\n" ); document.write( "==> 7x = -42 ==> x = -6.\r \n" ); document.write( "\n" ); document.write( "==> 8y = 5*-6 + 86 ==> 8y = 56 ==> y = 7. \n" ); document.write( " |