lean_workbook_plus_50239
ProvedGiven that and are positive numbers such that , find the largest possible value of .
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_50239 (a b : ℝ) (h : 2*a + 3*b = 60) : a * b ≤ 150 := by sorry
Source