AMC 8 · 2018 · #25
Grade 8 number-theoryPick an answer.
AMC 8 2018 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
"How many cubes lie in [L, U]?" naturally splits (Tool #7) into three subproblems: (a) find the smallest integer n_min with n_min³ ≥ L, (b) find the largest integer n_max with n_max³ ≤ U, (c) count the integers from n_min to n_max inclusive. For (a) the lower bound 257 is small enough that Tool #6 (Guess & Check on 6³, 7³) lands instantly. For (b) the upper bound 2¹⁸+1 looks scary, but Tool #9 (rewrite to an easier form) reveals the trick: 18 = 6 × 3, so 2¹⁸ = (2⁶)³ = 64³ — a perfect cube already sitting just below the upper bound.
Subproblem A: compute 2⁸+1 = 257, then guess-and-check small cubes — 6³ = 216 is too small, 7³ = 343 clears it.
Evaluating 2⁸ and small whole-number cubes uses whole-number exponent expressions — a Grade 6 skill.
6.EE.A.1Guess And CheckThe smallest cube in range is 7³ = 343; any base ≤ 6 falls below 257, so n_min = 7.
Choosing n_min = 7 is finding the smallest n that makes the inequality n³ ≥ 257 true — a Grade 6 "solve an inequality by testing" move.
6.EE.B.5Identify SubproblemsSubproblem B: instead of computing 2¹⁸, use 18 = 6×3 to write 2¹⁸ = (2⁶)³ = 64³, so the upper bound is 64³+1.
Rewriting 2¹⁸ as (2⁶)³ uses the integer-exponent property (a^m)ⁿ = a^mn — a Grade 8 idea that lets us skip a brute-force computation.
8.EE.A.1Solve An Easier Related ProblemCompare: 64³ ≤ 64³+1 (included) but 65³ > 64³+1 (excluded), so the largest base is n_max = 64.
Picking the largest n satisfying n³ ≤ 64³ + 1 is again testing the inequality on consecutive integers.
6.EE.B.5Identify SubproblemsSubproblem C: count integers n = 7, 8, …, 64. Inclusive count is 64 − 7 + 1 = 58, matching choice (E).
Counting how many whole numbers sit between two values, inclusive, is a Grade 4 multi-step word-problem move.
4.OA.A.3Identify SubproblemsThis AMC 8 problem only needs Grade 8 exponent rules — like (2⁶)³ = 2¹⁸ — you already know!