by RonPurewal Wed Jul 24, 2013 11:27 pm
If you want a formula, then you can notice that this is a "geometric series": 3 + (1 + 2 + 4 + 8 + ...)
if you leave out the "3", then you have a series in which the thingy doubles every time.
on the other hand, that would be an absolutely horrible way to do this problem, for at least three different reasons:
1/ By the time you figure out it's a geometric series, you've already noticed the pattern that solves the problem. So, why waste the time? Ignore the geometric series and just extrapolate the pattern.
2/ The formula is horrible.
3/ To find s10 - s9, you'd have to use the formula two different times and then subtract the results. Ugh.
Especially "ugh" as compared to extrapolating the pattern, in which s10 - s9 will appear immediately as a single value.