document.write( "Question 208863: Please demonstrate how to solve the following equations by the substitution method:\r
\n" );
document.write( "\n" );
document.write( "y=x+3
\n" );
document.write( "2x+y=15 \n" );
document.write( "
Algebra.Com's Answer #157946 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Please demonstrate how to solve the following equations by the substitution method: \n" ); document.write( "y=x+3 \n" ); document.write( "2x+y=15 \n" ); document.write( "--------- \n" ); document.write( "Since y is already isolated in the 1st eqn, sub for y into the 2nd eqn. \n" ); document.write( "2x + y = 15 \n" ); document.write( "2x + (x+3) = 15 \n" ); document.write( "3x + 3 = 15 \n" ); document.write( "3x = 12 \n" ); document.write( "x = 4 \n" ); document.write( "------- \n" ); document.write( "y = x+3 \n" ); document.write( "y = 7 \n" ); document.write( " \n" ); document.write( " |