Given the mean & variance of a dataset of linear measurements X ... N~(14,2), I want to find the mean of X^3.
So by taking mean as being expected value, & rearranging: -
$$Var(X)=E[X^2]−(E[X])^2$$
I get
$$ E[X^2] = Var(X) + (E[X])^2$$
$$E[X^2] = SD^2 + (E[X])^2$$
How can I go from this to using an exponent of 3 to solve the original problem?