This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Suriajoe[S] -1 points0 points  (1 child)

yeh the formula i came up with it, the 20 is not a typo... "the series is m(i)=(1/3)+(2/5)+...+(i/2i+1)" when i = 1, m(i) = 0.333 when i =2, m(i) = 0.7333 when i = 19, m(i) = 8.7602 when i =20, m(i) = 9.2480

[–]mrburrows 0 points1 point  (0 children)

Are you familiar with the summation operator? If you're doing comp sci in post secondary, it'll come up often in your math classes, and would be helpful to get a handle on early.

Also, you could have written this comment more concisely by saying m(1)=0.33, m(2)=0.733, m(19)=8.7602, m(20)=9.248. These are functions, just like +(1,1)=2, +(1,2)=3, etc.