document.write( "Question 38741: 3x + 2y = 16
\n" );
document.write( "2x + y = 9 \n" );
document.write( "
Algebra.Com's Answer #24334 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From \n" ); document.write( "3x + 2y = 16 \n" ); document.write( "2x + y = 9 \n" ); document.write( "solve the second equation for y and substitute it into the first equation... \n" ); document.write( "y = -2x + 9 \n" ); document.write( "then \n" ); document.write( "3x + 2(-2x + 9) = 16 \n" ); document.write( "3x - 4x + 18 = 16 \n" ); document.write( "-x = -2 \n" ); document.write( "x = 2 \n" ); document.write( "then \n" ); document.write( "y = -2(2) + 9 \n" ); document.write( "y = 5 \n" ); document.write( " |