let X be a binomial random variable with n=8 and p=0.6. find the following
(a) the mean of X
(b) the standard deviation of X
(c) P(X<4)
(d) P(X>5)
(e) P(3<X<6)
X ~ Binomial (n,p)
Where n = 8 , p = 0.6
Binomial probability distribution is
P(X) = nCx px (1-p)n-x
a)
Mean = n * p
= 8 * 0.6
= 4.8
b)
Standard deviation = Sqrt( np(1-p) )
= sqrt( 8 * 0.6 * 0.4)
= 1.38564
c)
P( X < 4) = P( X <= 3)
= P( X = 0) +P( X = 1) +P( X = 2) +P( X = 3)
= 8C0 0.60 0.48 +8C1 0.61 0.47 +8C2 0.62 0.46 +8C3 0.63 0.45
= 0.1737
d)
P( X > 5) = P( X >= 6)
= P( X = 6) + P( X = 7) + P( X = 8)
= 8C6 0.66 0.42 +8C7 0.67 0.4 +8C8 0.68 0.40
= 0.3154
e)
P( 3 < X < 6) = P( X = 4) + P( X = 5)
= 8C4 0.64 0.44 +8C5 0.65 0.43
= 0.5109
Get Answers For Free
Most questions answered within 1 hours.