SOLUTION: . (a) A bag contains 16 identical balls of which 4 are green. A boy picks a ball at random from the bag and replaces it. If this is repeated 5 times, what is the probability that h

Algebra ->  Probability-and-statistics -> SOLUTION: . (a) A bag contains 16 identical balls of which 4 are green. A boy picks a ball at random from the bag and replaces it. If this is repeated 5 times, what is the probability that h      Log On


   



Question 1202897: . (a) A bag contains 16 identical balls of which 4 are green. A boy picks a ball at random from the bag and replaces it. If this is repeated 5 times, what is the probability that he: (i) did not pick a green ball: (ii) picked a green ball at least three times?
Answer by greenestamps(13203) About Me  (Show Source):
You can put this solution on YOUR website!


(i) The probability of getting green on each draw is 4/16 = 1/4, so the probability of not getting green is 3/4. The probability of not getting green 5 times in a row is

(3/4)^5 = 243/1024

(ii) The probability of getting green on each draw is 1/4; the probability of getting another color is 3/4. If "Y" (yes) represents drawing a green ball and "N" (no) represents getting a color other than green, then the "probability vector" for each draw is

%281%2F4%29Y%2B%283%2F4%29N

If the draw is repeated 5 times, the probability vector is

%28%281%2F4%29Y%2B%283%2F4%29N%29%5E5

For this question, we want the probability of getting a green ball at least 3 times -- i.e., either 3, 4, or 5 times.

This is binomial probability; the computations are straightforward but tedious, so I'm not going to do them for you.

To get the answer, you need to perform these three calculations and add the results:

3 green: C%285%2C3%29%28%281%2F4%29%5E3%29%28%283%2F4%29%5E2%29
4 green: C%285%2C4%29%28%281%2F4%29%5E4%29%28%283%2F4%29%5E1%29
5 green: C%285%2C5%29%28%281%2F4%29%5E5%29%28%283%2F4%29%5E0%29

Note the answer to (i) can be found using this same kind of binomial probability calculation:

0 green: C%285%2C0%29%28%281%2F4%29%5E0%29%28%283%2F4%29%5E5%29

But that calculation simplifies to just (3/4)^5, which is the answer shown above.