A fourth degree polynomial p(x) satisfies $$Δ4P(0) = 24$$ $$Δ3P(0) = 6$$ $$Δ2P(0) =0$$ where $$ΔP(x) = P(x+1) - P(x)$$
Compute $$Δ^2P(10)$$
The answer is apparently 1140, but I do not know how to arrive at that answer. The furthest I got to was using the Newton Forward-Difference Formula and arriving to here:
$$ P(0) + ΔP(0)x + x(x-1)(x-2) + x(x-1)(x-2)(x-3) $$
but I don't know how to proceed from here.