let $p(x) = a_0 + a_1x + ....+a_nx^n. If\; p(-2) = -15, \ p(1) = 9, \ p(-1) = 1,\ p(0) = 7, \ p(2) = 13\; and\; p(3) = 25$ then the smallest possible value of $n$.
what I tried is that $p(0) = 7\,, a_0 = 7$, $p(1) = a_0 + a_1 + a_2 +.....+a_n = 9$. (1)
$p(-1) = a_0 - a_1 + a_2..... = 1$. (2)
$p(2) = a_0 + 2a_1 + 4a_2 + ..... = 13$.(3)
$p(-2) = a_0 - 2a_1 + 4a_2.... = -15$. (4)
by adding (1) and (2) we get $p(1) + p(-1) = 2[a_0 + a_2 +...] = 10$.
and $p(2) + p(-2) = 2[a_0 + 4a_2 +...] = -2$
is there any way to proceed from here?