If a polynomial $g(x)$ satisfies $x\cdot g(x+1)=(x-3)\cdot g(x)$ for all $x$, and $g(3)=6$, then $g(25)=$?
My try: $x\cdot g(x+1)=(x-3)\cdot g(x)$,
Put $x=3$, we get $g(4)=0$, means $(x-4)$ is a factor of $g(x)$.
Similarly put $x=0$. We get $g(0)=0$, means $x$ is a factor of $g(x)$.
This means $g(x)=x\cdot (x-4)h(x)$, where $h(x)$ is a polynomial.
Then how can I calculate it?
Thanks.