The number has over positive integer divisors. One of them is chosen at random. What is the probability that it is odd?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
21! has 2^18 in its factorization, so the exponent of 2 in a divisor takes 19 equally sized values, and odd divisors are the one value 0.
Solution
Find the power of in by counting multiples of , , , up to :
So with odd.
A divisor of is , where and is a divisor of . For each of the possible values of there are the same number of choices of , so the divisors split into equal groups according to their power of . The odd divisors are exactly the group with .
The probability is .
The answer is .
Why this works
The divisor count factors as a product over primes, , and "odd" is a condition on the exponent of alone. Whatever the other exponents do, the fraction of divisors with -exponent zero is . The huge number and the "over " are pure distraction.
The trap
Trying to use the given 60,000 divisor count or the decimal digits of 21!, instead of the exponent of 2.
Common mistakes
- Trying to use the given 60,000 divisor count or the decimal digits of 21!, instead of the exponent of 2.
- Miscounting the exponent of as (only the even numbers) or , giving or , or answering by forgetting the .
Techniques
Set up the equation/formula and compute; no special trick needed