Difference between revisions of "2024 AMC 12A Problems/Problem 15"
Mazerunner (talk | contribs) (Solution 2: Clarify function in terms of roots) |
m (→Solution 1) |
||
| (5 intermediate revisions by 4 users not shown) | |||
| Line 5: | Line 5: | ||
You can factor <math>(p^2 + 4)(q^2 + 4)(r^2 + 4)</math> as <math>(p+2i)(p-2i)(q+2i)(q-2i)(r+2i)(r-2i)</math>. | You can factor <math>(p^2 + 4)(q^2 + 4)(r^2 + 4)</math> as <math>(p+2i)(p-2i)(q+2i)(q-2i)(r+2i)(r-2i)</math>. | ||
| − | For any polynomial <math>f(x)</math>, you can create a new polynomial <math>f(x+ | + | For any polynomial <math>f(x)</math>, you can create a new polynomial <math>f(x+a)</math>, which will have roots that instead have the value <math>a</math> subtracted. |
| − | Substituting <math>x- | + | Substituting <math>x-2i</math> and <math>x+2i</math> into <math>x</math> for the first polynomial, gives you <math>10i-5</math> and <math>-10i-5</math> as <math>c</math> for both equations. Multiplying <math>10i-5</math> and <math>-10i-5</math> together gives you <math>\boxed{\textbf{(D) }125}</math>. |
-ev2028 | -ev2028 | ||
| Line 15: | Line 15: | ||
==Solution 2== | ==Solution 2== | ||
Let <math>f(x) = x^3 + 2x^2 - x + 3 = (x - p)(x - q)(x - r) = -(p - x)(q - x)(r - x)</math>. Then | Let <math>f(x) = x^3 + 2x^2 - x + 3 = (x - p)(x - q)(x - r) = -(p - x)(q - x)(r - x)</math>. Then | ||
| − | < | + | <cmath>(p^2 + 4)(q^2 + 4)(r^2 + 4)=(p+2i)(p-2i)(q+2i)(q-2i)(r+2i)(r-2i)=f(2i)f(-2i).</cmath> |
| − | + | We find that <math>f(2i)=-8i-8-2i+3=-10i-5</math> and <math>f(-2i)=8i-8+2i+3=10i-5</math>, so <cmath>f(2i)f(-2i)=(-5-10i)(-5+10i)=(-5)^2-(10i)^2=25+100=\boxed{\textbf{(D) }125}.</cmath> | |
| − | |||
| − | We find that <math>f(2i)=-8i-8-2i+3=-10i-5</math> and <math>f(-2i)=8i-8+2i+3=10i-5</math>, so < | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
~eevee9406 | ~eevee9406 | ||
| Line 49: | Line 42: | ||
<cmath>S_2 + 2S_1 + 2(-1) = 0</cmath> | <cmath>S_2 + 2S_1 + 2(-1) = 0</cmath> | ||
| − | By Vieta's again, <math>S_1 = p + q + r -2</math> which means <math>S_2 = p^2 + q^2 + r^2 = 6.</math> | + | By Vieta's again, <math>S_1 = p + q + r = -2</math> which means <math>S_2 = p^2 + q^2 + r^2 = 6.</math> |
Now all we need is <math>q^2r^2 + p^2r^2 + p^2q^2.</math> Vieta's also tells us that <math>pq + qr + pr = -1,</math> so we can take this equation and square both sides: | Now all we need is <math>q^2r^2 + p^2r^2 + p^2q^2.</math> Vieta's also tells us that <math>pq + qr + pr = -1,</math> so we can take this equation and square both sides: | ||
| Line 116: | Line 109: | ||
~JiYang | ~JiYang | ||
| + | |||
| + | |||
| + | ==Video Solution, Fast, Quick, Easy!== | ||
| + | |||
| + | https://youtu.be/g4xdfcFgwGo | ||
| + | |||
| + | ~MathKatana | ||
==See also== | ==See also== | ||
{{AMC12 box|year=2024|ab=A|num-b=14|num-a=16}} | {{AMC12 box|year=2024|ab=A|num-b=14|num-a=16}} | ||
{{MAA Notice}} | {{MAA Notice}} | ||
Latest revision as of 18:31, 1 November 2025
Contents
Problem
The roots of
are
and
What is the value of ![]()
Solution 1
You can factor
as
.
For any polynomial
, you can create a new polynomial
, which will have roots that instead have the value
subtracted.
Substituting
and
into
for the first polynomial, gives you
and
as
for both equations. Multiplying
and
together gives you
.
-ev2028
~Latex by eevee9406
Solution 2
Let
. Then
We find that
and
, so
~eevee9406
Solution 3
First, denote that
Then we expand the expression
~lptoggled
Solution 4 (Newton's Sums and Vieta's)
Expand the expression:
By Vieta's we have
Therefore,
. We use Newton's Sums to quickly compute
By Vieta's again,
which means
Now all we need is
Vieta's also tells us that
so we can take this equation and square both sides:
We know
so we can substitute this in:
We also know
, which means
So the answer is just
Solution 5 (Reduction of power)
The motivation for this solution is the observation that
is easy to compute for any constant c, since
(*), where
is the polynomial given in the problem. The idea is to transform the expression involving
into one involving
.
Since
is a root of
,
which gives us that
. Then
Since
and
are also roots of
, the same analysis holds, so
\begin{align*} (p^2 + 4)(q^2 + 4)(r^2 + 4)&= \left(5\cdot \frac{p+1}{p+2}\right)\left(5\cdot \frac{q+1}{q+2}\right)\left(5\cdot \frac{r+1}{r+2}\right)\\ &= 125 \frac{(p+1)(q+1)(r+1)}{(p+2)(q+2)(r+2)}\\ &= 125 \frac{-f(-1)}{-f(-2)} \\ &= 125\cdot 1\\ &=\boxed{\textbf{(D) }125}. \end{align*}
(*) This is because
since
for all
.
~tsun26 ~KSH31415 (final step and clarification)
Solution 6 (Cheesing it out)
Expanding the expression
gives us
Notice that everything other than
is a multiple of
. Solving for
using vieta's formulas, we get
. Since
is
, the answer should be as well. The only answer that is
is
.
~callyaops
Solution 7
Suppose
then
. Substitute
into
(It is same for
because the squares in
)
whose constant is 125
according to Vieta's theorem,
.
~JiYang
Video Solution, Fast, Quick, Easy!
~MathKatana
See also
| 2024 AMC 12A (Problems • Answer Key • Resources) | |
| Preceded by Problem 14 |
Followed by Problem 16 |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
| All AMC 12 Problems and Solutions | |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.