You can put this solution on YOUR website! the sum of three consecutive numbers is equal to 45 whats the smallest number
.
Let x = smallest of three consecutive numbers
then the other two numbers are:
x+1 and x+2
.
x + x+1 + x+2 = 45
3x+3 = 45
3x = 42
x = 14 (smallest number)