2023 SSMO Team Round Problems/Problem 1

Revision as of 22:25, 15 December 2023 by Pinkpig (talk | contribs) (Created page with "==Problem== Let <math>(a, b, c, d)</math> be a permutation of <math>(2, 0, 2, 3)</math>. Find the largest possible value of <math>a^b + b^c + c^d + d^a</math> ==Solution==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Let $(a, b, c, d)$ be a permutation of $(2, 0, 2, 3)$. Find the largest possible value of $a^b + b^c + c^d + d^a$

Solution