Problem:
Let n be the smallest positive integer that is a multiple of 75 and has exactly 75 positive integral divisors, including 1 and itself. Find n/75.
Solution:
Suppose the prime factorization of n has the form
n=p1r1ββp2r2βββ―pkrkββ
where p1β,p2β,β¦,pkβ are the distinct prime divisors of n and r1β,r2β,β¦,rkβ are positive integers. Then the number of divisors of n is given by
(r1β+1)(r2β+1)β―(rkβ+1)
Since this last product must be 75=3β
5β
5, we see that n can have at most three distinct prime factors. To ensure that n is divisible by 75 and that the n we obtain is minimal, the prime factors must belong to the set {2,3,5}, with the factor 3 occurring at least once and the factor 5 occurring at least twice. Thus
n=2r1β3r2β5r3β
with
(r1β+1)(r2β+1)(r3β+1)=75r2ββ₯1,r3ββ₯2
It is not hard to write down the ordered triples (r1β,r2β,r3β) that satisfy the above conditions:
(4,4,2)(4,2,4)(2,4,4)(0,4,14)(0,14,4)(0,2,24)(0,24,2)β
Among the above ordered triples, the minimum value for n occurs when r1β=r2β=4 and r3β=2. Thus our answer is 75nβ=2433=432β.
The problems on this page are the property of the MAA's American Mathematics Competitions