Let b and c be real numbers, and define the polynomial P(x)=x2+bx+c. Suppose that P(P(1))=P(P(2))=0, and that P(1)=P(2). Find P(0).
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
Since P(P(1))=P(P(2))=0, but P(1)=P(2), it follows that P(1)=1+b+c and P(2)=4+2b+c are the distinct roots of the polynomial P(x). Thus, P(x) factors: P(x)=x2+bx+c=(x−(1+b+c))(x−(4+2b+c))=x2−(5+3b+2c)x+(1+b+c)(4+2b+c) It follows that −(5+3b+2c)=b, and that c=(1+b+c)(4+2b+c). From the first equation, we find 2b+c=−5/2. Plugging in c=−5/2−2b into the second equation yields −5/2−2b=(1+(−5/2)−b)(4+(−5/2)) Solving this equation yields b=−21, so c=−5/2−2b=−23.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: Omni-MATH,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.