Check my answer? Calculating sums?
I got B
You can use the formula Sum a*r^n = a / ( 1 - r) , as long as |r | < 1
here 'a' is the first term
so we have to find the first term, we know r=.999
@perl I plugged in 1000 for a and got 1 million for the right side of the equation you listed
that formula works when you start from n = 0 since you're starting at n = 1, you have to subtract off the first term (because that term at n = 0 is not part of the summation)
so you have , n=1 is the first term plug that in 1000( .999^1)
Sum = (1000*.999) / ( 1- .999)
That works too, you can make the first term 1000*.999
the nice thing about the formula, n can start at any number. 'a' just has to be the first term
Ooooh I get it. so its c @perl
correct
thank you so much @perl
Join our real-time social learning platform and learn together with your friends!