# absolute minimum / maximum
# Extreme value theorem: if f is continuous on a closed interval [a,b]
then f must have an absolute min and max on the interval.
# find min/max of bounded polynomials first
# task: find min/max of bounded functions
# task: find min/max EASY!!! application problems
# more cost/revenue applications
# classic exercises