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.
------------
80 < x + x+1 + x+2 < 100
80 < 3x+3 < 100
77 < 3x < 97
77/3 < x < 97/3
For integers:
26 < x < 32
-------------
PS  33 won't work.