Jan 5, 2026
| Problem | Function / Constraint | Optimal Value(s) |
|---|---|---|
| Maximize x^2 y with x + y = 300 | f(x) = x^2(300 − x); f'(x)=600x−3x^2 | x = 200, y = 100 (maximum) |
| Max volume box from 3"×8" cardboard | V(x)=x(8−2x)(3−2x)=4x^3−22x^2+24x | x = 2/3 inch (maximum) |
| Max area rectangle from 16 ft wire | A(x)=x(8−x)=8x−x^2 | x = 4 ft, y = 4 ft (maximum) |