document.write( "Question 830031: Which equation will result if the substitution method is used to solve the following system of linear equations?\r
\n" );
document.write( "\n" );
document.write( "x + y = 6
\n" );
document.write( "x = y + 2 \n" );
document.write( "
Algebra.Com's Answer #500300 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! replace x with (y+2) in the equation x + y = 6 \n" ); document.write( "(y+2) + y = 6 \n" ); document.write( "2y + 2 = 6 \n" ); document.write( "add -2 to each side \n" ); document.write( "2y = 4 \n" ); document.write( "y = 2 \n" ); document.write( "Now substitute 2 for y in x = y + 2 \n" ); document.write( "x = 2 + 2 \n" ); document.write( "x = 4 \n" ); document.write( " \n" ); document.write( " |