2007 AIME II Problem 7

Attempt Problem 7 of the 2007 AIME II below, then check your answer against the professionally curated solution from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2007 AIME II solutions, or check the answer key.

All problems are used with official legal permission of the Mathematical Association of America (MAA).

7.

Given a real number x,x, let x\lfloor x \rfloor denote the greatest integer less than or equal to x.x. For a certain integer k,k, there are exactly 7070 positive integers n1,n_1, n2,n_2, ,\ldots, n70n_{70} such that k=n13=n23==n703 \begin{aligned} k &= \lfloor\sqrt[3]{n_1}\rfloor = \lfloor\sqrt[3]{n_2}\rfloor \\ &= \cdots = \lfloor\sqrt[3]{n_{70}}\rfloor \end{aligned} and kk divides nin_i for all ii such that 1i70.1 \le i \le 70. Find the maximum value of nik\frac{n_i}{k} for 1i70.1 \le i \le 70.

Answer: 553
Concepts:floor and ceiling functionsmultiplecounting integers in a range
Difficulty rating: 2510
Small Hint:

n3=k\lfloor\sqrt[3]{n}\rfloor = k means k3n<k3+3k2+3k+1;k^3 \le n \lt k^3 + 3k^2 + 3k + 1; count the multiples of kk in that range

Big Hint:

There are 3k+43k + 4 such multiples, so solve 3k+4=70,3k + 4 = 70, then take the largest multiple

Solution:

The condition n3=k\lfloor\sqrt[3]{n}\rfloor = k means k3n<(k+1)3k^3 \le n \lt (k+1)^3 =k3+3k2+3k+1.= k^3 + 3k^2 + 3k + 1. The multiples of kk in this range are kk2,k \cdot k^2, k(k2+1),k(k^2 + 1), ,\ldots, k(k2+3k+3),k(k^2 + 3k + 3), so there are exactly 3k+43k + 4 of them.

Setting 3k+4=703k + 4 = 70 gives k=22.k = 22. The maximum of nik\frac{n_i}{k} is k2+3k+3=484+66+3k^2 + 3k + 3 = 484 + 66 + 3 =553.= 553.

Problem 6#6
Full Exam

Problem 7 in Other Years