InterviewSolution
Saved Bookmarks
| 1. |
If f : R → R is defined by f(x) = 3x + 2, define f[f(x)]. |
|
Answer» Write fog, if f : R → R and g : R →R are given by f(x) = 8x3 and g(x) = x1/3 . |
|