Just to make sure, are the following correct?
$\sum_{i=0}^{n} \alpha x_{i}=\alpha \sum_{i=0}^{n} x_{i}$
$\prod_{i=0}^{n} \alpha x_{i} =\alpha^{n}\prod_{i=0}^{n}x_{i}$
Just to make sure, are the following correct?
$\sum_{i=0}^{n} \alpha x_{i}=\alpha \sum_{i=0}^{n} x_{i}$
$\prod_{i=0}^{n} \alpha x_{i} =\alpha^{n}\prod_{i=0}^{n}x_{i}$
Almost. First one is fine. On the second one you have the right idea but it should be $\alpha^{n+1}$ on the RHS, because when $i$ ranges from $0$ to $n$ it ($i$) takes $n+1$ total values.