You can put this solution on YOUR website! The sum of three consecutive integers is 45. Find the value of the smallest integer.
------------
1st: x-1
2nd: x
3rd: x+1
----
Equation:
sum = 45
3x = 45
x = 15
------
1st: x-1 = 14
2nd: x = 15
3rd: x+1 = 16
===========
Cheers,
Stan H.
===========