We have several liquids where the concentration of a certain element follows a normal distribution, and we take a weighted combination of the elements. The concentrations are:
$$C_i \sim \text{IID N}(\mu_i,\sigma_i^2),$$
and the mixture has weights $p_1, ..., p_n$ where $\sum p_i = 1$. I want to find the distribution of the weighted sum $S \equiv \sum p_i C_i$. I have generated values using Monte Carlo simulation, but I would like to know the analytical solution. What is the distribution of this weighted sum for the mixture?