document.write( "Question 1087068: the sum of three integers is 82. the sum of the first and second integers exceeds the third by 86. the third integer is 61 less than the first. find the three integers \n" ); document.write( "
Algebra.Com's Answer #701348 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! Giving the answer first in case you'd like to continue to work it out yourself \n" ); document.write( "— \n" ); document.write( "Answer: \n" ); document.write( "—\r \n" ); document.write( "\n" ); document.write( "Workout: \n" ); document.write( " \r\n" ); document.write( "A + B + C = 82 (1)\r\n" ); document.write( "A + B = C + 86 (2)\r\n" ); document.write( "C = A - 61 (3)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "I chose to substitute \"C+86\" from (2) as \"A+B\" in (1):\r\n" ); document.write( "\r\n" ); document.write( "(C + 86) + C = 82 ==> 2C = -4 ==> C = -2\r\n" ); document.write( "\r\n" ); document.write( "Plugging this result into (3) gives A = 59\r\n" ); document.write( "Plugging the newly found A & C values into (1) or (2) gives B = 25\r\n" ); document.write( "\r\n" ); document.write( "—\r\n" ); document.write( "\r\n" ); document.write( "Check: A + B + C = 59 + 25 - 2 = 82 (ok)\r\n" ); document.write( " A + B = 59 + 25 = 84 and C + 86 = -2 + 86 = 84 (ok)\r\n" ); document.write( " C = -2 and A-61 = 59-61 = -2 (ok)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |