Difference between revisions of "2018 AIME II Problems/Problem 2"
(→Solution) |
Fuzimiao2013 (talk | contribs) (\ c d o t) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | Let <math>a_{0} = 2</math>, <math>a_{1} = 5</math>, and <math>a_{2} = 8</math>, and for <math>n > 2</math> define <math>a_{n}</math> recursively to be the remainder when <math>4</math>(<math>a_{n-1}</math> <math>+</math> <math>a_{n-2}</math> <math>+</math> <math>a_{n-3}</math>) is divided by <math>11</math>. Find <math>a_{2018} | + | Let <math>a_{0} = 2</math>, <math>a_{1} = 5</math>, and <math>a_{2} = 8</math>, and for <math>n > 2</math> define <math>a_{n}</math> recursively to be the remainder when <math>4</math>(<math>a_{n-1}</math> <math>+</math> <math>a_{n-2}</math> <math>+</math> <math>a_{n-3}</math>) is divided by <math>11</math>. Find <math>a_{2018} \cdot a_{2020} \cdot a_{2022}</math>. |
==Solution 1== | ==Solution 1== | ||
Line 24: | Line 24: | ||
<math>a_{13} = 5</math> | <math>a_{13} = 5</math> | ||
− | We can simplify the expression we need to solve to <math>a_{8} | + | We can simplify the expression we need to solve to <math>a_{8}\cdot a_{10} \cdot a_{2}</math>. |
− | Our answer is <math>7 | + | Our answer is <math>7 \cdot 2 \cdot 8</math> <math>= \boxed{112}</math>. |
==Solution 2 (Overkill) == | ==Solution 2 (Overkill) == | ||
Line 40: | Line 40: | ||
Plugging in <math>n=0,1,2</math> we get | Plugging in <math>n=0,1,2</math> we get | ||
+ | |||
<math>(*)</math><math>a+b+c\equiv2,</math> | <math>(*)</math><math>a+b+c\equiv2,</math> | ||
Line 52: | Line 53: | ||
Hence, <math>a_n\equiv 6+(6^n)+6(8^n)\equiv(2)^{-n\pmod{10}}+(2)^{3n-1\pmod{10}}-5\pmod{11}</math> | Hence, <math>a_n\equiv 6+(6^n)+6(8^n)\equiv(2)^{-n\pmod{10}}+(2)^{3n-1\pmod{10}}-5\pmod{11}</math> | ||
− | Therefore <math>a_{2018}\equiv4+8-5=7</math> | + | Therefore |
+ | |||
+ | <math>a_{2018}\equiv4+8-5=7</math> | ||
<math>a_{2020}\equiv1+6-5=2</math> | <math>a_{2020}\equiv1+6-5=2</math> |
Latest revision as of 16:03, 12 January 2022
Problem
Let , , and , and for define recursively to be the remainder when ( ) is divided by . Find .
Solution 1
When given a sequence problem, one good thing to do is to check if the sequence repeats itself or if there is a pattern.
After computing more values of the sequence, it can be observed that the sequence repeats itself every 10 terms starting at .
, , , , , , , , , , , , ,
We can simplify the expression we need to solve to .
Our answer is .
Solution 2 (Overkill)
Notice that the characteristic polynomial of this is
Then since is a root, using Vieta's formula, the other two roots satisfy and .
Let and .
We have so . We found that the three roots of the characteristic polynomial are .
Now we want to express in an explicit form as .
Plugging in we get
and
so and
Hence,
Therefore
And the answer is
See Also
2018 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 1 |
Followed by Problem 3 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.