document.write( "Question 104506: How do I solve the following system by substitution
\n" );
document.write( "5x-2y=-5\r
\n" );
document.write( "\n" );
document.write( "y-5x=3
\n" );
document.write( " \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The solution for this system is =>\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #76046 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Solve by substitution: \n" ); document.write( "1) 5x-2y = 5\r \n" ); document.write( "\n" ); document.write( "2) y-5x = 3 \n" ); document.write( "You have a choice. You can solve this equation for y and substitute into equation 1) and then solve that for x...or...you can solve this equation for 5x and substitute into equation 1) and solve that for y. \n" ); document.write( "Let's try the first choice, solve equation 2) for y. \n" ); document.write( "2) y = 5x+3 Now substitute this into equation 1) \n" ); document.write( "1) 5x-2(5x+3) = 5 Simplify. \n" ); document.write( "5x-10x-6 = 5 \n" ); document.write( "-5x-6 = 5 Add 5 6 to both sides. \n" ); document.write( "-5x = 11 Divide both sides by -5 \n" ); document.write( "x = -11/5 Now substitute this for x into either of the two original equations and solve for y. Let's use the second equation: \n" ); document.write( "y-5x = 3 Substitute x = -11/5 \n" ); document.write( "y-5(-11/5) = 3 Simplify. \n" ); document.write( "y+11 = 3 Subtract 11 from both sides. \n" ); document.write( "y = - 8 \n" ); document.write( "The solution is: (-11/5, -8) Let's check the graph of the two lines represented by the two equations. \n" ); document.write( "The solution will be seen as the point of intersection of the two lines. \n" ); document.write( " |