500
When you count by ones from any integer, you are counting consecutive integers. Using variables, three consecutive integers are n, n + 1, and n + 2.
The sum of three consecutive integers is 33. What are the integers?
n + n + 1 + n + 2 = 33
n = 10
The integers are 10, 11, and 12.