Hello, I studied this quiz.
Which of these events is the most likely to happen when flipping a fair coin?
Flip 2 or more heads when flipping 3 coins.
Flip 20 or more heads when flipping 30 coins.
Flip 200 or more heads when flipping 300 coins.
Instead of making an explicit calculation, think about how likely or unlikely each of these outcomes would be.
Explanation Correct answer: 2 out of 3
When you flip some number of coins, you expect about half of them to be heads. As the number of coins increases, you should expect the observed proportion of heads to be closer and closer to 50\%.50%. The casual logic is: sure, weird things can happen a few times, but not hundreds of times.
With more probability experience, you can formalize and quantify the ideas behind this problem.
Here are the actual probabilities for completeness:
P(\text{2 or more heads out of 3})=0.5P(2 or more heads out of 3)=0.5
P(\text{20 or more heads out of 30})\approx 0.05P(20 or more heads out of 30)≈0.05
P(\text{200 or more heads out of 300})\approx 0.000000004P(200 or more heads out of 300)≈0.000000004
And i can't find the explanation , how were those probabilities calculated? In this explanation i can only see formula and result
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
See the binomial distribution.
Example for 3 flips:
If N is the number of heads after 3 flips, then N∼B(3,0.5). Using the cumulative distribution (on your calculator, for 30 or 300 flips), Pr(N⩾2)=Pr(N=2)+Pr(N=3)=(23)(0.5)2(1−0.5)3−2+(33)(0.5)3(1−0.5)1−3=83+81=21.
Alternatively, Pr(n or more heads from k flips)=2k1r=n∑k(rk)
As there are 2k possible and equally likely outcomes (2 for the first flip, 2 for the second flip, ..., 2 for the kth flip) and (rk) ways to get r coins.
I know.
I get this question wrong as well!