document.write( "Question 945508: the sum of three integers is 27. the sum of the first and second integers exceeds the third by 83. the third integer is 60 less than the first. find the three integers. \n" ); document.write( "
Algebra.Com's Answer #805800 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
x + y + z = 27
\n" ); document.write( "x + y = z + 83
\n" ); document.write( "z = x - 60\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Substitute z into the first two equations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2x + y = 87
\n" ); document.write( "x + y = x - 60 + 83 ----> y = 23\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2x + 23 = 87
\n" ); document.write( "x = (87-23)/2 = 32\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "z = 32 - 60 = -28\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solution: (x, y, z) = (32, 23, -28)
\n" ); document.write( "
\n" );