Tuesday, June 20, 2017

algebra precalculus - Integer coefficients polynomial. Find largest number of roots.



The polynomial p(x) has integer coefficients, and p(100)=100. Let r1,r2,,rk be distinct integers that satisfy the equation p(x)=x3. What is the largest possible value of k?



Answer



Suppose there are k distinct integer roots for p(x)x3. Then we may write p(x)=x3+q(x)ki=1(xri)100=1003+q(100)ki=1(100ri).



This gives q(100)ki=1(100ri)=999,900=22325211101



LHS is thus a product of k+1 integers of which at least k are distinct, and the RHS can be expressed as a product of at most 11 factors. Hence k10.



To prove kmax=10, all we need now is to demonstrate one polynomial p(x), say:
1003(x99)(x101)(x102)(x98)(x103)(x97)(x105)(x95)(x111)(x201)
which will satisfy the conditions.



No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...