Question: Find the sum of the first 15 terms of the geometric series where the first term is 2 and the common ratio is 3.
Options:
Correct Answer: 146
Solution:
The sum of the first n terms of a geometric series is S_n = a(1 - r^n) / (1 - r). Here, a = 2, r = 3, n = 15. So, S_15 = 2(1 - 3^15) / (1 - 3) = 2(1 - 14348907) / -2 = 14348906.