2023 SSMO Team Round Problems/Problem 1
Problem
Let be a permutation of
. Find the largest possible value of
Solution 1
WLOG, assume that . Therefore, we have
or
The value of
for these three permutations are
and
respectively, meaning the greatest possible sum is
~SMO_Team
Solution 2
We can assume because of the symmetry that . Then, the problem is reduced to
. Since there are only
possible permutations for
,
, and
, we can try them and find that the maximum possible value is obtained when
,
, and
. Therefore, the answer is
.
~alexanderruan