A positive integer divisor of is chosen at random. The probability that the divisor chosen is a perfect square can be expressed as , where and are relatively prime positive integers. What is ?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
Factor 12! = 2^10 3^5 5^2 7 11; divisors number 11*6*3*2*2 = 792, square divisors need even exponents: 6*3*2*1*1 = 36, ratio 1/22.
Solution
First factor . The exponent of is ; of it is ; of it is ; and , appear once each:
A divisor picks an exponent for each prime from up to the exponent in , so the number of divisors is
A divisor is a perfect square exactly when every exponent it picks is even. The even choices are for (six), for (three), for (two), and only for and :
The probability is , so .
The answer is .
Why this works
Divisors of correspond to exponent tuples, so any property defined exponent-by-exponent (being a square, being coprime to something) is counted by a product of per-prime counts. The probability question is just a ratio of two such products.
The trap
Miscounting the exponent of 2 in 12! (it is 6 + 3 + 1 = 10) or forgetting that exponent 0 counts as even for square divisors.
Common mistakes
- Miscounting the exponent of 2 in 12! (it is 6 + 3 + 1 = 10) or forgetting that exponent 0 counts as even for square divisors.
- Reporting for the unreduced fraction , or answering the probability's denominator alone.
Techniques
Set up the equation/formula and compute; no special trick needed