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

Problem 26

Problem 26 · 2019 Math Kangaroo Stretch
Number Theory place-valuecareful-counting

The integers from 1 to 99 are written down in ascending order without a gap. This sequence of digits is divided up into triples (groups of three):

\(123456789101112\cdots979899 \longrightarrow (123)(456)(789)(101)(112)\cdots(979)(899).\)

Which of the following triples is not obtained?

Show answer
Answer: B — (444)
Show hints
Hint 1 of 2
Write 1234567891011… and chop into groups of three; track where each number lands.
Still stuck? Show hint 2 →
Hint 2 of 2
Check each candidate triple against the actual grouping — one never appears.
Show solution
Approach: generate the triples and check membership
  1. Concatenate 1 to 99 and split into threes; this gives a fixed list of triples.
  2. Scanning it, (123), (464), (646) and (888) all occur as groups.
  3. The triple (444) never lines up, so the answer is (444).
Mark: · log in to save