Difference between revisions of "2023 SSMO Team Round Problems/Problem 13"
Line 29: | Line 29: | ||
giving a final answer of | giving a final answer of | ||
<cmath>10 + 1 + 10 + 9000 = \boxed{9021}.</cmath> | <cmath>10 + 1 + 10 + 9000 = \boxed{9021}.</cmath> | ||
− | + | ||
~SMO_Team | ~SMO_Team |
Latest revision as of 21:38, 9 September 2025
Problem
Let denote the product of all divisors of
Let
denote the set of all integers that are both a multiple of
and a factor of
Let
Suppose
is
. Find the value of
.
Solution
Let denote the number of factors of an integer
. Then
, which can be proved by pairing up factors whose product is
.
So,
The set consists of integers of the form
where
. Therefore, the product of elements of
is
Now, the value of is
Next, calculating :
\begin{align*}
G(n) &= \sqrt[n-1]{\prod_{i=2}^n 10^{-i-1}} = \sqrt[n-1]{10^{-\sum_{i=2}^n (i+1)}} \\
&= \sqrt[n-1]{10^{-(n(n+1)/2 - 1)}} = 10^{\frac{-(n+4)}{2}}.
\end{align*}
Finally,
giving a final answer of
~SMO_Team