HMMT 十一月 2013 · GEN 赛 · 第 1 题
HMMT November 2013 — GEN Round — Problem 1
题目详情
- [ 2 ] What is the smallest non-square positive integer that is the product of four prime numbers (not necessarily distinct)?
解析
- [ 2 ] What is the smallest non-square positive integer that is the product of four prime numbers (not necessarily distinct)? 4 Answer: 24 The smallest two integers that are the product of four primes are 2 = 16 and 3 2 · 3 = 24. Since 16 is a perfect square and 24 is not, the answer is 24.