Difference between revisions of "1985 AHSME Problems/Problem 9"

m
(Solution: changed solution)
Line 23: Line 23:
  
 
==Solution==
 
==Solution==
Notice that the pattern repeats every <math> 8 </math> terms. Therefore, we only have to consider the first <math> 8 </math> terms. Also, since each term adds <math> 2 </math> to the previous term, the pattern repeats every <math> 16 </math> natural numbers. Thus, notice that all numbers <math> \equiv 15(\text{mod }16) </math> is in the first row, all numbers <math> \equiv 1, 13(\text{mod }16) </math> are in the second row, and so on.
+
<math>\text{Let us take each number mod 16. Then we have the following pattern:}</math>
  
Notice that since <math> 1985\equiv 1(\text{mod }16) </math>, it's in the same row as <math> 1 </math>, which is the fourth row, <math> \boxed{\text{D}} </math>.
+
<math>\text{    1   3  5  7}</math>
 +
 
 +
<math>\text{15 13 11 9  }</math>
 +
 
 +
<math>\text{    1   3  5  7}</math>
 +
 
 +
<math>\text{We can clearly see that all terms congruent to 1 mod 16 will appear in the second column. Since we can see that 1985}\equiv</math> <math>\text{1 (mod 16) , 1985 must appear in the second column.}</math>
 +
 
 +
<math>\text{Thus, the answer is } \fbox{(B)}</math>
  
 
==See Also==
 
==See Also==
 
{{AHSME box|year=1985|num-b=8|num-a=10}}
 
{{AHSME box|year=1985|num-b=8|num-a=10}}

Revision as of 23:29, 8 February 2012

Problem

The odd positive integers $1, 3, 5, 7, \cdots$, are arranged into five columns continuing with the pattern shown on the right. Counting from the left, the column in which $1985$ appears in is the

[asy] int i,j; for(i=0; i<4; i=i+1) { label(string(16*i+1), (2*1,-2*i)); label(string(16*i+3), (2*2,-2*i)); label(string(16*i+5), (2*3,-2*i)); label(string(16*i+7), (2*4,-2*i)); } for(i=0; i<3; i=i+1) { for(j=0; j<4; j=j+1) { label(string(16*i+15-2*j), (2*j,-2*i-1)); }} dot((0,-7)^^(0,-9)^^(2*4,-8)^^(2*4,-10)); for(i=-10; i<-6; i=i+1) { for(j=1; j<4; j=j+1) { dot((2*j,i)); }}[/asy]

$\mathrm{(A)\ } \text{first} \qquad \mathrm{(B) \ }\text{second} \qquad \mathrm{(C) \  } \text{third} \qquad \mathrm{(D) \  } \text{fourth} \qquad \mathrm{(E) \  }\text{fifth}$

Solution

$\text{Let us take each number mod 16. Then we have the following pattern:}$

$\text{     1   3   5   7}$

$\text{15 13 11 9   }$

$\text{     1   3   5   7}$

$\text{We can clearly see that all terms congruent to 1 mod 16 will appear in the second column. Since we can see that 1985}\equiv$ $\text{1 (mod 16) , 1985 must appear in the second column.}$

$\text{Thus, the answer is } \fbox{(B)}$

See Also

1985 AHSME (ProblemsAnswer KeyResources)
Preceded by
Problem 8
Followed by
Problem 10
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 26 27 28 29 30
All AHSME Problems and Solutions