document.write( "Question 946261: Solve the system of equations by the substitution method.\r
\n" );
document.write( "\n" );
document.write( "y=2x+1
\n" );
document.write( "5y-7x=11 \n" );
document.write( "
Algebra.Com's Answer #577267 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve the system of equations by the substitution method. \n" ); document.write( "y=2x+1 \n" ); document.write( " 5y-7x=11 \n" ); document.write( "---- \n" ); document.write( "Substitute for \"y\" and solve for \"x\":: \n" ); document.write( "5(2x+1) - 7x = 11 \n" ); document.write( "10x + 5 - 7x = 11 \n" ); document.write( "3x = 6 \n" ); document.write( "x = 2 \n" ); document.write( "------ \n" ); document.write( "Solve for \"y\":: \n" ); document.write( "y = 2x+1 \n" ); document.write( "y = 2*2+1 \n" ); document.write( "y = 5 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |