InterviewSolution
Saved Bookmarks
| 1. |
If `f(x)=x^3+b x^2+c x+d`and `0A. f(x) is strictly increasing functionB. f(x) has local maximaC. f(x) is a strictly decreasing functionD. f(x) is bounded |
|
Answer» Correct Answer - 1 `f(x) =x^(3)+bx^(2)+cx+d,0ltb^(2)ltc` `f(x) =3x^(2)+2bx+c` Discriminant =`4b^(2)-12c=4(b^(2)-3c)ltc` `therefore f(X) gt 0 forall x in R` Thus f(X) is strictly increasing `forall x inR` |
|