$X_i$ and $Y$ are random variables:
$$X_i \sim \text{Gaussian}(\mu_i,~ \sigma^2_i)$$
$$Y = a_1 X_1 + a_2 X_2 + \cdots + a_n X_n$$
They say to find the Characteristic equation of Y, so:
$$\Psi(\omega) = E[e^{j\omega Y}]$$
$$\Psi(\omega) = E[e^{j\omega (a_1 X_1 + a_2 X_2 + \cdots + a_n X_n)}]\tag{1}$$
$$\Psi(\omega) = \Psi_{X_1,~ \cdots, X_n}(\omega a_1,~ \cdots, \omega a_n)\tag{2}$$
How did they get from step (1) to step (2)?
I imagine they probably do something like this:
$$\Psi(\omega) = E[~e^{j\omega a_1 X_1}~e^{j\omega a_2 X_2}~ \cdots~ e^{j\omega a_n X_n}~]$$
But its still doesn't match the result (2)...
If I assumed independence of $X_i$ with each other... then I would get:
$$\Psi(\omega) = E[~e^{j\omega a_1 X_1}]~E[e^{j\omega a_2 X_2}]~ \cdots~ E[e^{j\omega a_n X_n}]$$
I don't know if they are independent... but it still doesn't match the result (2).