Difference between revisions of "2016 AIME I Problems/Problem 10"

(Solution 3)
m (Solution 3)
 
(14 intermediate revisions by 9 users not shown)
Line 9: Line 9:
 
<cmath>1, 2,4,6,9,12,16,20,25,30,36,42,49,\cdots</cmath>
 
<cmath>1, 2,4,6,9,12,16,20,25,30,36,42,49,\cdots</cmath>
  
Here we can see a pattern; every second term (starting from the first) is a square, and every second term (starting from the third) is the end of a geometric sequence. Similarly, <math>a_{13}</math> would also need to be the end of a geometric sequence (divisible by a square). We see that <math>2016</math> is <math>2^5 \cdot 3^2 \cdot 7</math>, so the squares that would fit in <math>2016</math> are <math>1^2=1</math>, <math>2^2=4</math>, <math>3^2=9</math>, <math>2^4=16</math>, <math>2^2 \cdot 3^2 = 36</math>, and <math>2^4 \cdot 3^2 = 144</math>. By simple inspection <math>144</math> is the only plausible square, since the other squares in the sequence don't have enough elements before them to go all the way back to <math>a_1</math> while still staying as positive integers. <math>a_{13}=2016=14\cdot 144</math>, so <math>a_1=14\cdot 36=\fbox{504}</math>.
+
Here we can see a pattern; every second term (starting from the first) is a square, and every second term (starting from the third) is the end of a geometric sequence. This can be proven by induction. Similarly, <math>a_{13}</math> would also need to be the end of a geometric sequence (divisible by a square). We see that <math>2016</math> is <math>2^5 \cdot 3^2 \cdot 7</math>, so the squares that would fit in <math>2016</math> are <math>1^2=1</math>, <math>2^2=4</math>, <math>3^2=9</math>, <math>2^4=16</math>, <math>2^2 \cdot 3^2 = 36</math>, and <math>2^4 \cdot 3^2 = 144</math>. By simple inspection <math>144</math> is the only plausible square, since the other squares in the sequence don't have enough elements before them to go all the way back to <math>a_1</math> while still staying as positive integers. <math>a_{13}=2016=14\cdot 144</math>, so <math>a_1=14\cdot 36=\fbox{504}</math>.
  
 
~IYN~
 
~IYN~
Line 22: Line 22:
 
Thanks for reading, Rowechen Zhong.
 
Thanks for reading, Rowechen Zhong.
  
 +
==Solution 3==
 +
 +
Instead of setting <math>a_1</math> equal to something and <math>a_2</math> equal to something, note that it is rather easier to set <math>a_1=x^2</math> and <math>a_3=y^2</math> so that <math>a_2=xy,a_4=y(2y-x),a_5=(2y-x)^2</math> and so on until you reached <math>a_{13}=(6y-5x)^2</math> (Or simply notice the pattern), so <math>6y-5x=\sqrt{2016}=12\sqrt{14}</math>. Note that since each of the terms has degree 2 so if you multiply <math>x</math> and <math>y</math> by <math>\sqrt{14}</math> you multiply each term by <math>14</math> so each term is still a integer if the terms are already integers before you multiply <math>x</math> and <math>y</math> by <math>\sqrt{14}</math>, so let <math>w=\frac{x}{\sqrt{14}}</math> and <math>z=\frac{y}{\sqrt{14}}</math> so <math>6z-5w=12</math>. Then, for the sequence to be strictly increasing positive integers we have <math>(w,z)=(6,7)</math> so <math>x=6\sqrt{14}</math> and <math>a_1=x^2=6^2 \cdot 14=\boxed{504}</math>~[[Ddk001]]
 +
 +
==Solution 4(very risky and very stupid)==
 +
The thirteenth term of the sequence is <math>2016</math>, which makes that fourteenth term of the sequence <math>2016+r</math> and the <math>15^{\text{th}}</math> term <math>\frac{(2016+r)^2}{2016}</math>. We note that <math>r</math> is an integer so that means <math>\frac{r^2}{2016}</math> is an integer. Thus, we assume the smallest value of <math>r</math>, which is <math>168</math>. We bash all the way back to the first term and get our answer of <math>\boxed{504}</math>.
 +
 +
-Pleaseletmewin
  
==Solution 3==
+
==Solution 5==
 +
 
 +
Let <math>a_{2k-1}=s</math> where <math>k=1</math>. Then, <math>a_{2k}=sr \Longrightarrow a_{2k+1}=sr^2</math>. Continuing on, we get <math>a_{2k+2}=sr(r-1)+sr^2=sr(2r-1) \Longrightarrow a_{2k+3}=sr^2(\frac{2r-1}{r})^2=s(2r-1)^2</math>. Moreover, <math>a_{2k+4}=s(2r-1)(r-1)+s(2r-1)^2=s(2r-1)(3r-2) \Longrightarrow a_{2k+5}=s(2r-1)^2(\frac{3r-2}{2r-1})^2=s(3r-2)^2</math>.
 +
 
 +
It is clear now that <math>a_{2k+2c}=s(cr-(c-1))((c+1)r-c)</math> and <math>a_{2k+2c-1}=s(cr-(c-1))^2</math>. Plugging in <math>c=6</math>, <math>a_{13}=s(6r-5)^2=2016</math>. The prime factorization of <math>2016=2^5\cdot3^2\cdot7</math> so we look for perfect squares.
 +
 
 +
<math>6r-5\equiv (6r-5)^2\equiv 1\pmod{6}</math> if <math>r</math> is an integer, and <math>\frac{\omega+5}{6}=r \Longrightarrow 6\mid{s}</math> if <math>r</math> is not an integer and <math>\omega</math> is rational, so <math>6\mid{s}</math>. This forces <math>s=2\cdot3^2\cdot7\cdot{N}</math>. Assuming <math>(6r-5)</math> is an integer, it can only be <math>2^x</math>, <math>x\in{1,2}</math>.
 +
 
 +
If <math>6r-5=2^1</math>, <math>r=\frac{7}{6}</math>. If <math>6r-5=2^2</math>, <math>r=\frac{3}{2}</math>. Note that the latter cannot work since <math>a_{2k+1}=s(\frac{9}{4}) \Longrightarrow 4\mid{s}</math> but <math>N=1 \Longrightarrow s=2\cdot3^2\cdot7</math> in this scenario. Therefore, <math>r=\frac{7}{6} \Longrightarrow s=\frac{2016}{2^2}=504</math>. Plugging back <math>k=1</math>, <math>a_1=s=\boxed{504}</math>
 +
 
 +
~[https://artofproblemsolving.com/wiki/index.php/User:Magnetoninja Magnetoninja]
 +
 
 +
==Video Solution==
 +
https://youtu.be/fVRHaPE88Cg
  
This is not a hard bash. You can try the ratios <math>\frac 2 3</math>, <math>\frac 3 4</math>, and <math>\frac {11} {12}.</math> Working backwards from <math>11 12,</math> we get <math>504.</math>
+
~MathProblemSolvingSkills.com
  
 
== See also ==
 
== See also ==
 
{{AIME box|year=2016|n=I|num-b=9|num-a=11}}
 
{{AIME box|year=2016|n=I|num-b=9|num-a=11}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Latest revision as of 15:24, 6 January 2024

Problem

A strictly increasing sequence of positive integers $a_1$, $a_2$, $a_3$, $\cdots$ has the property that for every positive integer $k$, the subsequence $a_{2k-1}$, $a_{2k}$, $a_{2k+1}$ is geometric and the subsequence $a_{2k}$, $a_{2k+1}$, $a_{2k+2}$ is arithmetic. Suppose that $a_{13} = 2016$. Find $a_1$.

Solution 1

We first create a similar sequence where $a_1=1$ and $a_2=2$. Continuing the sequence,

\[1, 2,4,6,9,12,16,20,25,30,36,42,49,\cdots\]

Here we can see a pattern; every second term (starting from the first) is a square, and every second term (starting from the third) is the end of a geometric sequence. This can be proven by induction. Similarly, $a_{13}$ would also need to be the end of a geometric sequence (divisible by a square). We see that $2016$ is $2^5 \cdot 3^2 \cdot 7$, so the squares that would fit in $2016$ are $1^2=1$, $2^2=4$, $3^2=9$, $2^4=16$, $2^2 \cdot 3^2 = 36$, and $2^4 \cdot 3^2 = 144$. By simple inspection $144$ is the only plausible square, since the other squares in the sequence don't have enough elements before them to go all the way back to $a_1$ while still staying as positive integers. $a_{13}=2016=14\cdot 144$, so $a_1=14\cdot 36=\fbox{504}$.

~IYN~

Solution 2

Setting $a_1 = a$ and $a_2 = ka$, the sequence becomes:

\[a, ka, k^2a, k(2k-1)a, (2k-1)^2a, (2k-1)(3k-2)a, (3k-2)^2a, \cdots\] and so forth, with $a_{2n+1} = (nk-(n-1))^2a$. Then, $a_{13} = (6k-5)^2a = 2016$. Keep in mind, $k$ need not be an integer, only $k^2a, (k+1)^2a,$ etc. does. $2016 = 2^5*3^2*7$, so only the squares $1, 4, 9, 16, 36,$ and $144$ are plausible for $(6k-5)^2$. But when that is anything other than $2$, $k^2a$ is not an integer. Therefore, $a = 2016/2^2 = 504$.

Thanks for reading, Rowechen Zhong.

Solution 3

Instead of setting $a_1$ equal to something and $a_2$ equal to something, note that it is rather easier to set $a_1=x^2$ and $a_3=y^2$ so that $a_2=xy,a_4=y(2y-x),a_5=(2y-x)^2$ and so on until you reached $a_{13}=(6y-5x)^2$ (Or simply notice the pattern), so $6y-5x=\sqrt{2016}=12\sqrt{14}$. Note that since each of the terms has degree 2 so if you multiply $x$ and $y$ by $\sqrt{14}$ you multiply each term by $14$ so each term is still a integer if the terms are already integers before you multiply $x$ and $y$ by $\sqrt{14}$, so let $w=\frac{x}{\sqrt{14}}$ and $z=\frac{y}{\sqrt{14}}$ so $6z-5w=12$. Then, for the sequence to be strictly increasing positive integers we have $(w,z)=(6,7)$ so $x=6\sqrt{14}$ and $a_1=x^2=6^2 \cdot 14=\boxed{504}$~Ddk001

Solution 4(very risky and very stupid)

The thirteenth term of the sequence is $2016$, which makes that fourteenth term of the sequence $2016+r$ and the $15^{\text{th}}$ term $\frac{(2016+r)^2}{2016}$. We note that $r$ is an integer so that means $\frac{r^2}{2016}$ is an integer. Thus, we assume the smallest value of $r$, which is $168$. We bash all the way back to the first term and get our answer of $\boxed{504}$.

-Pleaseletmewin

Solution 5

Let $a_{2k-1}=s$ where $k=1$. Then, $a_{2k}=sr \Longrightarrow a_{2k+1}=sr^2$. Continuing on, we get $a_{2k+2}=sr(r-1)+sr^2=sr(2r-1) \Longrightarrow a_{2k+3}=sr^2(\frac{2r-1}{r})^2=s(2r-1)^2$. Moreover, $a_{2k+4}=s(2r-1)(r-1)+s(2r-1)^2=s(2r-1)(3r-2) \Longrightarrow a_{2k+5}=s(2r-1)^2(\frac{3r-2}{2r-1})^2=s(3r-2)^2$.

It is clear now that $a_{2k+2c}=s(cr-(c-1))((c+1)r-c)$ and $a_{2k+2c-1}=s(cr-(c-1))^2$. Plugging in $c=6$, $a_{13}=s(6r-5)^2=2016$. The prime factorization of $2016=2^5\cdot3^2\cdot7$ so we look for perfect squares.

$6r-5\equiv (6r-5)^2\equiv 1\pmod{6}$ if $r$ is an integer, and $\frac{\omega+5}{6}=r \Longrightarrow 6\mid{s}$ if $r$ is not an integer and $\omega$ is rational, so $6\mid{s}$. This forces $s=2\cdot3^2\cdot7\cdot{N}$. Assuming $(6r-5)$ is an integer, it can only be $2^x$, $x\in{1,2}$.

If $6r-5=2^1$, $r=\frac{7}{6}$. If $6r-5=2^2$, $r=\frac{3}{2}$. Note that the latter cannot work since $a_{2k+1}=s(\frac{9}{4}) \Longrightarrow 4\mid{s}$ but $N=1 \Longrightarrow s=2\cdot3^2\cdot7$ in this scenario. Therefore, $r=\frac{7}{6} \Longrightarrow s=\frac{2016}{2^2}=504$. Plugging back $k=1$, $a_1=s=\boxed{504}$

~Magnetoninja

Video Solution

https://youtu.be/fVRHaPE88Cg

~MathProblemSolvingSkills.com

See also

2016 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 9
Followed by
Problem 11
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. AMC logo.png