Difference between revisions of "2017 AMC 10A Problems/Problem 24"
(25 intermediate revisions by 6 users not shown) | |||
Line 7: | Line 7: | ||
<math>f(x)</math> must have four roots, three of which are roots of <math>g(x)</math>. Using the fact that every polynomial has a unique factorization into its roots, and since the leading coefficient of <math>f(x)</math> and <math>g(x)</math> are the same, we know that | <math>f(x)</math> must have four roots, three of which are roots of <math>g(x)</math>. Using the fact that every polynomial has a unique factorization into its roots, and since the leading coefficient of <math>f(x)</math> and <math>g(x)</math> are the same, we know that | ||
− | <cmath>f(x)=g(x)(x | + | <cmath>f(x)=g(x)(x+p)</cmath> |
− | where <math> | + | where <math>-p\in\mathbb{R}</math> is the fourth root of <math>f(x)</math>. |
+ | (Using <math>(x+p) = (x-r))</math> instead of <math>(x-r)</math> makes the following computations less messy.) | ||
+ | Substituting <math>g(x)</math> and expanding, we find that | ||
− | <cmath>\begin{align*}f(x)&=(x^3+ax^2+x+10)(x | + | <cmath>\begin{align*}f(x)&=(x^3+ax^2+x+10)(x+p)\\ |
− | &=x^4+(a | + | &=x^4+(a+p)x^3+(1+ap)x^2+(10+p)x+10p.\end{align*}</cmath> |
Comparing coefficients with <math>f(x)</math>, we see that | Comparing coefficients with <math>f(x)</math>, we see that | ||
<cmath>\begin{align*} | <cmath>\begin{align*} | ||
− | a | + | a+p&=1\\ |
− | 1 | + | 1+ap=b\\ |
− | 10 | + | 10+p&=100\\ |
− | + | 10p&=c.\\ | |
\end{align*}</cmath> | \end{align*}</cmath> | ||
− | |||
− | Let's solve for <math>a,b,c,</math> and <math> | + | Let's solve for <math>a,b,c,</math> and <math>p</math>. Since <math>10+p=100</math>, <math>p=90</math>. |
+ | |||
+ | Since <math>a+p=1</math>, <math>a=-89</math>. | ||
+ | |||
+ | (Solution 1.1 branches from here and takes a shortcut.) | ||
+ | |||
+ | <math>c=(10)(90)=900</math>. | ||
+ | |||
+ | Then, since <math>b=1+ap</math>, <math>b=-8009</math>. Thus, | ||
<cmath>f(x)=x^4+x^3-8009x^2+100x+900.</cmath> | <cmath>f(x)=x^4+x^3-8009x^2+100x+900.</cmath> | ||
+ | |||
+ | (Solution 1.2 branches from here and takes another shortcut) | ||
Taking <math>f(1)</math>, we find that | Taking <math>f(1)</math>, we find that | ||
Line 37: | Line 48: | ||
\end{align*}</cmath> | \end{align*}</cmath> | ||
− | ==Solution 1.1== | + | ===Solution 1.1=== |
A faster ending to Solution 1 is as follows. | A faster ending to Solution 1 is as follows. | ||
− | + | ||
<cmath>\begin{align*} | <cmath>\begin{align*} | ||
− | f(1)&=(1 | + | f(1)&=(1+p)(1^3+a\cdot1^2+1+10)\\ |
&=(91)(-77)\\ | &=(91)(-77)\\ | ||
+ | &= (7)(13)(11)(-7) = (1001)(-7) \\ | ||
&=\boxed{\bold{(C)}\, -7007}.\\ | &=\boxed{\bold{(C)}\, -7007}.\\ | ||
\end{align*}</cmath> | \end{align*}</cmath> | ||
− | ==Solution 1.2 | + | ===Solution 1.2=== |
− | + | Also a faster ending to Solution 1 is as follows. | |
+ | |||
+ | To find <math>f(1)</math> we just need to find the sum of the coefficients which is <math>1 + 1 - 8009 + 100 + 900= \boxed{\bold{(C)} \ , -7007}.</math> | ||
+ | |||
+ | ~[[User: Yiyj1|Yiyj1]] | ||
==Solution 2== | ==Solution 2== | ||
Line 134: | Line 150: | ||
==Solution 7== | ==Solution 7== | ||
− | We first note that f(x) = g(x) | + | We first note that <math>f(x) = g(x) \cdot q(x) + r(x)</math> where <math>q</math> is the quotient function and <math>r</math> is the remainder function. |
+ | |||
+ | Clearly, <math>r(x) = 0</math> because every single root in <math>g</math> is also in <math>f</math>, thus implying <math>g</math> divides <math>f</math>. | ||
+ | So, we wish to find <math>f(1) = g(1) \cdot q(1)</math>. | ||
+ | |||
+ | Such an expression for <math>g(1)</math> is pretty clean here as we can obtain <math>g(1) = a + 12</math>, so we rewrite <math>f(1) = (a + 12) \cdot q(1)</math>. | ||
+ | Well, now we need to know how <math>q</math> is expressed in order to obtain <math>q(1)</math>. This motivates us to long divide to obtain the quotient function. After simple long division <math>q(x) = x + (1 - a)</math>. In addition, what is left over, namely <math>r(x)</math>, has a constant piece of <math>a + 89</math> (you'll see in a few sentences why we only care about particularly the constant piece). | ||
+ | |||
+ | Now we can write: <math>f(1) = (a + 12) \cdot (2 - a)</math>. | ||
+ | |||
+ | Now, as we have already established <math>r(x) = 0</math> for ALL <math>x</math> that means <math>r(0)</math> or the constant piece is <math>0</math>, so <math>89 + a = 0</math>, in which we obtain <math>a = -89</math>. We now plug this back into our equation for <math>f(1)</math> to get <math>(-89 + 12)(2 - (89)) = -77 \cdot 91 = \boxed{\textbf{(C)}\,-7007}</math>. ~triggod | ||
+ | |||
+ | ==General Notes== | ||
+ | <math>f(1)</math> for any polynomial is simply the sum of the coefficients of the polynomial. | ||
+ | |||
+ | <math>f(x)/g(x) = x+r</math> must have real <math>r</math>. Both <math>f</math> and <math>g</math> have all real coefficients, and so odd-degree <math>g</math> must have an odd number of real roots, and even-degree <math>f</math> must have an even number of real roots, so <math>f</math>'s single additional root must be real. | ||
+ | |||
+ | |||
+ | <math>77 * 91 = 7 * 11 * 7 * 13</math>, and <math>7*11*13=1001</math> is a good number sense fact to know. It's interesting because <math>1001= 10^3+1</math> and the 3 nearest primes to <math> 10 </math> are <math>7,11,13</math>. | ||
+ | |||
+ | ==Video Solution by Pi Academy== | ||
− | = | + | https://youtu.be/xd_01X989Q0?si=Q7LINw1XRjoF1xSq |
− | + | ~ Pi Academy | |
− | ==Video Solution== | + | ==Video Solution 2== |
https://youtu.be/wXvRNC-48Lk | https://youtu.be/wXvRNC-48Lk | ||
Latest revision as of 19:55, 11 October 2024
Contents
Problem
For certain real numbers , , and , the polynomial has three distinct roots, and each root of is also a root of the polynomial What is ?
Solution 1
must have four roots, three of which are roots of . Using the fact that every polynomial has a unique factorization into its roots, and since the leading coefficient of and are the same, we know that
where is the fourth root of . (Using instead of makes the following computations less messy.) Substituting and expanding, we find that
Comparing coefficients with , we see that
Let's solve for and . Since , .
Since , .
(Solution 1.1 branches from here and takes a shortcut.)
.
Then, since , . Thus,
(Solution 1.2 branches from here and takes another shortcut)
Taking , we find that
Solution 1.1
A faster ending to Solution 1 is as follows.
Solution 1.2
Also a faster ending to Solution 1 is as follows.
To find we just need to find the sum of the coefficients which is
Solution 2
We notice that the constant term of and the constant term in . Because can be factored as (where is the unshared root of , we see that using the constant term, and therefore . Now we once again write out in factored form:
.
We can expand the expression on the right-hand side to get:
Now we have .
Simply looking at the coefficients for each corresponding term (knowing that they must be equal), we have the equations:
and finally,
.
We know that is the sum of its coefficients, hence . We substitute the values we obtained for and into this expression to get .
Solution 3
Let and be the roots of . Let be the additional root of . Then from Vieta's formulas on the quadratic term of and the cubic term of , we obtain the following:
Thus .
Now applying Vieta's formulas on the constant term of , the linear term of , and the linear term of , we obtain:
Substituting for in the bottom equation and factoring the remainder of the expression, we obtain:
It follows that . But so
Now we can factor in terms of as
Then and
Hence .
Solution 4 (Risky)
Let the roots of be , , and . Let the roots of be , , , and . From Vieta's, we have: The fourth root is . Since , , and are common roots, we have: Let : Note that This gives us a pretty good guess of .
Solution 5
First off, let's get rid of the term by finding . This polynomial consists of the difference of two polynomials with common factors, so it must also have these factors. The polynomial is , and must be equal to . Equating the coefficients, we get equations. We will tackle the situation one equation at a time, starting the terms. Looking at the coefficients, we get . The solution to the previous is obviously . We can now find and . , and . Finally , Solving the original problem, .
Solution 6
Simple polynomial division is a feasible method. Even though we have variables, we can equate terms at the end of the division so that we can cancel terms. Doing the division of eventually brings us the final step minus after we multiply by . Now we equate coefficients of same-degree terms. This gives us . We are interested in finding , which equals . ~skyscraper
Solution 7
We first note that where is the quotient function and is the remainder function.
Clearly, because every single root in is also in , thus implying divides . So, we wish to find .
Such an expression for is pretty clean here as we can obtain , so we rewrite . Well, now we need to know how is expressed in order to obtain . This motivates us to long divide to obtain the quotient function. After simple long division . In addition, what is left over, namely , has a constant piece of (you'll see in a few sentences why we only care about particularly the constant piece).
Now we can write: .
Now, as we have already established for ALL that means or the constant piece is , so , in which we obtain . We now plug this back into our equation for to get . ~triggod
General Notes
for any polynomial is simply the sum of the coefficients of the polynomial.
must have real . Both and have all real coefficients, and so odd-degree must have an odd number of real roots, and even-degree must have an even number of real roots, so 's single additional root must be real.
, and is a good number sense fact to know. It's interesting because and the 3 nearest primes to are .
Video Solution by Pi Academy
https://youtu.be/xd_01X989Q0?si=Q7LINw1XRjoF1xSq
~ Pi Academy
Video Solution 2
https://www.youtube.com/watch?v=MBIiz0mroqk (By Richard Rusczyk)
https://youtu.be/3dfbWzOfJAI?t=4412
~ pi_is_3.14
See Also
2017 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 |
2017 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 22 |
Followed by Problem 24 |
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.