2013 AIME II Problem 7

Below is the professionally curated solution for Problem 7 of the 2013 AIME II, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2013 AIME II solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:rateDiophantine Equationmodular arithmetic

Difficulty rating: 2310

7.

A group of clerks is assigned the task of sorting 17751775 files. Each clerk sorts at a constant rate of 3030 files per hour. At the end of the first hour, some of the clerks are reassigned to another task; at the end of the second hour, the same number of the remaining clerks are also reassigned to another task, and a similar reassignment occurs at the end of the third hour. The group finishes the sorting in 33 hours and 1010 minutes. Find the number of files sorted during the first one and a half hours of sorting.

Solution:

Let nn clerks start and kk be reassigned at the end of each hour. In the final 1010 minutes each remaining clerk sorts 55 files, so 30n+30(nk)+30(n2k)+5(n3k)=1775,30n + 30(n - k) + 30(n - 2k) + 5(n - 3k) = 1775, which simplifies to 95n105k=1775,95n - 105k = 1775, or 19n21k=355.19n - 21k = 355.

Modulo 1919 this reads 2k13,-2k \equiv 13, so 2k62k \equiv 6 and k3(mod19).k \equiv 3 \pmod{19}. Taking k=3k = 3 gives n=355+6319=22;n = \frac{355 + 63}{19} = 22; the next candidate, k=22,k = 22, gives n=43,n = 43, for which n3k<0.n - 3k \lt 0. So n=22n = 22 and k=3.k = 3.

In the first hour 2222 clerks sort 3022=66030 \cdot 22 = 660 files, and in the next half hour 1919 clerks sort 1519=285,15 \cdot 19 = 285, for a total of 660+285=945.660 + 285 = 945.

← Problem 6Full ExamProblem 8

Problem 7 in Other Years