Asked by hashim

Find the sum to n terms of GP whose nth term is 3(2)^n-1

Answers

Answered by mathhelper
For a GP, term(n) = a r^(n-1)
comparing this with 3(2)^(n-1)
we have a = 3, r = 2

sum(n) = a(r^n - 1)/(r-1)
= 3(2^n) -1)/(1)
= <b>3(2)^n - 3</b>

check:
the terms would be:
3, 6, 12, 24, ...
just adding them up, sum(4) = 45
using my formula, sum(4) = 3(2^4) - 3 = 48-3 = 45
looks good
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions