City Zhautykov 2024 Grade 8 Problem 1

Reals $a, b$ satisfy $a + b = ab = 19$. Find the value of $$(a^2-19a)\left(b+\frac{19}{b}\right).$$

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 : ℝ := sorry

theorem solution (a b : ℝ) (h1 : a + b = 19) (h2 : a * b = 19) :
    (a ^ 2 - 19 * a) * (b + 19 / b) = answer := sorry

Submit Solution

Login to submit a solution.

Recent Submissions

# User Time (UTC) Status
431 marcelo 2026-04-15T11:47 PASSED
430 marcelo 2026-04-15T11:46 Bad answer
425 Iván Renison 2026-04-13T21:25 PASSED
349 dragonking314 2026-03-04T01:09 PASSED
339 ansar 2026-03-03T12:19 PASSED
334 tanakh 2026-03-03T11:44 PASSED
333 tanakh 2026-03-03T11:43 Bad answer
286 cwrv 2026-02-23T13:53 PASSED
252 Boris0035 Long time ago PASSED
251 Boris0035 Long time ago Bad answer
View all