The probability that all the penguins complete the migration is 0.05.
Also, each penguin has the same individual probability of completing it.
Let’s say that the probability is p for one penguin.
Now, imagine there are n penguins in total. Then:
Probability that all penguins complete the migration=p^n=0.05
That just means all penguins make it = p * p * p... n times.)
If that looks abstract, think of this like flipping a coin.
- Say the probability of getting heads in one toss is 0.5.
- Then the probability of getting heads 3 times in a row is:
0.5 * 0.5 * 0.5 = 0.5^3 = 0.125
Same logic here—each penguin has an independent chance p of making it, so all of them making it is p^n.
Now, the question is asking:
What’s the probability that none of the penguins complete the migration?
If one penguin’s chance of completing is p, then the chance it doesn’t complete is (1 - p).
So, the probability that none of the n penguins complete it is:
(1 - p)^n
Without knowing the number of penguins (n), we can’t find an exact numeric answer for the probability that none of them make it.
P.S. This is my first ever post on GMAT Club, still learning and finding my way around! 😊
Would love to hear any feedback or thoughts!
Bunuel
The probability that all the penguins in a marine study group complete their annual migration is 0.05. If each penguin has the same probability of completing the migration, what is the probability that none of the penguins complete the migration?
A. 0.05
B. 0.5
C. 0.75
D. 0.95
E. Cannot be determined from the given information