no just the consistent one..do you want me to type the whole thing out?
OpenStudy (mimi_x3):
well, i dont understand your question..what's the whole question?
OpenStudy (anonymous):
prove using mathematical induction:
\[\sum_{i=1}^{n} (1/2)^i = 1 - (1/2)^n\]
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
The series of numbers is:
1/2 + 1/4 + 1/8 + (1/2)^k= 1 - (1/2)^k
Showing for n=k+1
1/2 + 1/4+ 1/8 + (1/2)^k+1 = 1 - (1/2)^k+1
Using subsitution from assuming n = k ,
1 - (1/2)^k + (1/2)^k+1 = 1 - (1/2)^k+1
Where do we go from here..?