I am trying to find the sum of this -
$$\sum_{r=1}^{100} ( 1 + 2r + 0.3^r ) $$
I know roughly how I am supposed to do. First I distribute the summation across the 3 values.
Then I got stuck $2r$ and $0.3^r$
Both are similar if I understand, so I will only ask for one of them ,
$\sum_{r=1}^{100} (2r)$
how am I suppose to use the property to solve this just like $\sum_{r=1}^{100} = 100(1) = 100 $
Am I right to say -
$\sum_{r=1}^{100} (2r) = 2(1)(100) $ ? But I doubt myself as the r value changes . So I think this is wrong.