number of boys out of 3 kids in a house.
Possible values for discrete random variable x = 0, 1 , 2 , 3
Table for probabilities of discrete random variable:
x P(x) x*P(x) x2*P(x)
0 0.125 0 0
1 0.375 0.375 0.375
2 0.375 0.75 1.5
3 0.125 0.375 1.125
sum 1 1.5 3
Standard deviation = (0.75)0.5 = 0.866
There is a difficulty that a random variable takes on integer values, but the mean and the standard deviations are real numbers, they can be rounded to adjust them.
Comments