返回题库

AIME 2005 I · 第 2 题

AIME 2005 I — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

For each positive integer kk, let SkS_k denote the increasing arithmetic sequence of integers whose first term is 11 and whose common difference is kk. For example, S3S_3 is the sequence 1,4,7,10,.1,4,7,10,\ldots. For how many values of kk does SkS_k contain the term 20052005?

解析

Solution

Suppose that the nnth term of the sequence SkS_k is 20052005. Then 1+(n1)k=20051+(n-1)k=2005 so k(n1)=2004=223167k(n-1)=2004=2^2\cdot 3\cdot 167. The ordered pairs (k,n1)(k,n-1) of positive integers that satisfy the last equation are (1,2004)(1,2004),(2,1002)(2,1002), (3,668)(3,668), (4,501)(4,501), (6,334)(6,334), (12,167)(12,167), (167,12)(167,12),(334,6)(334,6), (501,4)(501,4), (668,3)(668,3), (1002,2)(1002,2) and (2004,1)(2004,1), and each of these gives a possible value of kk. Thus the requested number of values is 1212, and the answer is 012\boxed{012}.

Alternatively, notice that the formula for the number of divisors states that there are (2+1)(1+1)(1+1)=12(2 + 1)(1 + 1)(1 + 1) = 12 divisors of 223116712^2\cdot 3^1\cdot 167^1.

Solution 2

Any term in the sequence SkS_k can be written as 1+kx. If this is to equal 2005, then the remainder when 2005 is divided by k is 1.

Now all we have to do is find the numbers of factors of 2004. There are (2+1)(1+1)(1+1)=012(2 + 1)(1 + 1)(1 + 1) = \boxed{012} divisors of 223116712^2\cdot 3^1\cdot 167^1.

Note that although the remainder when 2005 divided by 1 is not 1, it still works- S1S_1 would be the sequence of all positive integers, in which 2005 must appear.

Video Solution by OmegaLearn

https://youtu.be/qL0OOYZiaqA?t=83

~ pi_is_3.14