This document contains two examples of using quadratic functions to solve optimization problems.
The first example finds the vertex of the function y = x^2 - 4x - 12 to determine its maximum value. The vertex is found to be (2, -16).
The second example considers a "Crazy Chicken" business that can sell 120 chickens at $8 each, but sells 4 fewer chickens for every $0.50 price increase. By modeling this as a revenue function R(x) = (8 + x/2)(120 - 4x) and finding its vertex, the optimal price to maximize revenue is determined to be $11.50 per chicken.