Question 1
A bakery produces muffins, and each muffin independently has a probability of 0.04 of being undercooked. A health inspector randomly selects 8 muffins. What is the probability that exactly 2 of the selected muffins are undercooked?No clue? Show me the answer
Correct answer
Correct!
IncorrectStep-by-step walkthrough
Choose a solution method
Method #1Approach 1Step 1: Define the distribution
Let = number of undercooked muffins in the sample. Since each muffin is independently undercooked with probability 0.04, and there are 8 muffins selected, we have .
Step 2: Write the PMF
The binomial PMF gives:
Step 3: Calculate each component
, , and . So ... Let's use the GDC:
binompdf(8, 0.04, 2).Step 4: State the answer
Using technology (GDC:
binompdf(8, 0.04, 2)), , which corresponds to the first option.Method #2Approach 2Step 1: Identify what is being asked
We need for . We can rule out implausible values by reasoning about the distribution.
Step 2: Eliminate $\approx 0.1109$
The option is too large. With being very small and , the distribution is heavily skewed toward 0 successes, making quite small — certainly not over 10%.
Step 3: Eliminate $\approx 0.0250$
The option is plausible but slightly too small. A rough estimate: , so 0.0250 is too low.
Step 4: Eliminate $\approx 0.0413$
The option is close but does not match the exact calculator output of
binompdf(8, 0.04, 2).Step 5: Select the correct answer
The remaining option, , is confirmed by the GDC calculation and is the correct answer.
Question 2
A seed germination study shows that each seed planted has a 0.72 probability of germinating, independently of all others. A gardener plants 25 seeds. Let be the number of seeds that germinate. Find .No clue? Show me the answer
Correct answer
Correct!
IncorrectStep-by-step walkthrough
Choose a solution method
Method #1Approach 1Step 1: Define the distribution
Let = number of seeds that germinate. Then , with and .
Step 2: Set up the complement
Since , we use the CDF:
Step 3: Use GDC
On the GDC, enter
binomcdf(25, 0.72, 19)to get .Step 4: Calculate the final answer
Method #2Approach 2Step 1: Identify the structure
We need for . The mean is , so getting 20 or more is above average — it should be a moderate probability, not too large or too small.
Step 2: Eliminate $\approx 0.4215$
The option is too large. Since 20 is above the mean of 18, the probability of being at least this far above the mean should be well below 0.5.
Step 3: Eliminate $\approx 0.1786$
The option seems too small given that is quite high and a significant portion of the distribution lies at or above 20.
Step 4: Eliminate $\approx 0.3038$
The option would correspond to — but this computes , not . It arises from an off-by-one error.
Step 5: Select the correct answer
The correct calculation confirms the first option.