document.write( "Question 114013: Three times the sum of two numbers exceeds twice their difference by five, while half the sum is two more than the difference. what are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #83037 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Let the two numbers be x & y \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "Three times the sum of two numbers exceeds twice their difference by five, \n" ); document.write( "3(x+y) = 2(x-y) + 5 \n" ); document.write( "Arrange equation in the standard form \n" ); document.write( "3x + 3y = 2x - 2y + 5 \n" ); document.write( "3x - 2x + 3y + 2y = 5 \n" ); document.write( "x + 5y = 5 \n" ); document.write( ": \n" ); document.write( "\"while half the sum is two more than the difference.\" \n" ); document.write( ".5(x+y) = x - y + 2 \n" ); document.write( "Get rid of the decimal, multiply by 2 \n" ); document.write( "x + y = 2x - 2y + 4 \n" ); document.write( "x - 2x + y + 2y = 4 \n" ); document.write( "-x + 3y = 4 \n" ); document.write( ": \n" ); document.write( "We can solve this by elimination: \n" ); document.write( "x + 5y = 5 \n" ); document.write( "-x + 3y = 4 \n" ); document.write( "-------------adding eliminates x, find y \n" ); document.write( "8y = 9 \n" ); document.write( "y = 9/8 \n" ); document.write( "y = 1.125 \n" ); document.write( ": \n" ); document.write( "Find x using x + 5y = 5: \n" ); document.write( "x + 5(1.125) = 5 \n" ); document.write( "x + 5.625 = 5 \n" ); document.write( "x = 5 - 5.625 \n" ); document.write( "x = -.625 \n" ); document.write( ": \n" ); document.write( "Two non-integer solutions. See if they satisfy the original statement equations \n" ); document.write( ": \n" ); document.write( "3(x+y) = 2(x-y) + 5 \n" ); document.write( "3(-.625 + 1.125) = 2(-.625 - 1.125) + 5 \n" ); document.write( "3(.5) = 2(-1.75) + 5 \n" ); document.write( "1.5 = -3.5 + 5 \n" ); document.write( "1.5 = 1.5 Confirms our solution \n" ); document.write( ": \n" ); document.write( "You can check our solutions in: \n" ); document.write( ".5(x+y) = x - y + 2 \n" ); document.write( " \n" ); document.write( " |