Difference between revisions of "2005 AIME I Problems/Problem 2"

m
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
For each positive integer <math> k, </math> let <math> S_k </math> denote the increasing arithmetic sequence of integers whose first term is 1 and whose common difference is <math> k. </math> For example, <math> S_3 </math> is the sequence <math> 1,4,7,10,\ldots. </math> For how many values of <math> k </math> does <math> S_k </math> contain the term 2005?
+
For each [[positive integer]] <math>k</math>, let <math> S_k </math> denote the [[increasing sequence | increasing]] [[arithmetic sequence]] of [[integer]]s whose first term is 1 and whose common difference is <math> k</math>For example, <math> S_3 </math> is the [[sequence]] <math> 1,4,7,10,\ldots. </math> For how many values of <math> k </math> does <math> S_k </math> contain the term 2005?
  
 
== Solution ==
 
== Solution ==
Suppose that the ''n''th term of the sequence <math>S_k</math> is 2005. Then <math>1+(n-1)k=2005</math> so <math>k(n-1)=2004=2^2\cdot 3\cdot 167.</math> The ordered pairs <math>(k,n-1)</math> of positive integers that satisfy the last equation are <math>(1,2004)</math>,<math>(2,1002</math>, <math>(3,668)</math>, <math>(4,501)</math>, <math>(6,334)</math>, <math>(12,167)</math>, <math>(167,12)</math>,<math>(334,6)</math>, <math>(501,4)</math>, <math>(668,3)</math>, <math>(1002,2)</math>, and <math>(2004,1)</math>. Thus the requested number of values is 12.
+
Suppose that the <math>n</math>th term of the sequence <math>S_k</math> is 2005. Then <math>1+(n-1)k=2005</math> so <math>k(n-1)=2004=2^2\cdot 3\cdot 167</math>The [[ordered pair]]s <math>(k,n-1)</math> of positive integers that satisfy the last equation are <math>(1,2004)</math>,<math>(2,1002)</math>, <math>(3,668)</math>, <math>(4,501)</math>, <math>(6,334)</math>, <math>(12,167)</math>, <math>(167,12)</math>,<math>(334,6)</math>, <math>(501,4)</math>, <math>(668,3)</math>, <math>(1002,2)</math> and <math>(2004,1)</math>, and each of these gives a possible value of <math>k</math>. Thus the requested number of values is 12.
  
 
== See also ==
 
== See also ==
 +
* [[2005 AIME I Problems/Problem 1 | Previous problem]]
 +
* [[2005 AIME I Problems/Problem 3 | Next problem]]
 
* [[2005 AIME I Problems]]
 
* [[2005 AIME I Problems]]
 +
 +
[[Category:Introductory Number Theory Problems]]
 +
[[Category:Introductory Algebra Problems]]

Revision as of 12:48, 29 November 2006

Problem

For each positive integer $k$, let $S_k$ denote the increasing arithmetic sequence of integers whose first term is 1 and whose common difference is $k$. For example, $S_3$ is the sequence $1,4,7,10,\ldots.$ For how many values of $k$ does $S_k$ contain the term 2005?

Solution

Suppose that the $n$th term of the sequence $S_k$ is 2005. Then $1+(n-1)k=2005$ so $k(n-1)=2004=2^2\cdot 3\cdot 167$. The ordered pairs $(k,n-1)$ of positive integers that satisfy the last equation are $(1,2004)$,$(2,1002)$, $(3,668)$, $(4,501)$, $(6,334)$, $(12,167)$, $(167,12)$,$(334,6)$, $(501,4)$, $(668,3)$, $(1002,2)$ and $(2004,1)$, and each of these gives a possible value of $k$. Thus the requested number of values is 12.

See also