Trailing Zeros in the Divisor Product of Product

A positive integer m m has 30 positive divisors in total. It is divisible by 2 4 , 2^4, but not divisible by 2 5 . 2^5. Another positive integer n n has 80 positive divisors in total. It is divisible by 5 7 , 5^7, but not divisible by 5 8 . 5^8. If m m and n n are coprime and P P is the product of all positive divisors of m n , mn, find the number of trailing zeroes in P . P.


The answer is 4800.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Patrick Corn
Mar 6, 2018

The product of positive divisors of x x is x d ( x ) / 2 , x^{d(x)/2}, where d ( x ) d(x) is the number of positive divisors of x . x. In this case, P = ( m n ) d ( m n ) / 2 = ( m n ) d ( m ) d ( n ) / 2 = ( m n ) 1200 P = (mn)^{d(mn)/2} = (mn)^{d(m)d(n)/2} = (mn)^{1200} (note that d ( m n ) = d ( m ) d ( n ) d(mn) = d(m)d(n) because m m and n n are coprime).

Now m n = 2 4 5 7 b mn = 2^4 5^7 b where b b is coprime to 10 , 10, so P = 1 0 4800 5 3600 b 1200 P = 10^{4800} 5^{3600} b^{1200} has exactly 4800 \fbox{4800} trailing zeros.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...