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

Problem 12

Problem 12 · 2018 Math Kangaroo Hard
Number Theory divisibilitycareful-counting

105 numbers are written in a row: 1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5, … where each number n is written exactly n times. How many of those numbers are divisible by 3?

Show answer
Answer: D — 30
Show hints
Hint 1 of 2
1 + 2 + 3 + … + 14 = 105, so the row runs from 1 up to 14.
Still stuck? Show hint 2 →
Hint 2 of 2
Only the multiples of 3 (namely 3, 6, 9, 12) count, and each appears as many times as its value.
Show solution
Approach: sum the counts of the multiples of 3 up to 14
  1. Since 1 + 2 + … + 14 = 105, the numbers used run from 1 to 14.
  2. The multiples of 3 in that range are 3, 6, 9 and 12, each written that many times.
  3. Total = 3 + 6 + 9 + 12 = 30.
Mark: · log in to save