Difference between revisions of "2017 AMC 10A Problems/Problem 1"
(18 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
− | ==Problem== | + | == Problem == |
What is the value of <math>(2(2(2(2(2(2+1)+1)+1)+1)+1)+1)</math>? | What is the value of <math>(2(2(2(2(2(2+1)+1)+1)+1)+1)+1)</math>? | ||
Line 5: | Line 5: | ||
<math>\textbf{(A)}\ 70\qquad\textbf{(B)}\ 97\qquad\textbf{(C)}\ 127\qquad\textbf{(D)}\ 159\qquad\textbf{(E)}\ 729</math> | <math>\textbf{(A)}\ 70\qquad\textbf{(B)}\ 97\qquad\textbf{(C)}\ 127\qquad\textbf{(D)}\ 159\qquad\textbf{(E)}\ 729</math> | ||
− | + | == Solution 1 == | |
− | ==Solution 1== | ||
Notice this is the term <math>a_6</math> in a recursive sequence, defined recursively as <math>a_1 = 3, a_n = 2a_{n-1} + 1.</math> Thus: | Notice this is the term <math>a_6</math> in a recursive sequence, defined recursively as <math>a_1 = 3, a_n = 2a_{n-1} + 1.</math> Thus: | ||
<cmath>\begin{split} | <cmath>\begin{split} | ||
− | a_2 = 3 | + | a_2 = 3 \cdot 2 + 1 = 7.\\ |
− | a_3 = 7 | + | a_3 = 7 \cdot 2 + 1 = 15.\\ |
− | a_4 = 15 | + | a_4 = 15 \cdot 2 + 1 = 31.\\ |
− | a_5 = 31 | + | a_5 = 31 \cdot 2 + 1 = 63.\\ |
− | a_6 = 63 | + | a_6 = 63 \cdot 2 + 1 = \boxed{\textbf{(C)}\ 127} |
\end{split}</cmath> | \end{split}</cmath> | ||
− | ==Solution 2== | + | Minor LaTeX edits by fasterthanlight |
+ | |||
+ | == Solution 2 == | ||
Starting to compute the inner expressions, we see the results are <math>1, 3, 7, 15, \ldots</math>. This is always <math>1</math> less than a power of <math>2</math>. The only admissible answer choice by this rule is thus <math>\boxed{\textbf{(C)}\ 127}</math>. | Starting to compute the inner expressions, we see the results are <math>1, 3, 7, 15, \ldots</math>. This is always <math>1</math> less than a power of <math>2</math>. The only admissible answer choice by this rule is thus <math>\boxed{\textbf{(C)}\ 127}</math>. | ||
− | ==Solution 3== | + | == Solution 3 == |
Working our way from the innermost parenthesis outwards and directly computing, we have <math>\boxed{\textbf{(C) } 127}</math>. | Working our way from the innermost parenthesis outwards and directly computing, we have <math>\boxed{\textbf{(C) } 127}</math>. | ||
− | ==Solution 4== | + | == Solution 4 == |
If you distribute this you get a sum of the powers of <math>2</math>. The largest power of <math>2</math> in the series is <math>64</math>, so the sum is <math>\boxed{\textbf{(C)}\ 127}</math>. | If you distribute this you get a sum of the powers of <math>2</math>. The largest power of <math>2</math> in the series is <math>64</math>, so the sum is <math>\boxed{\textbf{(C)}\ 127}</math>. | ||
+ | |||
+ | |||
+ | ==Solution 5== | ||
+ | <math>(2(2(2(2(2(2+1)+1)+1)+1)+1)+1)</math> | ||
+ | <math>=(2(2(2(2(2(3)+1)+1)+1)+1)+1)</math> | ||
+ | <math>=(2(2(2(2(6+1)+1)+1)+1)+1)</math> | ||
+ | <math>=(2(2(2(2(7)+1)+1)+1)+1)</math> | ||
+ | <math>=(2(2(2(14+1)+1)+1)+1)</math> | ||
+ | <math>=(2(2(2(15)+1)+1)+1)</math> | ||
+ | <math>=(2(2(30+1)+1)+1)</math> | ||
+ | <math>=(2(2(31)+1)+1)</math> | ||
+ | <math>=(2(62+1)+1)</math> | ||
+ | <math>=(2(63)+1)</math> | ||
+ | <math>=(126+1)</math> | ||
+ | <math>=127 \Longrightarrow \boxed{\textbf{(C)}\ 127}</math>. | ||
+ | |||
+ | ==Solution 6 (quickest)== | ||
+ | Notice that <math>x^6 + x^5 + x^4 + x^3 + x^2 + x + 1 = x (x (x (x (x (x + 1) + 1) + 1) + 1) + 1) + 1</math>. Substituting <math>2</math> for <math>x</math>, we get <cmath>2(2(2(2(2(2+1)+1)+1)+1)+1)+1 = 2^6 + 2^5 + 2^4 + 2^3 + 2^2 + 2 + 1 = 2^7 - 1 \Longrightarrow \boxed{\textbf{(C)}\ 127}</cmath> | ||
+ | |||
+ | ==Solution 7 (Fast)== | ||
+ | Notice that there are 5 instances where the sum is multiplied by <math>2</math>. That gives us <math>2^5 = 32</math>. Separate the addition part into <math>3</math> and the <math>1</math>. Multiply the <math>3</math> by <math>32</math>, giving <math>96</math>. Then notice that the <math>1</math> is multiplied by increasing powers of two; therefore, it is equal to <math>2^5-1</math>. Then add these two parts. <math>96+31=\boxed{\textbf{(C)}\ 127}</math> | ||
+ | |||
+ | ==Video Solution== | ||
+ | https://youtu.be/str7kmcRMY8 | ||
+ | |||
+ | https://youtu.be/kA6W8SwjitA | ||
+ | |||
+ | ~savannahsolver | ||
+ | |||
+ | == See Also == | ||
+ | |||
+ | {{AMC10 box|year=2017|ab=A|before=First Problem|num-a=2}} | ||
+ | {{MAA Notice}} |
Latest revision as of 10:22, 1 November 2024
Contents
Problem
What is the value of ?
Solution 1
Notice this is the term in a recursive sequence, defined recursively as Thus:
Minor LaTeX edits by fasterthanlight
Solution 2
Starting to compute the inner expressions, we see the results are . This is always less than a power of . The only admissible answer choice by this rule is thus .
Solution 3
Working our way from the innermost parenthesis outwards and directly computing, we have .
Solution 4
If you distribute this you get a sum of the powers of . The largest power of in the series is , so the sum is .
Solution 5
.
Solution 6 (quickest)
Notice that . Substituting for , we get
Solution 7 (Fast)
Notice that there are 5 instances where the sum is multiplied by . That gives us . Separate the addition part into and the . Multiply the by , giving . Then notice that the is multiplied by increasing powers of two; therefore, it is equal to . Then add these two parts.
Video Solution
~savannahsolver
See Also
2017 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by First Problem |
Followed by Problem 2 | |
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.