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

Problem 8

Problem 8 · 2013 Math Kangaroo Medium
Number Theory divisionoff-by-one

The number n is the biggest natural number for which \(4n\) is three digits long, and m is the smallest natural number for which \(4m\) is three digits long. What value does \(4n - 4m\) have?

Show answer
Answer: C — 896
Show hints
Hint 1 of 2
A three-digit multiple of 4 ranges from 100 to 999; find the largest and smallest n that land in that range.
Still stuck? Show hint 2 →
Hint 2 of 2
Then just subtract the two products.
Show solution
Approach: bound the three-digit multiples of 4
  1. Largest n with 4n ≤ 999: n = 249, so 4n = 996.
  2. Smallest m with 4m ≥ 100: m = 25, so 4m = 100.
  3. Then 4n − 4m = 996 − 100 = 896.
Mark: · log in to save