S = ar * (1 - r^n) / (1 - r)
what is n?
well, take a term 1, double it until you get to 1024
1*2^n=1024
1,2,4,8,16,32,64,128,256,512,1024
Find the sum of the following series:
1024 - 512 + 256 - 128 +...+ 1
So a = 1024, r = -0.5, but I need to know what n is in order to use the formula.
So I tried ar^(n-1) which is:
1024(-0.5)^n-1 = 1
but I don't know how to find n from there.
Thanks in advance for any help :)
2 answers
Thanks
Although that method works for this question, is there another method that I could use if the method you have used above takes too long if n is a bigger number?
Although that method works for this question, is there another method that I could use if the method you have used above takes too long if n is a bigger number?