P ( x ) is a polynomial with integers coefficients such that P ( 2 ) = a and P ( a ) = a + 2 . What is the sum of all the possible values of a ?
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.
This still requires showing that P exists for each of the given a . Luckily, this time it's simple:
same sol...upvotes!!!
Since P ( 2 ) = a ,
We can deduce that P ( x ) = ( x − 2 ) Q ( x ) + a . Substituting x = a , we get P ( a ) = ( a − 2 ) Q ( a ) + a = a + 2
Q ( a ) = a − 2 2
Since P ( x ) has integer coefficients, Q ( x ) should have integer coefficients as well, implying Q ( a ) is an integer. This gives us a = 0 , 1 , 3 or 4 . The required answer is therefore 8 .
Problem Loading...
Note Loading...
Set Loading...
It can be easily proven that if x is an integer and P(x) has integral coefficients, and P ( x ) − P ( y ) = p , then x − y ∣ p . Thus, since P ( a ) − P ( 2 ) = 2 we must have a − 2 ∣ 2 . There are four cases: a − 2 = 2 , a − 2 = 1 , a − 2 = − 1 , a − 2 = − 2 ⟹ a = 0 , 1 , 3 . 4 Therefore, the sum is 8