Difference between revisions of "2006 AIME I Problems/Problem 13"
Coppero1237 (talk | contribs) |
|||
Line 11: | Line 11: | ||
First note that <math>g(k)=1</math> if <math>k</math> is odd and <math>2g(k/2)</math> if <math>k</math> is even. | First note that <math>g(k)=1</math> if <math>k</math> is odd and <math>2g(k/2)</math> if <math>k</math> is even. | ||
so <math> S_n=\sum_{k=1}^{2^{n-1}}g(2k). = \sum_{k=1}^{2^{n-1}}2*g(k) = 2\sum_{k=1}^{2^{n-1}}g(k) = 2\sum_{k=1}^{2^{n-2}} g(2k-1)+g(2k).</math> | so <math> S_n=\sum_{k=1}^{2^{n-1}}g(2k). = \sum_{k=1}^{2^{n-1}}2*g(k) = 2\sum_{k=1}^{2^{n-1}}g(k) = 2\sum_{k=1}^{2^{n-2}} g(2k-1)+g(2k).</math> | ||
− | <math>2k-1</math> must be odd so this reduces to <math>2\sum_{k=1}^{2^{n-2}}1+g(2k) = 2(2^{n-2}+\sum_{k=1}^{2^n-2}g(2k).</math> Thus <math>S_n=2\cdot(2^{n-2}+ | + | <math>2k-1</math> must be odd so this reduces to <math>2\sum_{k=1}^{2^{n-2}}1+g(2k) = 2(2^{n-2}+\sum_{k=1}^{2^n-2}g(2k)).</math> Thus <math>S_n=2\cdot(2^{n-2}+S_{n-1})=2^{n-1}+2\cdotS_n-1.</math> Further noting that <math>S_0=1</math> we can see that <math>S_n=2^{n-1}\cdot(n-1)+2^n\cdotS_0=2^{n-1}\cdot(n-1)+2^{n-1}\cdot2=2^{n-1}\cdot(n+1). </math> which is the same as above. To simply the process of finding the largest square <math>S_n</math> we can note that if <math>n-1</math> is odd then <math>n+1</math> must be exactly divisible by an odd power of <math>2</math>. However, this means <math>n+1</math> is even but it cannot be. Thus <math>n-1</math> is even and <math>n+1</math> is a large even square. The largest even square <math>< 1001</math> is <math>900</math> so <math>n+1= 900 => n=899</math> |
Revision as of 00:29, 17 September 2011
Problem
For each even positive integer , let denote the greatest power of 2 that divides For example, and For each positive integer let Find the greatest integer less than 1000 such that is a perfect square.
Solution
Given , consider . Define . There are elements of that are divisible by , elements of that are divisible by but not by and elements of that are divisible by but not by .
Thus , so we need for $k \in \N$ (Error compiling LaTeX. Unknown error_msg). Now notice we also require , so if also (but ), then , so we have . If , then , so we have . Finally, could possibly be or 256. The maximum possible is thus .
Alternate Solution
First note that if is odd and if is even. so must be odd so this reduces to Thus $S_n=2\cdot(2^{n-2}+S_{n-1})=2^{n-1}+2\cdotS_n-1.$ (Error compiling LaTeX. Unknown error_msg) Further noting that we can see that $S_n=2^{n-1}\cdot(n-1)+2^n\cdotS_0=2^{n-1}\cdot(n-1)+2^{n-1}\cdot2=2^{n-1}\cdot(n+1).$ (Error compiling LaTeX. Unknown error_msg) which is the same as above. To simply the process of finding the largest square we can note that if is odd then must be exactly divisible by an odd power of . However, this means is even but it cannot be. Thus is even and is a large even square. The largest even square is so
See also
2006 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 12 |
Followed by Problem 14 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |