500
When you count by ones fron many 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 48. What are the integers?
n + n + 1 + n + 2 = 48
n = 15
The integers are 15, 16, and 17.