document.write( "Question 172805: How do i slove the system 2x-5y=9 and -3x+y=-7 using the substitution method? \n" ); document.write( "
Algebra.Com's Answer #127660 by colliefan(242)![]() ![]() ![]() You can put this solution on YOUR website! Solve 2x-5y=9 and -3x+y=-7 using the substitution method:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Pick either equation and solve it for one variable, either variable will work. Let's say we're going to solve the second equation for y.\r \n" ); document.write( "\n" ); document.write( "-3x+y=-7 \n" ); document.write( "+3x-3x+y=-7+3x \n" ); document.write( "y=3x-7\r \n" ); document.write( "\n" ); document.write( "Now, since y = 3x-7, we can replace y by 3x-7 in the other equation. That is why it is called the substitution method. We are substituting an expression from one equation into the other. \n" ); document.write( "2x-5(3x-7) = 9 \n" ); document.write( "2x - 15x + (-5)(-7) = 9 \n" ); document.write( "-13x + 35 = 9 \n" ); document.write( "-13x= -26 \n" ); document.write( "x=2\r \n" ); document.write( "\n" ); document.write( "Now that you know what x is, substitute it back into either equation and solve for y. Again, if you use the second equation:\r \n" ); document.write( "\n" ); document.write( "-3x+y=-7 \n" ); document.write( "-3(2)+y = -7 \n" ); document.write( "-6 + y = -7 \n" ); document.write( "y = -1\r \n" ); document.write( "\n" ); document.write( "The solution we have calculated is x=2 and y=-1. Substitute these values into both equations to check to make sure this is a valid solution to the equations and you will see that this is the solution to these equations. \n" ); document.write( " |