InterviewSolution
Saved Bookmarks
| 1. |
Let x_1,x_2 ,x_3 be the points where f(x)=|1-|x-4||, x in R is not differentiable thenf(x_1)+f(x_2)+f(x_3) = |
Answer» Function is not DIFFERENTIABLE at x=3,4,5 So, f(3)+f(4)+f(5) 0+1+0=1 |
|