document.write( "Question 107211: What is the solution to the system of equations:
\n" ); document.write( "2x +5y + 2z = 6
\n" ); document.write( "5x - 7y = -29
\n" ); document.write( "z = 1\r
\n" ); document.write( "\n" ); document.write( "I have tried this:\r
\n" ); document.write( "\n" ); document.write( "SUBSTITUTION
\n" ); document.write( "2x + 5y + 2(1) = 6
\n" ); document.write( "2x + 5y = 4\r
\n" ); document.write( "\n" ); document.write( "I have tried to solve for y using these equations:
\n" ); document.write( "2x + 5y = 4
\n" ); document.write( "5x - 7y = -29\r
\n" ); document.write( "\n" ); document.write( "MULTIPLY BY 2.5
\n" ); document.write( "5x + 7.5y = 10\r
\n" ); document.write( "\n" ); document.write( "I have tried to solve for y using these equations:
\n" ); document.write( "5x + 7.5y = 10
\n" ); document.write( "5x - 7y = -29\r
\n" ); document.write( "\n" ); document.write( "ELIMINATION
\n" ); document.write( "14.5y = 39\r
\n" ); document.write( "\n" ); document.write( "This would show that y > 2, but upon checking the answers from a resource (This is not a section of the textbook I am using), the answer is in fact, 2. Would you help me see where I made a mistake?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #78023 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Your error occured when you multiplied the equation by 2.5.
\n" ); document.write( "You have:
\n" ); document.write( "2.5(2x+5y = 4) = 5x+7.5y = 10 but 2.5(5y) = 12.5y, so the result should have been:
\n" ); document.write( "5x+12.5y = 10 now when you subtract the other equation:
\n" ); document.write( "5x-7y = -29 you get:
\n" ); document.write( "19.5y = 39 Dividing both sides by 19.5 gives you:
\n" ); document.write( "y = 2
\n" ); document.write( "
\n" ); document.write( "
\n" );