document.write( "Question 97573: How do you solve this equation??
\n" );
document.write( "5x-y=10
\n" );
document.write( "7x-2y=11 \n" );
document.write( "
Algebra.Com's Answer #71077 by Msgenes(10)![]() ![]() ![]() You can put this solution on YOUR website! There are two ways of doing this problem by elimination or substitution. I am doing the substitution. Either way you do it you will get the same answer. \r \n" ); document.write( "\n" ); document.write( "5x - y = 10 \n" ); document.write( "7x - 2y = 11\r \n" ); document.write( "\n" ); document.write( "We want to get y by itself using the first equation, we do this by substracting 5x on both sides. \r \n" ); document.write( "\n" ); document.write( "5x - y - 5x = -5x + 10 \n" ); document.write( "-y = -5x + 10 \n" ); document.write( "Now we know that y cannot be negative so we divid by -1 on both sides.\r \n" ); document.write( "\n" ); document.write( "-y/-1 = -5x/-1 + 10/-1 \n" ); document.write( "y = 5x - 10\r \n" ); document.write( "\n" ); document.write( "Now we are ready to substitute. \r \n" ); document.write( "\n" ); document.write( "7x - 2y = 11 \n" ); document.write( "7x - 2(5x - 10) = 11 \n" ); document.write( "7x - 10x + 20 = 11 \n" ); document.write( "-3x + 20 = 11 \n" ); document.write( "-3x + 20 - 20 = 11 - 20 \n" ); document.write( "-3x = -9 \n" ); document.write( "Now we know that x cannot be negative so we divid by -3 on both sides\r \n" ); document.write( "\n" ); document.write( "-3x/-3 = -9/-3 \n" ); document.write( "x = 3\r \n" ); document.write( "\n" ); document.write( "Now we have to find y by substituting x for 3. \n" ); document.write( "y = 5x - 10 \n" ); document.write( "y = 5(3)- 10 \n" ); document.write( "y = 15 - 10 \n" ); document.write( "y = 5 \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "The solution is (3, 5)\r \n" ); document.write( "\n" ); document.write( "To Check this we just plug the solution into the equation. \n" ); document.write( "7x - 2y =11 \n" ); document.write( "7(3) - 2(5) = 11 \n" ); document.write( "21 - 10 = 11 \n" ); document.write( "11 = 11 \n" ); document.write( "Good Luck. Hope this helps. :) \n" ); document.write( " |