Roman C. answered 09/23/15
Tutor
5.0
(851)
Masters of Education Graduate with Mathematics Expertise
Adding N of the same number X together is the same as multiplication (you get NX)
Also note if you sum f(n) from n=a to n=b, there are b-a+1 terms
a) You are adding 100 copies of 1/2 so you get 100 · 1/2 = 50
b) You are adding 5 copies of 1/3 so you get 5 · 1/3 = 5/3