InterviewSolution
Saved Bookmarks
| 1. |
If s is the sum to infnity of a G.P, whose first term is a, then the sum of the first n terms of the G.P. is |
|
Answer» `s[1-(1-(a)/(s))^(N)]` |
|