City Zhautykov 2023 Grade 8 Problem 7

Complex $x$ satisfies $x ^ 2 + x + 1 = 0$. Find the value of $x^{2023}+ \frac{1}{x^{2023}}$.

The problem statement differs from the original one in using complex $x$ instead of real.

import Mathlib.Data.Complex.Basic

def answer : ℂ := sorry

theorem solution (x : ℂ) (h : x ^ 2 + x + 1 = 0) : x ^ 2023 + 1 / x ^ 2023 = answer := sorry

Submit Solution

Login to submit a solution.

Recent Submissions

# User Time (UTC) Status
287 cwrv 2026-02-23T14:01 PASSED
259 Kitsune Long time ago PASSED
258 ansar Long time ago PASSED
250 FelixMP Long time ago Bad answer
249 FelixMP Long time ago PASSED
246 Sul_A. Long time ago PASSED
245 Sul_A. Long time ago PASSED
224 FelixMP Long time ago PASSED
212 ansar Long time ago PASSED
207 kappa Long time ago PASSED
View all