InterviewSolution
Saved Bookmarks
| 1. |
Positive Integer just greater than (1+0.0001)^(10000) is : |
|
Answer» 2 now we know that `2le (1+(1)/(n))^(n)lt 3, n GE 1, n in N` HENCE POSITIVE Integer just greater that `(1+0.0001)^(1000)` is 3. |
|