AMC 10 · 2023 · #5

Grade 8 arithmetic
exponentsprime-factorizationplace-valuemulti-digit-arithmetic identify-subproblemspattern-recognition ↑ Prerequisites: exponentsprime-factorization
📏 Medium solution 💡 2 insights
Problem
How many digits does the integer 8⁵ · 5¹⁰ · 15⁵ have when written in base ten?

Pick an answer.

(A)
14
(B)
15
(C)
16
(D)
17
(E)
18

AMC 10 2023 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

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

Each base as primes: 8 = 2³, 15 = 3·5. Apply the exponent laws to flatten to 2¹⁵ · 5¹⁰ · 3⁵ · 5⁵.

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

Add the exponents of the two 5-powers (5¹⁰ · 5⁵ = 5¹⁵), collapsing to 2¹⁵ · 5¹⁵ · 3⁵.

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

Pair each 2 with a 5 using aⁿ bⁿ = (ab)ⁿ to build fifteen tens, leaving 10¹⁵ · 3⁵.

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

Evaluate the leftover by repeated multiplication: 3⁵ = 243.

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

Multiplying 243 by 10¹⁵ appends fifteen zeros, so the numeral is 243 followed by 15 zeros — 3 + 15 = 18 digits.

N = 243 · 10¹⁵ = 243000…0₁5 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₁0(243 · 10¹⁵) = 15 + log₁0 243 ≈ 15 + 2.385 = 17.385, so ⌊ 17.385 ⌋ + 1 = 18 — same answer by the log-based digit formula.
💡Key takeaway

This AMC 10 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.