AMC 8 · 2022 · #17

Grade 4 arithmeticnumber-theory
units-digit-trackingpattern-recognitionmultiples modular-arithmetic-mod-10pattern-recognition ↑ Prerequisites: units-digit-trackingmultiples
📏 Short solution 💡 2 insights
📘 View easy version →
Problem
For an even positive integer n, the double factorial n!! means the product of all even integers from 2 up to n (so 8!! = 2 · 4 · 6 · 8). What is the units digit (the ones place) of the sum 2!! + 4!! + 6!! + … + 2020!! + 2022!!?

Pick an answer.

(A)
0
(B)
2
(C)
4
(D)
6
(E)
8

AMC 8 2022 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Look for a Pattern

The sum has 1011 terms and the last term 2022!! is astronomically large, so direct calculation is hopeless. Tool #9 (Easier Related Problem) says: compute just the first few double factorials and watch what happens to their units digits. Tool #5 (Look for a Pattern) then takes over: once we see that 10!! ends in 0, the factor 10 inside every later n!! (n ≥ 10) guarantees a units digit of 0 for every later term, so only the first four terms (2!!, 4!!, 6!!, 8!!) can influence the answer. After that the problem collapses to a one-line addition.

1STEP 1

Build the first few double factorials by multiplying one more even number each time: 2, 8, 48, 384.

2!! = 2, 4!! = 2 · 4 = 8, 6!! = 8 · 6 = 48, 8!! = 48 · 8 = 384
2STEP 2

List the units digits 2, 8, 8, 4, then compute 10!! = 384 · 10 = 3840 — it ends in 0.

Units digits so far: 2, 8, 8, 4, 0
3STEP 3

Every even n ≥ 10 has 10 as a factor, so 10!! through 2022!! all end in 0.

10!!, 12!!, 14!!, …, 2022!! → all end in 0
4STEP 4

Adding 0 changes nothing, so only 2!! + 4!! + 6!! + 8!! count: 2 + 8 + 8 + 4 = 22, whose units digit gives the result.

2 + 8 + 8 + 4 = 22 → units digit = 2 → (B)
Answer
2
The units digit must be one of {0,1,2,…,9}, and our answer 2 is in that range. As a sanity check, compute the actual first four terms: 2 + 8 + 48 + 384 = 442, whose units digit is 2. Every later term ends in 0, so adding any number of them to 442 leaves the units digit at 2. The answer is consistent.
💡Key takeaway

This AMC 8 problem only needs Grade 4 multiplication and one pattern you already know — anything times 10 ends in 0!