 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Find the sum of the first 10 terms of geometric progression `18, 9, 4.5, …`A. `9((2^(10)-1))/(2^(8))`B. `9((2^(10)-1))/(2^(10))`C. `36((2^(10)-1)/(2^(8)))`D. `8((2^(10)-1))/(2^(8)) ` | 
| Answer» Correct Answer - A Use the formula of `S_n` of a GP. | |