document.write( "Question 214189: How do you solve by substitution of linear equation?\r
\n" );
document.write( "\n" );
document.write( " 2x+y=9\r
\n" );
document.write( "\n" );
document.write( " y=x-3 \n" );
document.write( "
Algebra.Com's Answer #161775 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do you solve by substitution of linear equation? \n" ); document.write( "2x+y=9 \n" ); document.write( "y=x-3 \n" ); document.write( "----------- \n" ); document.write( "The 2nd eqn has y isolated, so sub for y into the 1st eqn. \n" ); document.write( "2x+y=9 \n" ); document.write( "2x + (x-3) = 9 \n" ); document.write( "3x - 3 = 9 \n" ); document.write( "3x = 12 \n" ); document.write( "x = 4 \n" ); document.write( "----- \n" ); document.write( "y = x-3 = 4-3 \n" ); document.write( "y = 1\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |