InterviewSolution
Saved Bookmarks
| 1. |
Let f(x)={[sqrt(n^(2)+1)]-[sqrt(n^(2)+x)]}^(1//2),where [.] is the greatest inger function and n in N then the value of x for which f(x) is defined |
|
Answer» `SQRT(K)`, where `k=0, 1, 2........n` |
|