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 |
|---|---|---|---|
| 470 | asdfdgdsfdgwrwrs | 2026-05-23T10:48 | PASSED ⓘ |
| 469 | asdfdgdsfdgwrwrs | 2026-05-23T10:48 | PASSED ⓘ |
| 468 | asdfdgdsfdgwrwrs | 2026-05-23T10:48 | PASSED ⓘ |
| 467 | asdfdgdsfdgwrwrs | 2026-05-23T10:48 | PASSED ⓘ |
| 466 | asdfdgdsfdgwrwrs | 2026-05-23T10:43 | Time out ⓘ |
| 465 | asdfdgdsfdgwrwrs | 2026-05-23T10:42 | Time out ⓘ |
| 449 | BestCrazyNoob | 2026-05-19T21:14 | PASSED ⓘ |
| 441 | fve5 | 2026-05-02T11:19 | PASSED ⓘ |
| 431 | marcelo | 2026-04-15T11:47 | PASSED ⓘ |
| 430 | marcelo | 2026-04-15T11:46 | Bad answer ⓘ |