Assume all $X_i$'s are independent and follow the same distribution with mean $u$ and variance $v$. If there are $n$ $x_i$'s, where $n$ is large, the distribution of $$Y= X_1+X_2+\dots+X_n = nX$$ is approx. normal. The mean of the distribution of $Y$ will be $n\cdot u$ and $\mathrm{var}=n\cdot v$.
What confuses me is that since $\operatorname{var}(nx)=n^2\cdot\operatorname{var}(x)$ why don't we follow this rule in this approximation case and instead only multiply it by $n$?
\begin{align} \operatorname{var}(X_1+\cdots +X_n) = {} & \operatorname{var}(X_1)+\cdots + \operatorname{var} (X_n) \\ & \text{if } X_1,\ldots,X_n \text{ are independent,} \\[10pt] = {} & n\operatorname{var}(X_1) \\ & \text{if all of the variances are equal.} \\[10pt] \operatorname{var}(X_1+\cdots+X_1) = {} & \operatorname{var}(nX_1) \\[10pt] = {} & n^2 \operatorname{var}(X_1). \\ & \text{In this cases } X_1,\ldots, X_n \text{ are not only} \\ & \text{not independent, but are all the same.} \end{align}