Difference between revisions of "2013 AMC 10B Problems/Problem 21"

(Created page with "==Problem== Two non-decreasing sequences of nonnegative integers have different first terms. Each sequence has the property that each term beginning with the third is the sum o...")
 
(Redirected page to 2013 AMC 12B Problems/Problem 14)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Problem==
+
#REDIRECT [[2013 AMC 12B Problems/Problem 14]]
 
 
Two non-decreasing sequences of nonnegative integers have different first terms.  Each sequence has the property that each term beginning with the third is the sum of the previous two terms, and the seventh term of each sequence is <math>N</math>.  What is the smallest possible value of N?
 
 
 
<math> \textbf{(A)}\ 55 \qquad\textbf{(B)}\ 89  \qquad\textbf{(C)}\ 104 \qquad\textbf{(D)}\ 144 \qquad\textbf{(E)}\ 273 </math>
 
 
 
==Solution==
 
 
 
Let the first two terms of the first sequence be <math>x_{1}</math> and <math>x_{2}</math> and the first two of the second sequence be <math>y_{1}</math> and <math>y_{2}</math>.  Computing the seventh term, we see that <math>5x_{1} + 8x_{2} = 5y_{1} + 8y_{2}</math>.  Note that this means that <math>x_{1}</math> and <math>x_{2}</math> must have the same value modulo 8.  To minimize, let one of them be 0; WLOG assume that <math>x_{1} = 0</math>.  Thus, the smallest possible value of <math>y_{1}</math> is <math>8</math>; since the sequences are nondecreasing <math>y_{2} \ge 8</math>.  To minimize, let <math>y_{2} = 8</math>.  Thus, <math>5y_{1} + 8y_{2} = 40 + 64 = \boxed{\textbf{(C) }104}</math>.
 

Latest revision as of 12:12, 7 April 2013