Problem:
How many positive integers less than or equal to are there such that of 's divisors are multiples of
Solution:
If of the divisors of are multiples of , it means that of them are not. The ratio of these two fractions is , which means that for every factor of which is not a multiple of , there exist factors which are multiples of . This implies that in the prime factorization of , there exists the term . Hence must be a multiple of . The other condition is that there must be some other factor in the prime factorization of as well (the only prime number shouldn't be ). In the range , the values of that satisfy the first condition are which is numbers. Out of these, the ones that don't work are which is numbers. Hence the numbers that satisfy both conditions are numbers.
So, the answer is .
Comments
Post a Comment