document.write( "Question 1083826: The smallest of three consecutive numbers is x. their sum is greater than 80 but less than 100. Find the range of values of x.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #697865 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The smallest of three consecutive numbers is x. their sum is greater than 80 but less than 100. Find the range of values of x. \n" ); document.write( "------------ \n" ); document.write( "80 < x + x+1 + x+2 < 100 \n" ); document.write( "80 < 3x+3 < 100 \n" ); document.write( "77 < 3x < 97 \n" ); document.write( "77/3 < x < 97/3 \n" ); document.write( "For integers: \n" ); document.write( "26 < x < 32 \n" ); document.write( "------------- \n" ); document.write( "PS 33 won't work. \n" ); document.write( " |