Question
Mathematics Question on Probability Distribution
For the following probability distribution:
X | 3 | 4 | 5 |
---|---|---|---|
P(X) | 0.5 | 0.2 | 0.3 |
The mean, variance, and standard deviation respectively are:
4, 3.8, and 0.87
4, 3.8, and 0.76
3.8, 4, and 0.76
3.8, 0.76, and 0.87
3.8, 0.76, and 0.87
Solution
To calculate the mean, variance, and standard deviation for the given probability distribution, follow these steps:
Mean (μ)
The mean is given by:
μ=∑X⋅P(X).
Substituting the values:
μ=(3)(0.5)+(4)(0.2)+(5)(0.3)=1.5+0.8+1.5=3.8.
Variance (σ2)
The variance is given by:
σ2=∑(X2⋅P(X))−μ2.
First, calculate ∑X2⋅P(X):
∑X2⋅P(X)=(32)(0.5)+(42)(0.2)+(52)(0.3)=(9)(0.5)+(16)(0.2)+(25)(0.3)=4.5+3.2+7.5=15.2.
Now calculate the variance:
σ2=15.2−(3.8)2=15.2−14.44=0.76.
Standard Deviation (σ)
The standard deviation is the square root of the variance:
σ=0.76≈0.87.
Final Results:
Mean: 3.8, Variance: 0.76, Standard Deviation: 0.87.
Final Answer: (4) 3.8, 0.76 and 0.87