document.write( "Question 1123902: The sum of three consecutive integers is greater than 7 and less than 25. Find all possible values of the smallest of these integers. \n" ); document.write( "
Algebra.Com's Answer #740287 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
7 < x +x+1 +x+2 < 25
\n" ); document.write( ":
\n" ); document.write( "7 < 3x+3 < 25
\n" ); document.write( ":
\n" ); document.write( "4 < 3x < 22
\n" ); document.write( ":
\n" ); document.write( "x = 2, 3, 4, 5, 6, 7
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );