返回题库

AIME 2002 I · 第 14 题

AIME 2002 I — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A set S\mathcal{S} of distinct positive integers has the following property: for every integer xx in S,\mathcal{S}, the arithmetic mean of the set of values obtained by deleting xx from S\mathcal{S} is an integer. Given that 1 belongs to S\mathcal{S} and that 2002 is the largest element of S,\mathcal{S}, what is the greatest number of elements that S\mathcal{S} can have?

解析

Solution

Let the sum of the integers in S\mathcal{S} be NN, and let the size of S|\mathcal{S}| be n+1n+1. After any element xx is removed, we are given that nNxn|N-x, so xN(modn)x\equiv N\pmod{n}. Since 1S1\in\mathcal{S}, N1(modn)N\equiv1\pmod{n}, and all elements are congruent to 1 mod nn. Since they are positive integers, the largest element is at least n2+1n^2+1, the (n+1)(n+1)th positive integer congruent to 1 mod nn.

We are also given that this largest member is 2002, so 20021(modn)2002\equiv1\pmod{n}, and n2001=32329n|2001=3\cdot23\cdot29. Also, we have n2+12002n^2+1\le2002, so n44n \leq 44. The largest factor of 2001 less than 45 is 29, so n=29n=29 and n+1n+1 30\Rightarrow{\fbox{30}} is the largest possible. This can be achieved with S={1,30,59,88,,813,2002}\mathcal{S}=\{1,30,59,88,\ldots,813,2002\}, for instance.