I started off with:
$$f(x)= a(x-(-3)) (x-(2)) (x-(-1)) (x-(-2))$$ $$f(x)= a(x+3) (x-2) (x+1) (x+2)$$
I started off with:
$$f(x)= a(x-(-3)) (x-(2)) (x-(-1)) (x-(-2))$$ $$f(x)= a(x+3) (x-2) (x+1) (x+2)$$
You are right that $f(x)=a(x+3)(x+2)(x+1)(x-2)$
Expanding gives $$f(x)=a(x^{2}+3x+2x+6)(x^{2}+x-2x-2)=a(x^{2}+5x+6)(x^{2}-x-2)$$
Multiplying the quadratics, $$f(x)=a(x^{4}+5x^{3}+6x^{2}-x^{3}-5x^{2}-6x-2x^{2}-10x-12)$$
Collecting terms gives $f(x)=a(x^{4}+4x^{3}-x^{2}-16x-12)$
Hence, the coefficient on $x^{2}$ is $-a$
To make the coefficient on $x^{2}$ $6$, let $a=-6$.
Let's start with a polynomial of degree 4 :
$$p(x) = a_0 + a_1 x + a_2 x^2 + a_3 x^3 + a_4 x^4$$
Since you know that $a_2=6$ and $p(-3)=p(2)=p(-1)=p(-2)=0$, you have 4 equations and 4 unknown ($a_0$, $a_1$, $a_3$ and $a_4$). This is a linear system that can be solved easily.