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

Problem 16

Problem 16 · 2021 Math Kangaroo Hard
Algebra & Patterns arithmetic-sequence

An infinite list of numbers has the property that, for each positive integer n, the average of the first n terms is n. How many terms are there less than 2021?

Show answer
Answer: C — 1010
Show hints
Hint 1 of 2
If the average of the first n terms is n, what is their sum?
Still stuck? Show hint 2 →
Hint 2 of 2
Get a single term by subtracting consecutive sums.
Show solution
Approach: turn the average condition into the n-th term
  1. Average of first n is n means the sum of the first n terms is n².
  2. The n-th term is n² − (n−1)² = 2n − 1 (the odd numbers 1, 3, 5, …).
  3. We need 2n − 1 < 2021, i.e. n ≤ 1010, so 1010 terms.
Mark: · log in to save