document.write( "Question 955054: Find three consecutive integers such that the sum of the second and third is 24 more than one-half the smallest \n" ); document.write( "
Algebra.Com's Answer #803558 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
three consecutive integers: x-1, x, x+1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x) + (x + 1) = (x - 1)/2 + 24
\n" ); document.write( "2x + 1 = x/2 - 1/2 + 24
\n" ); document.write( "4x + 2 = x - 1 + 48
\n" ); document.write( "3x = 45
\n" ); document.write( "x = 15\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "integers are 14, 15, and 16.
\n" ); document.write( "
\n" );