I want to verify what would be the simplified solved version of this summation.
$$\sum_{i=1}^{n} (3i + 2n)$$
Would it be this?
$$ \frac32n^2 + \frac32n + 2n^2 $$
I want to verify what would be the simplified solved version of this summation.
$$\sum_{i=1}^{n} (3i + 2n)$$
Would it be this?
$$ \frac32n^2 + \frac32n + 2n^2 $$
$$\sum_{i=1}^{n} (3i + 2n)=3\sum_{i=1}^{n} i+2n\sum_{i=1}^{n} 1=3\frac{n(n+1)}{2}+2n\cdot n$$