SOLUTION: We select three balls randomly (one after another) of a box contains 1 white, 2 yellow and 3 blue balls. If all balls have the same chance of selecting, then: a) What is the proba

Algebra ->  Probability-and-statistics -> SOLUTION: We select three balls randomly (one after another) of a box contains 1 white, 2 yellow and 3 blue balls. If all balls have the same chance of selecting, then: a) What is the proba      Log On


   



Question 1154150: We select three balls randomly (one after another) of a box contains 1 white, 2 yellow and 3 blue balls. If all balls have the same chance of selecting, then:
a) What is the probability that the selected balls have the same color ?
b) What is the probability that no white balls have been selected ?
c) What is the probability that all [BOTH] yellow balls are selected ?

Found 3 solutions by ikleyn, greenestamps, Edwin McCravy:
Answer by ikleyn(52776) About Me  (Show Source):
You can put this solution on YOUR website!
.

In this problem, the probability is the ratio/fraction, whose denominator is the same for all 3 parts, a), b) and c).


This denominator is  C%5B6%5D%5E3 = %286%2A5%2A4%29%2F%281%2A2%2A3%29 = 20, and it represents the number of triples that can be formed from 6 = 1+2+3 balls.


The numerator is different for each part. It is the number of favorable triples in each case.



(a)  In this case, there is only one favorable triple, consisting of 3 blue balls.


     Thus the probability in this case is  P = 1%2F20 = 0.05.



(b)  In this case, favorable triples can be formed from  5 = 2+3 yellow and blue balls.

     The number of favorable triples is, therefore,  C%5B5%5D%5E2 = 10.

     Thus the probability in this case is  P = 10%2F20 = 1%2F2 = 0.5.



(c)  This time the triples contain 2 yellow balls, and we can add EITHER 1 white or any one of 3 blue balls.

     Hence, the number of different favorable triples in this case is  1+3 = 4.


     Therefore,  the probability is  P = 4%2F20 = 1%2F5 = 0.2.

Solved. // All questions are answered.


Answer by greenestamps(13198) About Me  (Show Source):
You can put this solution on YOUR website!


For each case, consider the probabilities that each ball drawn in succession satisfies the condition.

a) If all three balls are the same color, they must all be blue.

P(all the same) = P(all blue) = %283%2F6%29%282%2F5%29%281%2F4%29+=+6%2F120+=+1%2F20+=+0.05

b) If none of the three is white, then they must all be yellow or blue.

P(no white) = %285%2F6%29%284%2F5%29%283%2F4%29+=+60%2F120+=+1%2F2+=+.50

c) (NOTE: I interpret "all yellow balls selected" as meaning ONLY yellow balls are selected. Another tutor has interpreted it to mean BOTH of the 2 yellow balls (and one other) are selected. Both interpretations are valid.)

There are only 2 yellow; all three selected can't be yellow.

P(all yellow) = %282%2F6%29%281%2F5%29%280%2F4%29+=+0%2F120+=+0

Note the first two problems can also be solved using more advanced techniques. They are overkill for simple problems like this; but you should know how to use them.

(a) We are choosing 3 of the 6 balls, and we need to choose all 3 of the blue balls and none of the others:

P(3 blue) =

(b) We are again choosing 3 of the 6 balls, and we need to choose 3 of the 5 blue or yellow balls and 0 of the1 white:

P(no white) = %28C%285%2C3%29%2AC%281%2C0%29%29%2FC%286%2C3%29+=+%2810%2A1%29%2F20+=+1%2F2


Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
With this kind of problem, you must specify whether it's "SELECTING WITH
REPLACEMENT" or "SELECTING WITHOUT REPLACEMENT".  You didn't specify I will have
to do it both ways.

If it's WITHOUT replacing, then we will think of reaching in one time and
drawing out 3, so we will use combinations, for you don't care which of the
three balls is drawn first, second or third when you just reach in and get a
handful of 3 balls.  

a) What is the probability that the selected balls have the same color?

WITHOUT REPLACEMENT:

There is only 1 'successful' way, which is to choose all 3 blue balls.

The number of ways to choose ANY three balls is  

6 balls CHOOSE 3 = 6C3 = 20

So the probability is 1 way out of 20 or 1/20 or 0.05 or 5% of the time.

--------------------------------------------
a) What is the probability that the selected balls have the same color ?

WITH REPLACEMENT:

Case 1: three whites.
The first drawn is white, we do that 1/6 of the time.
The second drawn is white, we also do that 1/6 of the time.
The third drawn is white, we also do that 1/6 of the time.
So (1/6)³ = 1/216 of the time we'll draw 3 whites.

Case 2: three yellows.
The first drawn is yellow, we do that 2/6 or 1/3 of the time.
The second drawn is yellow, we also do that 2/6 or 1/3 of the time.
The third drawn is yellow, we also do that 2/6 or 1/3 of the time.
So (1/3)³ = 1/27 of the time we'll draw 3 yellows.

Case 3: three blues.
The first drawn is blue, we do that 3/6 or 1/2 of the time.
The second drawn is blue, we do that 3/6 or 1/2 of the time.
The third drawn is blue, we do that 3/6 or 1/2 of the time.
So (1/2)³ = 1/8 of the time we'll draw 3 blues.

So the total probability for all three cases is


---------------------------------------------------------------------
b) What is the probability that no white balls have been selected?

WITHOUT REPLACING:
That means we draw 3 balls from the 5 non-white balls. 
That's 5 non-white balls CHOOSE 3 or 5C3 = 10 ways.

10 ways out of 20 is 10/20 with reduces to 1/2 
------------------------------------------------

WITH REPLACING.

c) What is the probability that all [BOTH] yellow balls are selected ?

We pick the two yellows 1 way.
We pick the 1 non-yellow to go with the two yellows in 4 ways.
So there are 1∙4=4 ways to have a combination of 3 including both yellows.

That's 4 ways out of 20 or 4/20 which reduces to 1/5.
 
Edwin