Probability of At Least 1 Cherry Yogurt: 7/55

  • Thread starter Thread starter Gringo123
  • Start date Start date
AI Thread Summary
The discussion revolves around calculating the probability of selecting at least one cherry yogurt from a box containing 2 strawberry, 4 vanilla, and 6 cherry yogurts when 3 are chosen at random without replacement. The initial calculations for the probabilities of selecting 0, 1, 2, or 3 cherry yogurts were critiqued, revealing errors in the probabilities for exactly 1 and exactly 2 cherry yogurts. The correct approach involves calculating the probability of selecting none and using the complement to find the probability of at least one cherry yogurt. The final conclusion indicates that the correct probability of selecting at least one cherry yogurt is 10/11, highlighting discrepancies in the initial calculations. Overall, the discussion emphasizes the importance of accurately calculating probabilities in combinatorial scenarios.
Gringo123
Messages
141
Reaction score
0
A box contains 2 strawberry yogurts, 4 vanilla yogurts and 6 cherry yogurts.
3 yogurts are selected at random form the box. (they are not replaced)
Calculate the probability that at least 1 of the selected yogurts is a cherry yogurt.

This is how I have approached the problem. Did I get it right?

Pr. that all 3 are cherry = 6/12 x 5/11 x 4/10 = 1/11

Pr. that only 2 are cherry = 6/12 x 5/11 x 6/10 = 3/22 ( I have calculated that the P would 3/22 for all possible combinations - i.e. 1st 2 selected, last 2 selected, 1st and 3rd)

Pr. that only 1 is cherry = 6/12 x 6/11 x 5/10 = 3/22 (again, all combinations = same probability)

1/11 + 3/22 + 3 /22 = 7/55
 
Physics news on Phys.org


This way is perhaps easier:

P(at least one is a cherry yogurt) = 1 - P(none is a cherry yogurt)

P(none is a cherry yogurt) = 6/12 x 5/11 x 4/10 = 1/11

Thus

P(at least one is a cherry yogurt) = 1 - 1/11 = 10/11

Since this does not match your answer, we can conclude that at least one of your probabilities is incorrect.

Your P(all 3 are cherry) is fine, so the error is with one (or both) of the other two.
 


OK, I see the problem.

P(exactly 1 is a cherry yogurt) =

P(1st is cherry, 2nd is not, 3rd is not) +
P(1st is not, 2nd is cherry, 3rd is not) +
P(1st is not, 2nd is not, 3rd is cherry)

EACH of these terms has probability 3/22 (as you calculated).

You have a similar error with P(exactly 2 are cherry yogurts).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top