#sequences and series
19 messages · Page 1 of 1 (latest)
So it's a recurring sequence
It's just going to keep going 3, 0, 1.5, 3, 0, 1.5
So I'd divide 50 by 3
,w 50/3
So do 16*(3+0+1.5)
Then there's still 2 terms left till 50
So do an additional 3+0
You could also do 10*(3+0+1.5+3+0)
Same outcome
Cause every 5 terms in the series look like that and they're recurring so multiply it by 10 to reach 50 terms
For b the sum from 1 to 49 is the same as from 1 to 50 cause the last term is 0
So just multiply the sum by 2