Model guide
Why this probability model fits
This is a binomial probability problem because the flips are independent repeated trials with the same success probability, and the question asks for a success-count range.
Setup: This is the same repeated-trial setup as other coin-flip problems, but now you add all valid head counts from 1 through 4.
Replacement: Replacement is not part of the setup. This is not a draw-without-replacement problem.
Independence: Independence still matters because each flip keeps the same p = 0.5.
Worked solution
93.75%
Exact fraction: 15/16
Decimal: 0.9375
The probability of at least 1 success is 93.75%.
- Identify this as repeated independent trials with the same success probability.
- Use P(X in range) = sum of C(n, k)p^k(1-p)^(n-k) terms.
- Set n = 4, target successes = 1, and p = 0.5.
- Evaluate the required binomial terms for the requested success range.
- The final probability is 15/16, which is 93.75%.
Interactive tool
Run the same scenario in the calculator
This is a binomial probability problem because the flips are independent repeated trials with the same success probability, and the question asks for a success-count range.
Formula
Probability model
P(E) = favorable outcomes / total outcomes
Use the model that matches the setup wording.
Probability
0%
Enter values to calculate.
What your result means
The explanation updates with the current inputs.
Calculation work