Given:
There are 20 balls in total, 12 green and 8 red.
First, get the probability of one of each color:
The probability of obtaining 1 green ball is p = 12/20 = 3/5
The probability of obtaining 1 red ball is q = 8/20 = 2/5.
(WATCH THE PATTERN!)
The probability distribution for obtaining 8 balls, where nCr = n!/(r!(n-r)!), is:
(1) For exactly 8 green balls:
8C0 • p8 = (3/5)8 ≈ 0.01679616
(2) For 7 green balls and 1 red ball:
8C1 • p7q1 = 8(3/5)7(2/5)1 ≈ 0.08957952
(3) For 6 green balls and 2 red balls:
8C2 • p6q2 = 28•(3/5)6(2/5)2 ≈ 0.20901888
(4) For 5 green balls and 3 red balls:
8C3 • p5q3 = 56•(3/5)5(2/5)3 ≈ 0.27869184
(5) For 4 green balls and 4 red balls:
8C4 • p4q4 = 70•(3/5)4(2/5)4 ≈ 0.2322432
(6) For 3 green balls and 5 red balls:
8C5 • p3q5 = 56•(3/5)3(2/5)5 ≈ 0.12386304
(7) For 2 green balls and 6 red balls:
8C6 • p2q6 = 28•(3/5)2(2/5)6 ≈ 0.04128768
(8) For 1 green balls and 7 red balls:
8C7 • p1q7 = 8•(3/5)1(2/5)7 ≈ 0.00786432
(9) For exactly 8 red balls:
8C8 • q8 = 1•(2/5)8 ≈ 0.00065536
(a)
(i) The probability of obtaining five green balls:
8C3 • p5q3 = 56•(3/5)5(2/5)3 ≈ 0.27869184
(ii)The probability of obtaining at least two orange balls:
There is no orange. Therefore the probability is 0
(iii)The probability of obtaining equal numbers of green and orange balls:
8C4 • p4q4 = 70•(3/5)4(2/5)4 ≈ 0.2322432
(b) How many balls need to be chosen if the probability of obtaining at least one green ball is to be at least 99%?
"At least one green ball" means all of the above except "For exactly all red balls". Therefore we need to subtract (2/5)n, where n is the number of balls chosen, from 100% ( or 1).
For 5 balls:
1 - (2/5)5 ≈ 0.98976, which is less than 99%
For 6 balls:
1 - (2/5)6 ≈ 0.995904, which is greater than 99%
Therefore at least 6 balls needed to be chosen if the probability of obtaining at least one green ball is to be at least 99%. If you choose 5 balls or below, you'll get less than 99%.
Aamir H.
Thank you sir11/15/21