2021 Fall OMC 10 #10

Problem:

How many positive integers N less than or equal to 1000 are there such that 75% of N's divisors are multiples of 3

(A) 24(B) 25(C) 36(D) 37(E) 38

Solution:

If 34th of the divisors of N are multiples of 3, it means that 14th of them are not. The ratio of these two fractions is 3, which means that for every factor of N which is not a multiple of 3, there exist 3 factors which are multiples of 3. This implies that in the prime factorization of N, there exists the term 33. Hence N must be a multiple of 27. The other condition is that there must be some other factor in the prime factorization of N as well (the only prime number shouldn't be 3). In the range 1N1000, the values of N that satisfy the first condition are 271,272,2737, which is 37 numbers. Out of these, the ones that don't work are 271,273,276,,2736, which is 13 numbers. Hence the numbers that satisfy both conditions are 3713=24 numbers.

So, the answer is (A).

Comments