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.29.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 |
|---|---|---|---|
| 432 | playerzzx | 2026-04-16T12:45 | Compilation error ⓘ |
| 422 | Iván Renison | 2026-04-13T20:16 | PASSED ⓘ |
| 421 | Iván Renison | 2026-04-13T20:14 | Bad answer ⓘ |
| 419 | Kitsune | 2026-04-11T13:48 | PASSED ⓘ |
| 418 | Kitsune | 2026-04-11T12:37 | PASSED ⓘ |
| 417 | Kitsune | 2026-04-11T12:26 | PASSED ⓘ |