AMC 10 · 2023 · #4

Grade 8 arithmetic
exponentsprime-factorizationplace-valuemulti-digit-arithmetic identify-subproblemspattern-recognition ↑ Prerequisites: exponentsprime-factorization
📏 Medium solution 💡 2 insights
Problem
An integer is defined as a product of three powers. Find how many digits it has when written in base ten.

Pick an answer.

(A)
14
(B)
15
(C)
16
(D)
17
(E)
18
How to solve
Strategy Identify Subproblems

Tool #7 (Identify Subproblems) splits the work cleanly: (A) rewrite every base in prime form using exponent laws, then (B) pair up 2s and 5s into copies of 10, leaving a small leftover, then (C) count the digits of (leftover) × 10¹⁵. Tool #5 (Look for a Pattern) supports step (C) — multiplying any integer by 10¹⁵ adds exactly 15 zeros to the end, so the digit count is (digits of the leftover) + 15. Algebra (#13) is the wrong frame here; this is a pure exponent / place-value problem.

1STEP 1

Write it in primes

Write everything in primes.

8⁵ · 5¹⁰ · 15⁵ = (2³)⁵ · 5¹⁰ · (3 · 5)⁵ = 2¹⁵ · 5¹⁰ · 3⁵ · 5⁵
2STEP 2

Gather like primes

Gather the like primes.

5¹⁰ · 5⁵ = 5¹⁵ ⟹ 2¹⁵ · 5¹⁵ · 3⁵
3STEP 3

Pair twos with fives

Pairing gives a power of ten.

2¹⁵ · 5¹⁵ · 3⁵ = (2 · 5)¹⁵ · 3⁵ = 10¹⁵ · 3⁵
4STEP 4

Compute the leftover

Compute the leftover directly.

3⁵ = 3 · 3 · 3 · 3 · 3 = 9 · 9 · 3 = 81 · 3 = 243
5STEP 5

Count the digits

There are 18 digits.

N = 243 · 10¹⁵ = 243000…0₁₅ zeros → 3 + 15 = 18 → (E)
Answer
18
Magnitude check. N = 243 · 10¹⁵ is between 10¹⁷ and 10¹⁸ because 100 ≤ 243 < 1000. An integer in [10¹⁷, 10¹⁸) has exactly 18 digits, matching choice (E). Also log₁₀(243 · 10¹⁵) = 15 + log₁₀ 243 ≈ 15 + 2.385 = 17.385, so ⌊ 17.385 ⌋ + 1 = 18 — same answer by the log-based digit formula.
💡Key takeaway

This AMC 12 problem only needs Grade 8 "integer exponent rules" — pair every 2 with a 5 to make tens, then the leftover times 10¹⁵ tells you the digit count.