🦘 Math Kangaroo Grade All Felix 1-2 Ecolier 3-4 Benjamin 5-6 Kadett 7-8 Junior 9-10 Student 11-12 ⇄ switch contest
2015 Math Kangaroo

Problem 28

Problem 28 · 2015 Math Kangaroo Stretch
Counting & Probability careful-countingcasework

I have noted down six digits of Erich’s seven-digit phone number in the correct order. I don’t know which digit I have missed out and where I have missed it out. What is the maximum number of tries that I have to make to be sure that I have used the correct phone number? (Note: the first digit could also be 0!)

Show answer
Answer: C — 64
Show hints
Hint 1 of 2
You know 6 digits in order with one digit deleted somewhere; rebuild the candidates by inserting one unknown digit.
Still stuck? Show hint 2 →
Hint 2 of 2
Count insertions of a digit (0-9) into the 8 gaps, then remove the duplicates that arise next to matching digits.
Show solution
Approach: count insertions of one digit into the known string
  1. Insert one missing digit into one of the 8 positions (including before the first digit).
  2. Each position allows 10 digits, giving 8 * 10 = 80 raw candidates.
  3. Inserting a digit equal to an adjacent known digit repeats an earlier candidate; removing those duplicates leaves 64.
  4. So the maximum number of tries is 64 (C).
Mark: · log in to save