I am trying to understand how to expand a summation equation:
$$\sum_{j=1}^3 \sum_{i = j + 1}^4 (25-5i)$$
how do I expand the inner equation involving $i = j+1$ ?
Thanks!
I am trying to understand how to expand a summation equation:
$$\sum_{j=1}^3 \sum_{i = j + 1}^4 (25-5i)$$
how do I expand the inner equation involving $i = j+1$ ?
Thanks!
$$ \sum_{i = j + 1}^4 (25-5i)=\sum_{i=1}^4(25-5i)-\sum_{i=1}^j(25-5i)$$
Can you take it from there?