返回题库

AIME 2006 II · 第 13 题

AIME 2006 II — Problem 13

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

How many integers NN less than 10001000 can be written as the sum of jj consecutive positive odd integers from exactly 5 values of j1j\ge 1?

解析

Solution 1

Let the first odd integer be 2n+12n+1, n0n\geq 0. Then the final odd integer is 2n+1+2(j1)=2(n+j)12n+1 + 2(j-1) = 2(n+j) - 1. The odd integers form an arithmetic sequence with sum N=j((2n+1)+(2(n+j)1)2)=j(2n+j)N = j\left(\frac{(2n+1) + (2(n+j)-1)}{2}\right) = j(2n+j). Thus, jj is a factor of NN.

Since n0n\geq 0, it follows that 2n+jj2n+j \geq j and jNj\leq \sqrt{N}.

Since there are exactly 55 values of jj that satisfy the equation, there must be either 99 or 1010 factors of NN. This means N=p12p22N=p_1^2p_2^2 or N=p1p24N=p_1p_2^4. Unfortunately, we cannot simply observe prime factorizations of NN because the factor (2n+j)(2n+j) does not cover all integers for any given value of jj.

Instead we do some casework:

  • If NN is odd, then jj must also be odd. For every odd value of jj, 2n+j2n+j is also odd, making this case valid for all odd jj. Looking at the forms above and the bound of 10001000, NN must be

(3252), (3272), (345), (347), (3411)(3^2\cdot5^2),\ (3^2\cdot7^2),\ (3^4\cdot5),\ (3^4\cdot7),\ (3^4\cdot 11) Those give 55 possibilities for odd NN.

  • If NN is even, then jj must also be even. Substituting j=2kj=2k, we get

N=4k(n+k)N4=k(n+k)N = 4k(n+k) \Longrightarrow \frac{N}{4} = k(n+k) Now we can just look at all the prime factorizations since (n+k)(n+k) cover the integers for any kk. Note that our upper bound is now 250250:

N4=(2232),(2252),(2272),(3252),(243),(245),(247),(2411),(2413),(342)\frac{N}{4} = (2^2\cdot3^2),(2^2\cdot5^2),(2^2\cdot7^2), (3^2\cdot5^2), (2^4\cdot3), (2^4\cdot5), (2^4\cdot7), (2^4\cdot11), (2^4\cdot13), (3^4\cdot2) Those give 1010 possibilities for even NN.

The total number of integers NN is 5+10=155 + 10 = \boxed{15}.

Solution 2

Let the largest odd number below the sequence be the qqth positive odd number, and the largest odd number in the sequence be the ppth positive odd number. Therefore, the sum is p2q2=(p+q)(pq)p^2-q^2=(p+q)(p-q) by sum of consecutive odd numbers. Note that p+qp+q and pqp-q have the same parity, and qq can equal 00. We then perform casework based on the parity of pqp-q.

If pqp-q is odd, then p2q2p^2-q^2 must always be odd. Therefore, to have 5 pairs of odd factors, we must have either 99 (in which case the number is a perfect square) or 1010 factors. Considering the upper bound, the only way this can happen is p14p2p_1^4\cdot{p_2} or p12p22p_1^2\cdot{p_2^2}. N must then be one of

(3252), (3272), (345), (347), (3411)(3^2\cdot5^2),\ (3^2\cdot7^2),\ (3^4\cdot5),\ (3^4\cdot7),\ (3^4\cdot 11) So, there are 55 solutions when (p+q)(pq)(p+q)(p-q) is odd.

If pqp-q is even, then (p+q)(pq)(p+q)(p-q) must have at least two factors of 22, so we can rewrite the expression as 4(k)(kq)4(k)(k-q) where k=p+q2k=\frac{p+q}{2}. We can disregard the 44 by dividing by 44 and restricting our upper bound to 250250. Since kk and qq don't have to be the same parity, we can include all cases less than 250 that have 9 or 10 factors. We then have

(2232),(2252),(2272),(3252),(243),(245),(247),(2411),(2413),(342)(2^2\cdot3^2),(2^2\cdot5^2),(2^2\cdot7^2), (3^2\cdot5^2), (2^4\cdot3), (2^4\cdot5), (2^4\cdot7), (2^4\cdot11), (2^4\cdot13), (3^4\cdot2) as the possibilities.

Therefore, there are 10+5=01510+5=\boxed{015} possibilities for p2q2=Np^2-q^2=N ~sigma