The mean is also the expected value. This is done by multiplying each numerical outcome by the probability of its occurrence, and adding all the results.
In this distribution, there aren't many calculations. It will E(X) = 0.6 • 15 + 0.4 • 22 = 17.8. This is, effectively, a weighted average.
To find the standard deviation, we first find the variance. This can be done by the formula Var(X) = E(X2) - [E(X)]2
We have E(X), but we don't have E(X2). We can get this by multiplying the squares of each outcome by their probabilities to give us a weighted average of the squares of the outcomes.
E(X2) = 0.6 • 152 + 0.4 • 222 = 328.6. Now we use the formula Var(X) = E(X2) - [E(X)]2
Var(X) = 328.6 - 17.82 = 11.76
σx = √Var(X) = √11.76 ≈ 3.429