SOLUTION: Pens are sold in packets of 15 pens per packet. The pens are of different colour and 20% are red.
a) Show that the probability of a randomly chosen packet of pens containing 3 or
Algebra ->
Probability-and-statistics
-> SOLUTION: Pens are sold in packets of 15 pens per packet. The pens are of different colour and 20% are red.
a) Show that the probability of a randomly chosen packet of pens containing 3 or
Log On
Question 870619: Pens are sold in packets of 15 pens per packet. The pens are of different colour and 20% are red.
a) Show that the probability of a randomly chosen packet of pens containing 3 or more red ones is 0.602.
b) Jack buys 6 packets of pen. Find the probability that at least 5 of the packets contain 3 or more red pens. Answer by ewatrrr(24785) (Show Source):
You can put this solution on YOUR website! p (red) = .20, n = 15
a) P(x ≥ 3) = 1 - binomcdf(15, .20, 2)= .602
0r
1 - P(0) + P(x=1) + P(x=2) = 1 - (.035 + .132 + .231) = 1 - .398 = .602
b) p (red) = .20, n = 6
P(x ≤ 5) = 1 - p(x = 6) = 1 - (.2)^6 = 1 - .0001 = .9999