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

Problem 24

Problem 24 · 2020 Math Kangaroo Stretch
Number Theory divisibilityfactorization

A positive integer N is divisible by every integer from 2 to 11 except for two of them. Among the pairs \((6,7)\), \((7,8)\), \((8,9)\), \((9,10)\) and \((10,11)\), how many could be that pair of exceptions?

Show answer
Answer: B — 2
Show hints
Hint 1 of 2
If N misses two numbers, the LCM of the remaining nine must fail to divide each missing one.
Still stuck? Show hint 2 →
Hint 2 of 2
Test each candidate pair by building the LCM of the others.
Show solution
Approach: check each pair against the LCM of the kept numbers
  1. For a pair to be the exception, N can be the LCM of the other nine numbers and must NOT be divisible by either removed number.
  2. Testing each pair, only (7,8) and (8,9) work; the others leave an LCM still divisible by one of the removed numbers.
  3. So the count of possible exception pairs is 2.
Mark: · log in to save