AMC 8 · 2022 · #3

Grade 4 number-theorycounting
prime-factorizationfactorssystematic-enumeration caseworksystematic-enumerationbound-inequality-then-enumerate ↑ Prerequisites: factorsmulti-digit-arithmetic
📏 Medium solution 💡 3 insights
📘 View easy version →

Problem

When three positive integers aa, bb, and cc are multiplied together, their product is 100100. Suppose a<b<ca < b < c. In how many ways can the numbers be chosen?

(A) 0(B) 1(C) 2(D) 3(E) 4\textbf{(A) } 0 \qquad \textbf{(B) } 1\qquad\textbf{(C) } 2\qquad\textbf{(D) } 3\qquad\textbf{(E) } 4

Pick an answer.

(A)
0
(B)
1
(C)
2
(D)
3
(E)
4
View mode:

Toolkit + CCSS Solution

Understand

Restated: Count the number of triples of positive integers $(a, b, c)$ with $a < b < c$ whose product $a \cdot b \cdot c$ equals $100$.

Givens: $a$, $b$, $c$ are positive integers; $a \cdot b \cdot c = 100$; $a < b < c$ (strictly increasing); Answer choices: (A) $0$, (B) $1$, (C) $2$, (D) $3$, (E) $4$

Unknowns: The number of triples $(a, b, c)$ that satisfy all of the conditions

Understand

Restated: Count the number of triples of positive integers $(a, b, c)$ with $a < b < c$ whose product $a \cdot b \cdot c$ equals $100$.

Givens: $a$, $b$, $c$ are positive integers; $a \cdot b \cdot c = 100$; $a < b < c$ (strictly increasing); Answer choices: (A) $0$, (B) $1$, (C) $2$, (D) $3$, (E) $4$

Plan

Primary tool: #2 Make a Systematic List

Secondary: #7 Identify Subproblems

"How many ways" with a small finite product ($100$) is a textbook trigger for Tool #2 (Systematic List). To keep the listing organized and guarantee we miss nothing, we use Tool #7 (Identify Subproblems) to split the big question into cases by the smallest value $a$. Because $a < b < c$ forces $a^3 < a \cdot b \cdot c = 100$, only $a \in \{1, 2, 3, 4\}$ are even possible, and within those only divisors of $100$ work — so the casework is tiny ($a = 1, 2, 4$), and inside each case the remaining list of factor pairs of $100/a$ is short enough to write out completely.

Execute — Answer: E

#7 Identify Subproblems 4.OA.B.4 Step 1
  • Bound the smallest value $a$.
  • Since $a < b$ and $a < c$, multiplying the three inequalities gives $a \cdot a \cdot a < a \cdot b \cdot c = 100$, so $a^3 < 100$.
  • Checking cubes: $1^3 = 1$, $2^3 = 8$, $3^3 = 27$, $4^3 = 64$, $5^3 = 125$.
  • So $a$ can only be $1, 2, 3,$ or $4$.
$$a^3 < 100 \;\Rightarrow\; a \in \{1, 2, 3, 4\}$$

💡 Finding the small set of possible smallest factors is a Grade 4 factor-and-multiple move that shrinks the search space.

#7 Identify Subproblems 4.OA.B.4 Step 2
  • Restrict to divisors of $100$.
  • The divisors of $100 = 2^2 \cdot 5^2$ are $1, 2, 4, 5, 10, 20, 25, 50, 100$.
  • Intersecting with $\{1, 2, 3, 4\}$ gives the only candidates $a \in \{1, 2, 4\}$ (note: $3$ is not a divisor of $100$, so it's dropped).
$$a \in \{1, 2, 3, 4\} \cap \text{div}(100) = \{1, 2, 4\}$$

💡 Grade 4 students already find all factor pairs of a number, so spotting that $3$ isn't a factor of $100$ is enough to kill that case.

#2 Make a Systematic List 4.OA.B.4 Step 3
  • Case $a = 1$.
  • We need $b \cdot c = 100$ with $1 < b < c$.
  • List factor pairs of $100$ in increasing order of $b$: $(2, 50), (4, 25), (5, 20), (10, 10)$.
  • The first three satisfy $b < c$; the last has $b = c$ and is rejected.
$a = 1$: $(1, 2, 50), \; (1, 4, 25), \; (1, 5, 20)$ — $3$ triples

💡 Listing factor pairs of $100$ in order is exactly the Grade 4 "find all factor pairs" skill.

#2 Make a Systematic List 4.OA.B.4 Step 4
  • Case $a = 2$.
  • We need $b \cdot c = 50$ with $2 < b < c$.
  • Factor pairs of $50$ with $b \le c$: $(1, 50), (2, 25), (5, 10)$.
  • Only $(5, 10)$ satisfies both $b > 2$ and $b < c$.
$a = 2$: $(2, 5, 10)$ — $1$ triple

💡 Listing factor pairs of $50$ and filtering by $b > 2$ is the same Grade 4 factor-pair skill, just with one extra comparison.

#2 Make a Systematic List 4.OA.B.4 Step 5
  • Case $a = 4$.
  • We need $b \cdot c = 25$ with $4 < b < c$.
  • The only factor pair of $25$ with $b \le c$ is $(5, 5)$, which fails $b < c$.
  • So this case contributes nothing.
$a = 4$: no triples

💡 Knowing $25 = 1 \times 25 = 5 \times 5$ as a Grade 4 factor pair makes it instant: the only candidate has $b = c$, which isn't allowed.

#2 Make a Systematic List 3.OA.D.8 Step 6
  • Total the cases.
  • Add the counts: $3 + 1 + 0 = 4$ triples.
  • The four triples are $(1, 2, 50), (1, 4, 25), (1, 5, 20), (2, 5, 10)$.
  • The answer is $4$, which is choice (E).
$$3 + 1 + 0 = 4 \;\Rightarrow\; \textbf{(E)}$$

💡 Adding the case counts is a Grade 3 multi-step word-problem move — first multiply/factor inside each case, then add.

[1] #7 4.OA.B.4 Bound the smallest value $a$. Since $a < b$ and $a < c$, multiplying the three i
[2] #7 4.OA.B.4 Restrict to divisors of $100$. The divisors of $100 = 2^2 \cdot 5^2$ are $1, 2,
[3] #2 4.OA.B.4 Case $a = 1$. We need $b \cdot c = 100$ with $1 < b < c$. List factor pairs of $
[4] #2 4.OA.B.4 Case $a = 2$. We need $b \cdot c = 50$ with $2 < b < c$. Factor pairs of $50$ wi
[5] #2 4.OA.B.4 Case $a = 4$. We need $b \cdot c = 25$ with $4 < b < c$. The only factor pair of
[6] #2 3.OA.D.8 Total the cases. Add the counts: $3 + 1 + 0 = 4$ triples. The four triples are $

Review

Reasonableness: Sanity check each triple by multiplying: $1 \cdot 2 \cdot 50 = 100$, $1 \cdot 4 \cdot 25 = 100$, $1 \cdot 5 \cdot 20 = 100$, $2 \cdot 5 \cdot 10 = 100$ — all four check out, and each has strictly increasing values. The bound $a^3 < 100$ also guarantees we couldn't have missed an $a \geq 5$ triple, so $4$ is the complete count and answer (E) fits.

Alternative: Tool #5 (Look for a Pattern) on prime factorizations: $100 = 2^2 \cdot 5^2$, so any triple is a way to split the four prime factors $\{2, 2, 5, 5\}$ into three groups (allowing empty groups, which contribute a factor of $1$). Enumerating splits up to ordering still gives the same four triples, but the systematic-list version above is cleaner for an AMC 8 student.

CCSS standards used (min grade 4)

  • 4.OA.B.4 Find all factor pairs and recognize multiples; determine prime or composite (Bounding $a \in \{1, 2, 4\}$ as factors of $100$ and listing the factor pairs of $100$, $50$, and $25$ in each case.)
  • 3.OA.D.8 Solve two-step word problems using four operations within 100 (Adding the per-case counts $3 + 1 + 0 = 4$ at the end and verifying each candidate triple by multiplication.)

⭐ This AMC 8 problem only needs Grade 4 factor pairs you already know — just split $100$ into three growing pieces!

⭐ This AMC 8 problem only needs Grade 4 factor pairs you already know — just split $100$ into three growing pieces!