|
The natural number has exactly 100 different divisors (including 1 and ). Find their product.
|
The natural number has exactly 100 different divisors (including 1 and ). Find their product.
Each divisor of the number corresponds to another divisor .
## Solution
Notice that if the number is a divisor of the number , then the number is also a divisor of the number . Since has 100 divisors, they are split into 50 such pairs.
## Answer