The number is expressed in the form where and are positive integers and is as small as possible. What is ?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
2013 = 3*11*61 forces a_1 >= 61; then 61! contains the prime 59, which must be cancelled, so b_1 >= 59, and 61 and 59 work.
Solution
Factor: .
Lower bound. The prime must divide the numerator, and only when , so . But then is divisible by the prime (and by ), which does not divide , so must be cancelled by the denominator: some is divisible by , forcing . Hence .
Construction. Try , : , and . We still need to divide by and multiply by , which factorials do easily:
since and . The ordering conditions hold, and is minimal.
Therefore .
The answer is .
Why this works
Ratios of factorials are products of consecutive integers, so the largest prime in the target dictates the largest factorial, and every unwanted prime just below it must be cancelled by a denominator factorial of nearly the same size. Prove the bound with the largest prime and the next prime down, then build an explicit expression to show it is attained.
The trap
Taking b_1 = 60 (so 61!/60! = 61) without checking whether a smaller b_1 still lets the leftover primes cancel.
Common mistakes
- Taking b_1 = 60 (so 61!/60! = 61) without checking whether a smaller b_1 still lets the leftover primes cancel.
- Assuming or otherwise ignoring the requirement that be minimized.
Techniques
Bound the quantity above/below or estimate to pin it down · Consider the largest/smallest element or boundary case