Difference between revisions of "2019 AMC 10A Problems/Problem 24"
(→Video Solution) |
Reyadoctor (talk | contribs) m (→Solution 1) |
||
(12 intermediate revisions by 8 users not shown) | |||
Line 5: | Line 5: | ||
<math>\textbf{(A) }243\qquad\textbf{(B) }244\qquad\textbf{(C) }245\qquad\textbf{(D) }246\qquad\textbf{(E) } 247</math> | <math>\textbf{(A) }243\qquad\textbf{(B) }244\qquad\textbf{(C) }245\qquad\textbf{(D) }246\qquad\textbf{(E) } 247</math> | ||
− | ==Solution== | + | ==Solution 1== |
Multiplying both sides by <math>(s-p)(s-q)(s-r)</math> yields | Multiplying both sides by <math>(s-p)(s-q)(s-r)</math> yields | ||
<cmath>1 = A(s-q)(s-r) + B(s-p)(s-r) + C(s-p)(s-q)</cmath> | <cmath>1 = A(s-q)(s-r) + B(s-p)(s-r) + C(s-p)(s-q)</cmath> | ||
As this is a polynomial identity, and it is true for infinitely many <math>s</math>, it must be true for all <math>s</math> (since a polynomial with infinitely many roots must in fact be the constant polynomial <math>0</math>). This means we can plug in <math>s = p</math> to find that <math>\frac1A = (p-q)(p-r)</math>. Similarly, we can find <math>\frac1B = (q-p)(q-r)</math> and <math>\frac1C = (r-p)(r-q)</math>. Summing them up, we get that <cmath>\frac1A + \frac1B + \frac1C = p^2 + q^2 + r^2 - pq - qr - pr</cmath> | As this is a polynomial identity, and it is true for infinitely many <math>s</math>, it must be true for all <math>s</math> (since a polynomial with infinitely many roots must in fact be the constant polynomial <math>0</math>). This means we can plug in <math>s = p</math> to find that <math>\frac1A = (p-q)(p-r)</math>. Similarly, we can find <math>\frac1B = (q-p)(q-r)</math> and <math>\frac1C = (r-p)(r-q)</math>. Summing them up, we get that <cmath>\frac1A + \frac1B + \frac1C = p^2 + q^2 + r^2 - pq - qr - pr</cmath> | ||
− | + | We can express <math>p^2 + q^2 + r^2 = (p+q+r)^2 - 2(pq + qr + pr)</math>, and by Vieta's Formulas, we know that this expression is equal to <math>484</math>. Vieta's also gives <math>pq + qr + pr = 80</math> (which we also used to find <math>p^2+q^2+r^2</math>), so the answer is <math>484 -240 = \boxed{\textbf{(B) } 244}</math>. | |
− | ''Note'': this process of substituting in the 'forbidden' values in the original identity is a standard technique for partial fraction decomposition, as taught in calculus classes. | + | ''Note'': this process of substituting in the 'forbidden' values in the original identity is a standard technique for partial fraction decomposition, as taught in calculus classes. |
− | == | + | -very small latex edit from countmath1 :) |
− | Richard Rusczyk | + | |
+ | Minor rephrasing for correctness and clarity ~ Technodoggo | ||
+ | |||
+ | ==Solution 2 (Pure Elementary Algebra)== | ||
+ | Solution 1 uses a trick from Calculus that seemingly contradicts the restriction <math>s\not\in\{p,q,r\}</math>. Here is a solution with pure elementary algebra. | ||
+ | <cmath>A(s-q)(s-r) + B(s-p)(s-r) + C(s-p)(s-q)=1</cmath> | ||
+ | <cmath>s^2(A+B+C)-s(Aq+Ar+Bp+Br+Cp+Cq)+(Aqr+Bpr+Cpq-1)=0</cmath> | ||
+ | <cmath>\begin{cases} | ||
+ | A+B+C=0 & (1)\\ | ||
+ | Aq+Ar+Bp+Br+Cp+Cq=0 & (2)\\ | ||
+ | Aqr+Bpr+Cpq=1 & (3) | ||
+ | \end{cases}</cmath> | ||
+ | From <math>(1)</math> we get <math>A=-(B+C)</math>, <math>B=-(A+C)</math>, <math>C=-(A+B)</math>, substituting them in <math>(2)</math>, we get <math>Ap + Bq + Cr=0</math> <math>(4)</math> | ||
+ | |||
+ | <math>(4)- (1) \cdot r</math>, <math>A(p-r)+B(q-r)=0</math> <math>(5)</math> | ||
+ | |||
+ | <math>(3) - (1) \cdot pq</math>, <math>Aq(r-p)+Bp(r-q)=1</math> <math>(6)</math> | ||
+ | |||
+ | <math>(6) + (5) \cdot p</math>, <math>A(r-p)(q-p)=1</math> | ||
+ | |||
+ | <math>A = \frac{1}{(r-p)(q-p)}</math>, by symmetry, <math>B = \frac{1}{(r-q)(p-q)}</math>, <math>C = \frac{1}{(q-r)(p-r)}</math> | ||
+ | |||
+ | The rest is similar to solution 1, we get <math>\boxed{\textbf{(B) } 244}</math> | ||
+ | |||
+ | ~[https://artofproblemsolving.com/wiki/index.php/User:Isabelchen isabelchen] | ||
+ | |||
+ | ==Video Solution by Richard Rusczyk== | ||
+ | https://www.youtube.com/watch?v=GI5d2ZN8gXY | ||
+ | |||
+ | ==Video Solution by TheBeautyofMath== | ||
+ | https://youtu.be/zw5CCPcT5IU | ||
+ | |||
+ | ~IceMatrix | ||
==See Also== | ==See Also== | ||
− | + | [[Category:Intermediate Algebra Problems]] | |
{{AMC10 box|year=2019|ab=A|num-b=23|num-a=25}} | {{AMC10 box|year=2019|ab=A|num-b=23|num-a=25}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 23:12, 23 August 2024
Contents
Problem
Let , , and be the distinct roots of the polynomial . It is given that there exist real numbers , , and such that for all . What is ?
Solution 1
Multiplying both sides by yields As this is a polynomial identity, and it is true for infinitely many , it must be true for all (since a polynomial with infinitely many roots must in fact be the constant polynomial ). This means we can plug in to find that . Similarly, we can find and . Summing them up, we get that We can express , and by Vieta's Formulas, we know that this expression is equal to . Vieta's also gives (which we also used to find ), so the answer is .
Note: this process of substituting in the 'forbidden' values in the original identity is a standard technique for partial fraction decomposition, as taught in calculus classes.
-very small latex edit from countmath1 :)
Minor rephrasing for correctness and clarity ~ Technodoggo
Solution 2 (Pure Elementary Algebra)
Solution 1 uses a trick from Calculus that seemingly contradicts the restriction . Here is a solution with pure elementary algebra. From we get , , , substituting them in , we get
,
,
,
, by symmetry, ,
The rest is similar to solution 1, we get
Video Solution by Richard Rusczyk
https://www.youtube.com/watch?v=GI5d2ZN8gXY
Video Solution by TheBeautyofMath
~IceMatrix
See Also
2019 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 23 |
Followed by Problem 25 | |
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 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.