You can put this solution on YOUR website! Find three consecutive integers such that the sum of the largest and 5 times the smallest is -224
------
1st:: x-1
2nd: x
3rd: x + 1
-----
Equation:
x+1 + 5(x-1) = -224
x+1 + 5x-5 = -224
6x - 4 = -224
6x = -220
x = -110/3 = -36 1/3
---------------
Note: x is not an integer