The number has over positive integer divisors. One of them is chosen at random. What is the probability that it is odd?
Problem 148
Official solutions — 2
Solution 1
We note that the only thing that affects the parity of the factor are the powers of 2. There are factors of 2 in the number. Thus, there are cases in which a factor of would be even (have a factor of in its prime factorization), and case in which a factor of would be odd. Therefore, the answer is .
Note from Williamgolly: To see why symmetry occurs here, we group the factors of 21! into 2 groups, one with powers of 2 and the others odd factors. For each power of 2, the factors combine a certain number of 2's from the first group and numbers from the odd group. That is why symmetry occurs here.
Solution 2
We can consider a factor of to be odd if it does not contain a ; hence, finding the exponent of in the prime factorization of will help us find our answer. We can start off with all multiples of up to , which is . Then, we find multiples of , which is . Next, we look at multiples of , of which there are . Finally, we know there is only one multiple of in the set of positive integers up to . Now, we can add all of these to get . We know that, in the prime factorization of , we have , and the only way to have an odd number is if there is not a in that number's prime factorization. This only happens with , which is only one of the 19 different exponents of 2 we could have (of which having each exponent is equally likely). Hence, we have
Solution by: armang32324