document.write( "Question 43960: Solve the pairs of equations by using the substitituion method.\r
\n" );
document.write( "\n" );
document.write( "x + 2y = 10\r
\n" );
document.write( "\n" );
document.write( "x = 3y \n" );
document.write( "
Algebra.Com's Answer #28875 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay from\r \n" ); document.write( "\n" ); document.write( "x + 2y = 10 \n" ); document.write( "x = 3y \n" ); document.write( "substitute 3y in for x in the first equation and get \n" ); document.write( "3y + 2y = 10 \n" ); document.write( "5y = 10 \n" ); document.write( "y = 2 \n" ); document.write( "and thus \n" ); document.write( "x = 3y = 6 \n" ); document.write( "Our solution is (6, 2) \n" ); document.write( " |