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