For a particular species of a flower, 50 percent have smooth
leaves and 50 percent have hairy leaves. Suppose that you randomly
pick 15 flowers of this species.
(a) Compute the expected number of flowers with smooth
leaves.
μ=np=μ=np= (Round to 2 decimal places.)
(b) Compute the probability that more than 8 flowers will have
smooth leaves.
P(X>8)=1−P(X≤8)=P(X>8)=1−P(X≤8)= (Round to 4
decimal places.)
(c) Compute the probability that exactly 5 flowers will have smooth
leaves.
P(X=5)=P(X=5)= (Round to 4 decimal places.)
a) n = 15
p = 0.5
µ = n * p = 15 * 0.5 = 7.5
b) P(X = x) = 15Cx * 0.5x * 0.515-x
P(X > 8) = 1 - P(X < 8)
= 1 - (P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8))
= 1 - (15C0 * 0.50 * 0.515 + 15C1 * 0.51 * 0.514 + 15C2 * 0.52 * 0.513 + 15C3 * 0.53 * 0.512 + 15C4 * 0.54 * 0.511 + 15C5 * 0.55 * 0.510 + 15C6 * 0.56 * 0.59 + 15C7 * 0.57 * 0.58 + 15C8 * 0.58 * 0.57)
= 1 - 0.6964
= 0.3036
c) P(X = 5) = 15C5 * 0.55 * 0.510 = 0.0916
Get Answers For Free
Most questions answered within 1 hours.