SOLUTION: Prove using simple induction that, for each integer n >= 1
3 + 3^2+ 3^3+...+ 3^n = (3^(n+1)-3)/2
Algebra.Com
Question 736005: Prove using simple induction that, for each integer n >= 1
3 + 3^2+ 3^3+...+ 3^n = (3^(n+1)-3)/2
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
Prove using simple induction that, for each integer n >= 1
3 + 3^2+ 3^3+...+ 3^n = (3^(n+1)-3)/2
----
Show it is true for n = 1
3 = (3^(1+1)-3)/2 = (3^2 - 3)/2 = 6/2 = 3
----------------------------------------
Assume it is true for n = k:
3 + 3^2 +...+3^k = (3^(k+1) -3)/2
----
Show it must be true for n = k+1
[3 + 3^2+...+3^k] + 3^(k+1)
---
= (3^(k+1) -3)/2 + 3^(k+1)
-----
= [3^(k+1) - 3) + 2*3^(k+1)]/2
----
= [3*3^(k+1) - 3]/2
-----
= [3^((k+1)+1) - 3]/2
===========================
Cheers,
Stan H.
==============================
RELATED QUESTIONS
Use induction to prove that... (answered by richard1234)
Induction Sum:
Prove using mathematical induction that:
1/1*2*3 + 1/2*3*4 + 1/3*4*5... (answered by robertb)
Use mathematical induction to prove that:... (answered by stanbon,ikleyn)
use mathematical induction to prove that the following statement is true for every... (answered by ikleyn)
use mathematical induction to prove that the following statement is true for every... (answered by ikleyn)
Prove by induction
n*1 + (n-1)*2 + (n-2)*3 + ... + 3*(n-2) + 2*(n-1) + 1*n =... (answered by ikleyn)
Prove using math induction 2^n + (-1)^n+1 is divisible by... (answered by math_helper)
Prove n!>n^2 for n>=4 and n!>n^3 for n>=6 by using Principle of Mathematical... (answered by Edwin McCravy)
Prove by mathematical induction
{{{1/(1*2) + 1/(2*3) + 1/(3*4)}}}+ ...+{{{1/n(n+1) =... (answered by Edwin McCravy)