 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Find the sum of the series `1, (2)/(5), (4)/(25), (8)/(125),… prop`. | 
| Answer» Given that, `a =1, r = (2)/(5) and |r| = |(2)/(5)| lt 1` `therefore S_(oo) = (a)/(1-r) = (1)/(1-(2)/(5)) = (5)/(3)` | |