7

Find the number of polynomials given by $f(x)$ , with integral coefficients. Such that $$f(7) =11; f(11)=13$$

Please suggest the solution of this..

Thanks ..

Sachin
  • 9,896
  • 16
  • 91
  • 182
  • 2
    It won't help you find the solution but you can notice if you have one solutions $f$, then all the polynomials $f_n(x)=f(x)+(x-7)^n(x-11)^n, n\in \Bbb N^*$ are solutions. So you can either have $0$ solutions or infinitely many. – xavierm02 Apr 28 '13 at 11:47

2 Answers2

6

hint Use the fact that
$$m-n | f(m)-f(n)$$

To see this use the identity $m^k-n^{k}= (m-n)(m^{k-1}+m^{k-2}n+\cdots+n^{k-1})$

clark
  • 15,327
3

$f(x)=a_nx^n+a_{n-1}x^{n-1}+\dots a_0$

$f(7)=a_n7^n+a_{n-1}7^{n-1}+\dots a_0=11$

$f(11)=a_n11^n+a_{n-1}11^{n-1}+\dots a_0=13$

$f(11)-f(7)=a_n(11^n-7^n) +a_{n-1}(11^{n-1}-7^{n-1})+ \dots a_1\cdot4=2$

Now you know that $a-b|a^n-b^n$, from here.

$4|f(11)-f(7) \implies f(11)-f(7)=4k$

But $\dots 4 \not| 2$, conclude.

Inceptio
  • 7,881