27.7k views
2 votes
Four green disks, five purple disks, six yellow disks, and seven white disks are placed into a basket and drawn one at a time, replacing the disk after each draw. Find the probability that a yellow disk is drawn at least once by the third draw. Round your answer to two decimal places.

User Yiksanchan
by
5.4k points

2 Answers

5 votes

Answer:

0.38

Explanation:

P( not drawing a yellow disk )=16/22∗16/22∗16/22=163/223=4096/10648=0.38

User Paul Miranda
by
5.9k points
5 votes

Answer:

The probability that a yellow disk is drawn at least once by the third draw is P=0.62.

Explanation:

We have a total of 4+5+6+7=22 disks, of which 6 are yellow.

There is a probability of 6/22 of picking a yellow disk in the first draw.

Because the disks are replaced after each draw, the probability remain constant for every draw.

The probability of drawing at least one yellow disk by the third draw is the sum of:

- The probability of drawing one yellow disk in the 3 draws. This have 3 possible combinations.

- The probability of drawing two yellow disks in the 3 draws. This have 3 possible combinations.

- The probability of drawing three yellow disks in the 3 draws. This have only one combination possible.

The probability of picking a yellow disk in one draw is p=3/11.


P(Y\geq 1)=P(Y=1)+P(Y=2)+P(Y=3)\\\\P(Y\geq 1)=3*p*(1-p)^2+3*p^2(1-p)+p^3\\\\P(Y\geq 1)=3*(3/11)*(8/11)^2+3*(3/11)^2*(8/11)+(3/11)^3\\\\P(Y\geq 1)=(576)/(1331) +(216)/(1331) +(27)/(1331)=(819)/(1331) = 0.62

User Holys
by
5.4k points