Saved Bookmarks
| 1. |
1+3+3^2--- to n th term =3^n-1/2 |
|
Answer» SN = 3^0 +3¹ + 3² +... using sum of gp formula Sn = a(r^n -1)/(r-1) Sn = 1(3^n-1)/(3-1) = (3^n - 1)/2 |
|