πŸ‡ΊπŸ‡Έ AMC 8 ⇄ switch contest
1995 AJHSME

Problem 12

Problem 12 · 1995 AJHSME Hard
Number Theory factor-pairs

A lucky year is one in which at least one date, written as month/day/year, has the property that the month times the day equals the last two digits of the year. For example, 1956 is lucky because 7/8/56 has 7 Γ— 8 = 56. Which of the following is NOT a lucky year?

Show answer
Answer: E — 1994.
Show hints
Hint 1 of 2
'Month Γ— day = the two-digit year' is really asking: can you FACTOR that number into month Γ— day, where the month is 1–12 and the day is a real calendar day? So this is a factoring hunt in disguise.
Still stuck? Show hint 2 →
Hint 2 of 2
The dangerous factor pairs are ones where the only factorizations need a month bigger than 12. Check 94 last β€” it's the one with almost no factors.
Show solution
Approach: treat each year as a factoring question: month (1–12) Γ— day
  1. Reframe 'lucky' as: can the last two digits be written as (a number 1–12) Γ— (a valid day)? That turns the puzzle into checking factor pairs.
  2. 90 = 9 Γ— 10 βœ“, 91 = 7 Γ— 13 βœ“, 92 = 4 Γ— 23 βœ“, 93 = 3 Γ— 31 βœ“ β€” each has a month ≀ 12 paired with a real day.
  3. 94 is the trap: its only factorizations are 1 Γ— 94 and 2 Γ— 47. The month must be 1–12, so the only candidate is month 2 (February) with day 47 β€” impossible. No valid pair exists, so 1994 is not lucky.
  4. Why this transfers: when a number has few factors (here 94 = 2 Γ— 47, a product of two primes), it has very few ways to be split β€” which is exactly why it fails. Always factor first; the sparse-factor number is your prime suspect.
Mark: · log in to save