Difference between revisions of "Mock AIME I 2012 Problems/Problem 4"
(Created page with "==Problem== Consider the polynomial <math>p(x)=3x^2+2x+1</math>. Let <math>p^n (x) = p(p^{n-1}(x))</math> and <math>p^1 (x) = p(x)</math>. The product of the roots of <math>p^5 (...") |
m (see also box) |
||
| Line 12: | Line 12: | ||
Note that <math>b_4 \equiv 166 \mod 1000</math>, so <math>b_5 \equiv 3\cdot 166^2+2\cdot 166+1 \equiv 1 \mod 1000</math>, since <math>3\cdot 166^2 + 2\cdot 166 = 166\cdot (3\cdot 166+2) = 166 \cdot (1000)</math>. Therefore we have that <math>b_5 \equiv 1 \mod 1000</math>, so our answer is <math>\boxed{001}</math>. | Note that <math>b_4 \equiv 166 \mod 1000</math>, so <math>b_5 \equiv 3\cdot 166^2+2\cdot 166+1 \equiv 1 \mod 1000</math>, since <math>3\cdot 166^2 + 2\cdot 166 = 166\cdot (3\cdot 166+2) = 166 \cdot (1000)</math>. Therefore we have that <math>b_5 \equiv 1 \mod 1000</math>, so our answer is <math>\boxed{001}</math>. | ||
| + | |||
| + | ==See Also== | ||
| + | *[[Mock AIME I 2012 Problems/Problem 5| Next Problem]] | ||
| + | *[[Mock AIME I 2012 Problems/Problem 3| Previous Problem]] | ||
| + | *[[Mock AIME I 2012 Problems]] | ||
Latest revision as of 08:56, 11 March 2025
Problem
Consider the polynomial
. Let
and
. The product of the roots of
can be expressed in the form
where
and
are relatively prime positive integers. Find the remainder when
is divided by
.
Solution
Let
be the leading coefficient of
and let
be the constant coefficient of
. Therefore, we would like to find
in reduced form.
It is easy to see that we have the following recursive relations:
.
Notice that
. It is quickly deduced that
. Now let us evaluate
.
Notice that
from some computations. Note that
. Therefore
, so
. So then it suffices to evaluate
.
Note that
, so
, since
. Therefore we have that
, so our answer is
.