🇺🇸 AMC 8 ⇄ switch contest
2024 AMC 8

Problem 1

Problem 1 · 2024 AMC 8 Easy
Number Theory last-digitmod-10

What is the ones digit of

222,222 − 22,222 − 2,222 − 222 − 22 − 2 ?
Show answer
Answer: B — The ones digit is 2.
Show hints
Hint 1 of 2
The question wants only the LAST digit. So why compute all six? What's the smallest piece of each number you actually need?
Still stuck? Show hint 2 →
Hint 2 of 2
Technique: for any "ones digit of…" question, work only in the ones column. Here every number ends in 2 — that's all that matters.
Show solution
Approach: only the ones digit matters
  1. The question asks for ONE digit, so do ONE digit of arithmetic. Every number ends in 2, and there are five being subtracted, so their ones digits remove 5 × 2 = 10 — an amount ending in 0.
  2. Taking away something ending in 0 never disturbs a ones digit: 222,222 keeps its 2. This transfers: for any "last digit of…" question, throw away every higher place and work only in the ones column.
  3. Sanity check: the true value is 222,222 − 24,690 = 197,532 — ones digit 2, as predicted.
Another way — keep the intermediate positive (MAA):
  1. Look only at the last two digits so the running total never goes negative: 22 − 2 − 2 − 2 − 2 − 2.
  2. = 22 − 10 = 12. Ones digit: 2.
Mark: · log in to save