Difference between revisions of "2024 SSMO Team Round Problems/Problem 11"
(Created page with "==Problem== Let <math>S</math> denote the set of positive divisors of <math>5400.</math> Let <cmath>S_i = \{d \mid d \in S, \, d \equiv i \Mod4\}</cmath> and let <math>s_i</m...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | Let <math>S</math> denote the set of positive divisors of <math>5400.</math> Let <cmath>S_i = \{d \mid d \in S, \, d \equiv i \ | + | Let <math>S</math> denote the set of positive divisors of <math>5400.</math> Let <cmath>S_i = \{d \mid d \in S, \, d \equiv i \pmod4\}</cmath> and let <math>s_i</math> denote the sum of all elements of <math>S_i.</math> Find the value of <cmath>s_0^2+s_1^2+s_2^2+s_3^2-2s_0s_2-2s_1s_3.</cmath> |
==Solution== | ==Solution== | ||
+ | Note that <math>5400 = 2^3\cdot3^3\cdot5^2.</math> Firstly, we have <cmath>s_0^2+s_1^2+s_2^2+s_3^2-2s_0s_2-2s_1s_3=(s_0-s_2)^2+(s_1-s_3)^2.</cmath> Now, let <math>s(n)</math> denote the sum of positive divisors of <math>n.</math> We have <cmath>s_0-s_2 = (8+4-2)s(3^3\cdot5^2) = 10s(3^3\cdot5^2) = 10s(3^3)s(5^2) = 400s(5^2).</cmath> In addition, <cmath>s_3-s_1 = (27-9+3-1)s(5^2) = 20s(5^2).</cmath> It is easy to compute <math>s(5^2) = 31.</math> So, our answer is <math>420s(5^2) = \boxed{13020}.</math> | ||
+ | |||
+ | ~SMO_Team |
Latest revision as of 14:41, 10 September 2025
Problem
Let denote the set of positive divisors of
Let
and let
denote the sum of all elements of
Find the value of
Solution
Note that Firstly, we have
Now, let
denote the sum of positive divisors of
We have
In addition,
It is easy to compute
So, our answer is
~SMO_Team