Q:

Poker chips are added to a hat: 5 blue, 6 red, and 8 black. If a set of 3 chips is randomly selected without replacement, what is the probability that each of the chips will be (1) of the same color (2) of different colors? What is the answer to (1) and (2) if after selection of each individual chip, it is noted and then returned to the hat?

Accepted Solution

A:
Answer:Without replacement:(1) P =0.0888(2) P=0.248With replacement:(1) P=0.1244(2)P=0.21Step-by-step explanation:There is a total of 5+6+8=19 balls. The probability of 3 picks being the same color is the sum of the probability of them being all blue P(b) plus the probability of them being all red P(r), and the probability of them all being black P(k).[tex]P(b)=\frac{5}{19}*\frac{4}{18}*\frac{3}{17}=\frac{60}{5814}=0.01032[/tex][tex]P(r)=\frac{6}{19}*\frac{5}{18}*\frac{4}{17}=\frac{120}{5814}=0.02064[/tex][tex]P(k)=\frac{8}{19}*\frac{7}{18}*\frac{6}{17}=\frac{336}{5814}=0.0578[/tex][tex]P(b)+P(r)+P(k)=0.0888[/tex]The possibilities for them to be of different colors are:brk, bkr, rbk, rkb, kbr, krbThe probability of them being of different colors is the sum of those probabilities. Since they are all equally likely:[tex]P=6*\frac{5}{19}*\frac{6}{18}*\frac{8}{17}=\frac{1440}{5814}=0.248[/tex] With replacement, we have for (1):[tex]P(b)=\frac{5}{19}*\frac{5}{19}*\frac{5}{19}=(\frac{5}{19})^3=0.0182[/tex][tex]P(r)=(\frac{6}{19})^3=0.0315[/tex][tex]P(k)=(\frac{8}{19})^3=0.0746[/tex][tex]P(b)+P(r)+P(k)=.01244[/tex]and for (2):[tex]P(b)+P(r)+P(k)=6\frac{5*6*8}{19^3}=\frac{1440}{6859}=0.21[/tex]