Suryateja R. answered 04/16/20
Medical Student/Johns Hopkins Alum and Admissions Counselor
The expected value of a probability distribution is calculated by multiplying each value by its probability and taking the sum of the products; in this case
E(x) = 0(0.02)+1(0.25)+...+5(0.09)
The standard deviation is then calculated by:
1) calculating the deviation of each value (x) from the expected value E(x),
2) squaring this value
3) multiplying the square by the probability
4) taking the sum of steps 1-3 for each value
5) taking the square root of the resulting sum
In this case, (n= the number of values, in this case 6)
δ(x) = sqrt(∑1n([xn-E(x)]2*p))
= sqrt(([0-E(x)]2*0.02)+([1-E(x)]2*0.25)+...+([5-E(x)]2*0.09))