Switzerland 2003

Given that $x, y \in \mathbb{R}$ satisfy $x + y = x^3 + y^3 = x^5 + y^5$, what are the possible values of $x + y$?

Replace sorry in the template below with your solution. See Answer Bank for acceptible answer declarations. Mathlib version used by the checker is v4.33.0.

import Mathlib.Data.Real.Basic

def answer : Set ℝ := sorry

theorem solution (s : ℝ) :
    (∃ x y, x + y = s ∧ x ^ 3 + y ^ 3 = s ∧ x ^ 5 + y ^ 5 = s) ↔ s ∈ answer := sorry

Submit Solution

Login to submit a solution.

Recent Submissions

# User Time (UTC) Status
812 FelixMP 2026-08-30T11:11 PASSED
811 FelixMP 2026-08-30T10:56 Compilation error
792 kzoacn 2026-07-18T13:32 Bad answer
791 tanakh 2026-07-02T14:42 PASSED
790 tanakh 2026-07-02T14:31 PASSED
789 tanakh 2026-07-02T14:29 Bad answer
778 ansar 2026-06-19T09:50 Template mismatch
771 cwrv 2026-06-18T15:49 PASSED
770 cwrv 2026-06-18T15:43 Compilation error
668 llm_solver 2026-06-09T11:10 PASSED
View all