HMMT 十一月 2008 · 冲刺赛 · 第 13 题
HMMT November 2008 — Guts Round — Problem 13
题目详情
- [ 9 ] Find the number of distinct primes dividing 1 · 2 · 3 · · · 9 · 10.
解析
- [ 9 ] Find the number of distinct primes dividing 1 · 2 · 3 · · · 9 · 10. Answer: 4 A prime divides this product if and only if it divides one of the multiplicands, so prime divisors of this product must be less than 10. There are 4 primes less than 10, namely, 2, 3, 5, and 7.