InterviewSolution
Saved Bookmarks
| 1. |
For x in R, x != 0, x != 1, let f_(0)(x)= (1)/(1-x) and f_(n+1)(x)=f_(0)(f_(n)(x)), n = 0, 1, 2,.... Then the value of f_(100)(3)+f_(1)(2/3)+f_(2)(3/2) is equal to |
|
Answer» `8/3` |
|