Question 243058
You have 4 consecutive numbers:  w, x, y & z.
Their sum is 244:  w + x + y + z = 244.
Hmmm...
We appear to have four unknowns and only one equation.  That cannot be solved.
But there is a strong hint:  They're consecutive.
So we can say,
x = w+2
y = x+2
z = y+2
That's better, but we still have too many variables.  So, let's try:
x = w+2
y = w+4
z = w+6
Now we have one equation and one unknown:
w + w+2 + w+4 + w+6 = 244
4w + 12 = 244
4w = 232
w = 58
Checking this solution, we have:
58+60+62+64 = 244
Done.