InterviewSolution
Saved Bookmarks
| 1. |
The graph of y = f(x) is shown, find the number of solution of f(f(x)) = 2. |
|
Answer» Given equation if f(f(x)) = 2. Let f(x) = t ` :. F(t) = 2` `:. T = -3, 1/2, 3` Now, f(x) =- 3 has no solution ` f(x) = 1/2 ` has two solutions f(x) = 3 has one solution Hence total number of solutions is three. |
|