document.write( "Question 487316: the sum of three integers is 232. the sum of the first and second integers exceeds the third by 92. the third integer is 48 less than the first. find the three integers \n" ); document.write( "
Algebra.Com's Answer #333070 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
the sum of three integers is 232.
\n" ); document.write( "a + b + c = 232
\n" ); document.write( ":
\n" ); document.write( " the sum of the first and second integers exceeds the third by 92.
\n" ); document.write( "a + b = c + 92
\n" ); document.write( "a + b - c = 92
\n" ); document.write( ":
\n" ); document.write( "the third integer is 48 less than the first.
\n" ); document.write( "c = a - 48
\n" ); document.write( ":
\n" ); document.write( "The first and 2nd equations for elimination
\n" ); document.write( "a + b + c = 232
\n" ); document.write( "a + b - c = 92
\n" ); document.write( "----------------subtraction eliminates a and b, find c
\n" ); document.write( "2c = 140
\n" ); document.write( "c = 70, the 3rd digit
\n" ); document.write( ":
\n" ); document.write( "The third equation
\n" ); document.write( "a - 48 = 70
\n" ); document.write( "a = 70 + 48
\n" ); document.write( "a = 118, the first digit
\n" ); document.write( ":
\n" ); document.write( "Find the 2nd digit
\n" ); document.write( "118 + b = 70 + 92
\n" ); document.write( "b = 162 - 118
\n" ); document.write( "b = 44, the 2nd digit
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check: 118 + 44 + 70 = 232
\n" ); document.write( " \r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );