Difference between revisions of "2023 SSMO Accuracy Round Problems/Problem 5"
(Created page with "==Problem== Define the <math>\textit{relationship}</math> between two numbers <math>a</math> and <math>b</math> to be <math>\frac{\sigma(ab)}{\sigma(a)\sigma(b)}</math> where...") |
|||
Line 3: | Line 3: | ||
==Solution== | ==Solution== | ||
+ | Since <math>360 = 2^3 \cdot 3^2 \cdot 5</math>, we have <math>\sigma(360) = 4 \cdot 3 \cdot 2 = 24</math>. For any number <math>n</math> such that <math>\frac{\sigma(360n)}{24\sigma(n)} = \frac{3}{4}</math>, we get <cmath>\frac{\sigma(360n)}{\sigma(n)} = 18.</cmath> | ||
+ | |||
+ | Let <math>n = 2^a \cdot 3^b \cdot 5^c \cdot p</math> where <math>\gcd(p, 360) = 1</math>. Then the expression becomes <cmath>\frac{(a + 4)(b + 3)(c + 2)\sigma(p)}{(a + 1)(b + 1)(c + 1)\sigma(p)} = 18.</cmath> | ||
+ | |||
+ | Substituting <math>d = a + 1</math>, <math>e = b + 1</math>, and <math>f = c + 1</math>, we get <cmath>\frac{(d + 3)(e + 2)(f + 1)}{def} = 18.</cmath> | ||
+ | |||
+ | Try <math>d = 1</math>. Then <cmath>\frac{(1 + 3)(e + 2)(f + 1)}{e f} = \frac{4(e + 2)(f + 1)}{ef} = 18 \Rightarrow \frac{(e + 2)(f + 1)}{ef} = \frac{9}{2}.</cmath> Expanding gives <cmath>7ef - 2e - 4f - 4 = 0.</cmath> | ||
+ | |||
+ | Using Simon's Favorite Factoring Trick, <cmath>(7e - 4)(7f - 2) = 36,</cmath> which has a solution of <math>e = 1</math>, <math>f = 2</math>. | ||
+ | |||
+ | So <math>d = 1</math>, <math>e = 1</math>, and <math>f = 2</math>, which means <math>a = 0</math>, <math>b = 0</math>, and <math>c = 1</math>. Therefore, <math>n = 5p</math> for some <math>p</math> relatively prime to 360. | ||
+ | |||
+ | Since <math>n \leq 100</math>, we have <math>p \leq 20</math>. The values of <math>p</math> satisfying this are <math>1, 7, 11, 13, 17, 19</math>. The sum of such integers <math>n</math> is <cmath>5 \cdot (1 + 7 + 11 + 13 + 17 + 19) = \boxed{340}.</cmath> | ||
+ | |||
+ | ~SMO_Team |
Latest revision as of 21:01, 9 September 2025
Problem
Define the between two numbers
and
to be
where
is the number of divisors of
. Find the sum of integers
which have a relationship of
with
.
Solution
Since , we have
. For any number
such that
, we get
Let where
. Then the expression becomes
Substituting ,
, and
, we get
Try . Then
Expanding gives
Using Simon's Favorite Factoring Trick, which has a solution of
,
.
So ,
, and
, which means
,
, and
. Therefore,
for some
relatively prime to 360.
Since , we have
. The values of
satisfying this are
. The sum of such integers
is
~SMO_Team