This is a very trivial question but I have a lot of trouble dealing with Expectation, summation and product together. So I need find this:
$\mathbb{E}(\sum_{i=1}^n m_i X_i)$
where $m_i$ are constants.
I know that next step would be:
$\sum_{i=1}^n \mathbb{E}(m_i X_i)$
After this, would the next step be:
$\sum_{i=1}^n m_i . \mathbb{E}(X_i)$
or
$\sum_{i=1}^n m_i . \sum_{i=1}^n\mathbb{E}(X_i)$
?
Thank you.