https://online.stat.psu.edu/stat414/lesson/26/26.1
Here, the variance of the sum of n normal random variables is shown as the sum of the product of the coefficients of the n random variables with the variances of the random variables.
Eg, if $Y=\sum_{i=1}^n c_iX_i$, and $X_i \sim N(μ_i,σ_i^2)$, then $Y \sim N(\sum_{i=1}^n c_iμ_i,\sum_{i=1}^n c_i^2σ_i^2)$
This is proven using the product of the moment generating functions of normal random variables.
However, several sources show that a constant multiplied by a random variable results in a distribution where the variance is the product of the original variance multiplied by the multiplier, squared.
Multiplication of a random variable with constant
I am having trouble understanding how this could be. Why is the distribution not
$Y=nX=\sum_{i=1}^n X\sim N(\sum_{i=1}^n 1*μ,\sum_{i=1}^n 1^2σ^2)=N(nμ,nσ^2)$
but instead
$Y \sim N(nμ,n^2σ^2)$
?