$\sum_{i=1}^{300} {1/3}$
My probability text wrote the above. I don't know how to interpret it since "i" doesn't show up in the indexed variable. How is this interpreted? Do I just add up 300 1/3's?
$\sum_{i=1}^{300} {n}$
Does this mean 300n?
$\sum_{i=1}^{300} {1/3}$
My probability text wrote the above. I don't know how to interpret it since "i" doesn't show up in the indexed variable. How is this interpreted? Do I just add up 300 1/3's?
$\sum_{i=1}^{300} {n}$
Does this mean 300n?
The rule for summations in this case is actually the same as in any other case. In general, the notation $$\sum_{i=1}^{300} E$$ means means to write the expression $E$ three hundred times, then replace $i$ with $1$ in the first expression, with $2$ in the second expression, and so on, and then add up the 300 results.
If the expression $E$ happens not to contain $i$, then there's nothing to replace, and you get $300$ unchanged expressions, which you add up to get $300E$.