SOLUTION: The Web site for M&M™ candies claimed that 24% of plain M&M candies are blue, 20% are orange, 16% green, 14% yellow, and 13% each red and brown. (a) Pick one M&M at random fro

Algebra ->  Probability-and-statistics -> SOLUTION: The Web site for M&M™ candies claimed that 24% of plain M&M candies are blue, 20% are orange, 16% green, 14% yellow, and 13% each red and brown. (a) Pick one M&M at random fro      Log On


   



Question 1171071: The Web site for M&M™ candies claimed that 24% of plain M&M candies are blue, 20% are orange, 16% green, 14% yellow, and 13% each red and brown.
(a) Pick one M&M at random from a package.
1.Describe the sample space.
2.What is the probability that the one you pick is blue or red?
3.What is the probability that the one you pick is not green?
(b) You pick three M&M’s in a row randomly from three separate packages.
1.Describe the sample space for the outcomes of your three choices.
2.What is the probability that every M&M is blue?
3.What is the probability that the third M&M is red?4.What is the probability that at least one is blue?

Answer by CPhill(1987) About Me  (Show Source):
You can put this solution on YOUR website!
Let's break down this M&M problem.
**(a) Picking One M&M**
1. **Describe the Sample Space:**
* The sample space consists of all possible colors of an M&M.
* Sample Space = {Blue, Orange, Green, Yellow, Red, Brown}
2. **Probability of Blue or Red:**
* P(Blue) = 24% = 0.24
* P(Red) = 13% = 0.13
* Since these are mutually exclusive events (an M&M can't be both blue and red), we add the probabilities:
* P(Blue or Red) = P(Blue) + P(Red) = 0.24 + 0.13 = 0.37
3. **Probability of Not Green:**
* P(Green) = 16% = 0.16
* P(Not Green) = 1 - P(Green) = 1 - 0.16 = 0.84
**(b) Picking Three M&M's**
1. **Describe the Sample Space:**
* Each M&M can be one of six colors.
* The sample space consists of all possible combinations of three colors.
* We can represent each outcome as a sequence of three colors (e.g., Blue, Orange, Red).
* The sample space would be a list of all possible combinations of three colors, such as (Blue, Blue, Blue), (Blue, Blue, Orange), (Blue, Orange, Blue), etc.
* The number of possible outcomes is 6 * 6 * 6 = 216.
2. **Probability of Every M&M Being Blue:**
* P(Blue) = 0.24
* Since the picks are independent, we multiply the probabilities:
* P(Blue, Blue, Blue) = P(Blue) * P(Blue) * P(Blue) = (0.24)^3 = 0.013824
3. **Probability of the Third M&M Being Red:**
* The probability of the third M&M being red is independent of the first two picks.
* P(Third M&M is Red) = P(Red) = 0.13
4. **Probability of At Least One Blue:**
* It's easier to find the probability of no blue M&M's and subtract it from 1.
* P(Not Blue) = 1 - P(Blue) = 1 - 0.24 = 0.76
* P(No Blue in 3 picks) = (0.76)^3 = 0.438976
* P(At Least One Blue) = 1 - P(No Blue) = 1 - 0.438976 = 0.561024