Let $f(x)=a_0+a_1x+a_2x^2....+a_nx^n$, where $a_i$ are non-negative integers for $i=0, 1, 2,...., n$. If $f(1)=21$ and $f(25)=78357$, find the value of $\frac{f(10)+3}{100}$
My work--
Let $f(x)-21=g_1(x)\Rightarrow g_1(1)=0$. This implies that $1$ is a root of $g_1(x)\Rightarrow g_1(x)=(x-1)p_1(x)\Rightarrow f(x)-21=(x-1)p_1(x)\Rightarrow f(x)=(x-1)p_1(x)+21$. Similarly $f(x)=(x-25)p_2(x)+78357\Rightarrow (x-1)p_1(x)+21=(x-25)p_2(x)+78357\Rightarrow (1-1)p_1(1)+21=(1-25)p_2(1)+78357\Rightarrow p_2(1)=3264$
And in the same way $p_1(25)=3264$.
I am unable to proceed beyond this..I hope that we can't say $p_1(x)=p_2(x)$. Any other method is appreciated.