InterviewSolution
Saved Bookmarks
| 1. |
In the followinggraph, state the absolute and local maximum and minimum values of the function. (##CEN_GRA_C01_S01_022_Q01.png" width="80%"> |
|
Answer» Solution :x = 2 is the POINT of local MINIMA, and the local minimum value isf(2) = 1. x = 4 is thepoint of absolute MAXIMA, and the absolute maximum value is f(4) = 4. x = 5 is the point of local minima, and the local minimum value is f(5) = 2. x = 6 is the point of local maxima, and the local maximum value isf(6) = 3. x = 7is the point of absolute minima, and the local minimum value is f (7) = 0. |
|