document.write( "Question 309342: Find the solution of the system of equations below using substition.
\n" );
document.write( "y=3x+5
\n" );
document.write( "2x-y=-7 \n" );
document.write( "
Algebra.Com's Answer #221243 by mananth(16946)![]() ![]() You can put this solution on YOUR website! y=3x+5 \n" ); document.write( "2x-y=-7\r \n" ); document.write( "\n" ); document.write( "plug the value of y in the second equation\r \n" ); document.write( "\n" ); document.write( "2x-(3x+5)=-7 \n" ); document.write( "2x-3x-5=-7 \n" ); document.write( ". \n" ); document.write( "-x==-2 \n" ); document.write( "x=2 \n" ); document.write( ". \n" ); document.write( "y=11 \n" ); document.write( " \n" ); document.write( " |