Find the number of polynomials with integer coefficients such that , where are distinct natural integers.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Given, P ( x ) is a polynomial.
P ( a ) − P ( b ) = b − c ;
P ( b ) − P ( c ) = c − a ;
P ( c ) − P ( a ) = a − b .
But b − c ∣ P ( b ) − P ( c ) .
So, b − c ∣ c − a which forces that b − c ≤ c − a .
Similarly, c − a ∣ a − b and a − b ∣ b − c .
So, c − a ≤ a − b ; a − b ≤ b − c .
So, a − b = b − c = c − a . This implies that a = b = c . But given that a, b, c are distinct.
So, there are no solutions of a, b, c.