In a large bag of marbles, 20% of them are red. A child chooses 14 marbles from this bag. If the child chooses the marbles at random, what is the chance that the child gets less than 6 red marbles?
Solution
Given that ,
p = 20% = 0.20
1 - p = 1 - 0.20 = 0.80
n = 14
Using binomial probability formula ,
P(X = x) = ((n! / x! (n - x)!) * px * (1 - p)n - x
P(X < 6) = P(x = 0) + P(x = 1) + P(x = 2) + P(x = 3)+ P(x = 4) + P(x = 5)
= ((14! / 0! (14)!) * 0.200 * (0.80)14 + ((14! / 1! (13)!) * 0.201 * (0.80)13
+ ((14! / 2! (12)!) * 0.202 * (0.80)12 + ((14! / 3! (11)!) * 0.203 * (0.80)11
+ ((14! / 4! (10)!) * 0.204 * (0.80)10 + ((14! / 5! (9)!) * 0.205 * (0.80)9
= 0.9561
Chance = 0.9561
Get Answers For Free
Most questions answered within 1 hours.