document.write( "Question 25539: I need help solving this system of equations by the substitution method:\r
\n" );
document.write( "\n" );
document.write( "y=2x-5\r
\n" );
document.write( "\n" );
document.write( "4x-y=7 \n" );
document.write( "
Algebra.Com's Answer #13702 by askmemath(368)![]() ![]() ![]() You can put this solution on YOUR website! y=2x-5 (1) \n" ); document.write( "4x-y=7 (2)\r \n" ); document.write( "\n" ); document.write( "From (1) we know that y = 2x-5 \n" ); document.write( "Put this back in (2) \n" ); document.write( "4x-(2x-5) = 7\r \n" ); document.write( "\n" ); document.write( "4x-2x+5 = 7 \n" ); document.write( "2x+5 = 7 \n" ); document.write( "Subtracting 5 on both sides \n" ); document.write( "2x = 2 \n" ); document.write( "Dividing by 2 throughout \n" ); document.write( "X = 1 \n" ); document.write( "which means y = 2(1)-5 = -3 \n" ); document.write( " |