InterviewSolution
Saved Bookmarks
| 1. |
Find the sum of the infinite geometric series `(1-1/3+1/3^(2)-1/3^(3)+...oo)`. |
|
Answer» The given series is an infinite geometric series in which `a=1, r=-1/3` and `|r|=1/3 lt 1` Hence, the sum of the given infinite geometric series is `S=a/((1-r))=1/((1+1/3))=1/((4/3))=3/4`. |
|