The sum of three consecutive integers is 33. Find the smallest integer:
Correct answer is: A. 10
Let the integers be x, x+1, x+2. Then x + (x+1) + (x+2) = 33, so 3x + 3 = 33, x = 10.