 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | If f, g, h be three functions from R to R, defined as f(x) = x2, g(x) = cos x and h(x) = 2x + 3, then find {ho(gof)} (√2π). | 
| Answer» Given function, f(x) = x2, g(x) = cos x, h(x) = 2x + 3 ∴ {ho(gof)}(x) = hog{f(x)} = h[g{f(x)}] = h[g(x2)] = h(cos x2) = 2 cos x2 + 3 {ho(gof)}√2π = 2 cos (√2π)2 + 3 = 2 cos 2π + 3 = 2 x 1 + 3 = 5 | |