You can put this solution on YOUR website! Let x = first of three consecutive numbers
x+1 = second of three consecutive numbers
x+3 = third of three consecutive numbers
.
3x = 2(x+1) + 4
3x = 2x + 2 + 4
3x = 2x + 6
x = 6
.
Our three consecutive numbers are:
6, 7, and 8