Difference between revisions of "2021 AMC 10B Problems/Problem 15"

m (Solution 3)
m (Added in the "See Also" and MAA Notice.)
(3 intermediate revisions by 3 users not shown)
Line 31: Line 31:
  
 
==Solution 4==
 
==Solution 4==
We begin by multiplying <math>x+\frac{1}{x} = \sqrt{5}</math> by <math>x</math>, resulting in <math>x^2+1 = \sqrt{5}x</math>. Now we see this equation: <math>x^{11}-7x^{7}+x^3</math>. The terms all have <math>x^3</math> in common, so we can factor that out, and what we're looking for becomes <math>x^3(x^8-7x^4+1)</math>. Looking back to our original equation, we have <math>x^2+1 = \sqrt{5}x</math>, which is equal to <math>x^2 = \sqrt{5}x-1</math>. Using this, we can evaluate <math>x^4</math> to be <math>5x^2-2\sqrt{5}x+1</math>, and we see that there is another <math>x^2</math>, so we put substitute it in again, resulting in <math>3\sqrt{5}x-4</math>. Using the same way, we find that <math>x^8</math> is <math>11\sqrt{5}x-29</math>. We put this into <math>x^3(x^8-7x^4+1)</math>, resulting in <math>x^3(0)</math>, so the answer is <math>\boxed{(B) 0}</math>.
+
We begin by multiplying <math>x+\frac{1}{x} = \sqrt{5}</math> by <math>x</math>, resulting in <math>x^2+1 = \sqrt{5}x</math>. Now we see this equation: <math>x^{11}-7x^{7}+x^3</math>. The terms all have <math>x^3</math> in common, so we can factor that out, and what we're looking for becomes <math>x^3(x^8-7x^4+1)</math>. Looking back to our original equation, we have <math>x^2+1 = \sqrt{5}x</math>, which is equal to <math>x^2 = \sqrt{5}x-1</math>. Using this, we can evaluate <math>x^4</math> to be <math>5x^2-2\sqrt{5}x+1</math>, and we see that there is another <math>x^2</math>, so we put substitute it in again, resulting in <math>3\sqrt{5}x-4</math>. Using the same way, we find that <math>x^8</math> is <math>11\sqrt{5}x-29</math>. We put this into <math>x^3(x^8-7x^4+1)</math>, resulting in <math>x^3(0)</math>, so the answer is <math>\boxed{(B)~0}</math>.
  
 
~purplepenguin2
 
~purplepenguin2
Line 40: Line 40:
 
~ pi_is_3.14
 
~ pi_is_3.14
  
 +
== Video Solution by Interstigation (Simple Silly Bashing) ==
 +
https://youtu.be/Hdk2SDOcw7c
  
 +
~ Interstigation
  
 +
==Video Solution by TheBeautyofMath==
 +
Not the most efficient method, but gets the job done.
 +
 +
https://youtu.be/L1iW94Ue3eI?t=1468
 +
 +
~IceMatrix
 +
 +
==See Also==
 
{{AMC10 box|year=2021|ab=B|num-b=14|num-a=16}}
 
{{AMC10 box|year=2021|ab=B|num-b=14|num-a=16}}
 +
{{MAA Notice}}

Revision as of 08:52, 2 March 2021

Problem

The real number $x$ satisfies the equation $x+\frac{1}{x} = \sqrt{5}$. What is the value of $x^{11}-7x^{7}+x^3?$

$\textbf{(A)} ~-1 \qquad\textbf{(B)} ~0 \qquad\textbf{(C)} ~1 \qquad\textbf{(D)} ~2 \qquad\textbf{(E)} ~\sqrt{5}$

Solution 1

We square $x+\frac{1}{x}=\sqrt5$ to get $x^2+2+\frac{1}{x^2}=5$. We subtract 2 on both sides for $x^2+\frac{1}{x^2}=3$ and square again, and see that $x^4+2+\frac{1}{x^4}=9$ so $x^4+\frac{1}{x^4}=7$. We can divide our original expression of $x^{11}-7x^7+x^3$ by $x^7$ to get that it is equal to $x^7(x^4-7+\frac{1}{x^4})$. Therefore because $x^4+\frac{1}{x^4}$ is 7, it is equal to $x^7(0)=\boxed{(B) 0}$.

Solution 2

Multiplying both sides by $x$ and using the quadratic formula, we get $\frac{\sqrt{5} \pm 1}{2}$. We can assume that it is $\frac{\sqrt{5}+1}{2}$, and notice that this is also a solution the equation $x^2-x-1=0$, i.e. we have $x^2=x+1$. Repeatedly using this on the given (you can also just note Fibonacci numbers), \begin{align*}  (x^{11})-7x^7+x^3 &= (x^{10}+x^9)-7x^7+x^3 \\ &=(2x^9+x^8)-7x^7+x^3 \\ &=(3x^8+2x^7)-7x^7+x^3 \\ &=(3x^8-5x^7)+x^3 \\ &=(-2x^7+3x^6)+x^3 \\ &=(x^6-2x^5)+x^3 \\ &=(-x^5+x^4+x^3) \\ &=-x^3(x^2-x-1) = \boxed{(\textbf{B}) 0} \end{align*}

~Lcz

Solution 3

We can immediately note that the exponents of $x^{11}-7x^7+x^3$ are an arithmetic sequence, so they are symmetric around the middle term. So, $x^{11}-7x^7+x^3 = x^7(x^4-7+\frac{1}{x^4})$. We can see that since $x+\frac{1}{x} = \sqrt{5}$, $x^2+2+\frac{1}{x^2} = 5$ and therefore $x^2+\frac{1}{x^2} = 3$. Continuing from here, we get $x^4+2+\frac{1}{x^4} = 9$, so $x^4-7+\frac{1}{x^4} = 0$. We don't even need to find what $x^3$ is! This is since $x^3\cdot0$ is evidently $\boxed{(B) 0}$, which is our answer.

~sosiaops

Solution 4

We begin by multiplying $x+\frac{1}{x} = \sqrt{5}$ by $x$, resulting in $x^2+1 = \sqrt{5}x$. Now we see this equation: $x^{11}-7x^{7}+x^3$. The terms all have $x^3$ in common, so we can factor that out, and what we're looking for becomes $x^3(x^8-7x^4+1)$. Looking back to our original equation, we have $x^2+1 = \sqrt{5}x$, which is equal to $x^2 = \sqrt{5}x-1$. Using this, we can evaluate $x^4$ to be $5x^2-2\sqrt{5}x+1$, and we see that there is another $x^2$, so we put substitute it in again, resulting in $3\sqrt{5}x-4$. Using the same way, we find that $x^8$ is $11\sqrt{5}x-29$. We put this into $x^3(x^8-7x^4+1)$, resulting in $x^3(0)$, so the answer is $\boxed{(B)~0}$.

~purplepenguin2

Video Solution by OmegaLearn (Algebraic Manipulations and Symmetric Polynomials)

https://youtu.be/hzcSPVGFbC8

~ pi_is_3.14

Video Solution by Interstigation (Simple Silly Bashing)

https://youtu.be/Hdk2SDOcw7c

~ Interstigation

Video Solution by TheBeautyofMath

Not the most efficient method, but gets the job done.

https://youtu.be/L1iW94Ue3eI?t=1468

~IceMatrix

See Also

2021 AMC 10B (ProblemsAnswer KeyResources)
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 10 Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png