Example: ten trials with success probability 0.30. Table shows probabilities for each possible number of successes.
| k (successes) | P(X = k) | Percentage |
|---|---|---|
| 0 | 0.028248 | 2.82% |
| 1 | 0.121061 | 12.11% |
| 2 | 0.233474 | 23.35% |
| 3 | 0.266828 | 26.68% |
| 4 | 0.200121 | 20.01% |
| 5 | 0.102919 | 10.29% |
| 6 | 0.036757 | 3.68% |
| 7 | 0.009002 | 0.90% |
| 8 | 0.001447 | 0.14% |
| 9 | 0.000138 | 0.01% |
| 10 | 0.000006 | 0.00% |
Suppose a process has ten trials and success probability 0.30. You want the probability of observing at most two successes.
- Set “Number of trials (n)” to 10.
- Enter 0.30 as the probability and keep decimal mode.
- Select “At most k successes (P(X ≤ k))” as calculation type.
- Enter 2 in the k box and click “Calculate”.
- The summary panel will show P(X ≤ 2) ≈ 0.382783.
- This corresponds to about 38.28% chance of at most two successes.
Adjust n, p, and k to match your own binomial experiment.
Production quality control example
A factory inspects twenty items, each with defect probability 0.02.
| Metric | Value |
|---|---|
| Trials n | 20 |
| Success probability p (defect) | 0.02 |
| Expected defects n·p | 0.40 |
| P(no defects) | 0.6676 (66.76%) |
| P(at most one defect) | 0.9401 (94.01%) |
Marketing email response example
A campaign sends fifty emails, each with response probability 0.08.
| Metric | Value |
|---|---|
| Trials n | 50 |
| Success probability p (response) | 0.08 |
| Expected responses n·p | 4.00 |
| P(at least three responses) | 0.7740 (77.40%) |
| P(between three and six responses) | 0.6722 (67.22%) |
Clinical trial responder example
A study tracks thirty patients with individual success probability 0.40.
| Metric | Value |
|---|---|
| Trials n | 30 |
| Success probability p (responder) | 0.40 |
| Expected responders n·p | 12.00 |
| P(exactly twelve responders) | 0.1474 (14.74%) |
| P(between ten and fourteen responders) | 0.6483 (64.83%) |
Service reliability over one week
A service operates seven days with daily success probability 0.95.
| Metric | Value |
|---|---|
| Trials n | 7 |
| Success probability p (no outage) | 0.95 |
| Expected successful days n·p | 6.65 |
| P(all seven days successful) | 0.6983 (69.83%) |
| P(at least six successful days) | 0.9556 (95.56%) |
For a binomial experiment with n trials and success probability p:
Probability of exactly k successes:
P(X = k) = C(n, k) · pk · (1 − p)n − k
C(n, k) = n! / (k!(n − k)!) is the binomial coefficient.
Mean (expected value): μ = n · p
Variance: σ² = n · p · (1 − p)
Standard deviation: σ = √(n · p · (1 − p))
What is a binomial experiment?
A binomial experiment is a process consisting of a fixed number of independent trials, each having only two outcomes, commonly called success and failure, with the same probability of success.
When should I use this binomial calculator?
Use this calculator when your situation fits the binomial model: fixed number of trials, independent outcomes, constant success probability, and you are counting how many successes occur.
Should I enter probability as decimal or percentage?
Select decimal when you already know probability between zero and one. Select percentage when inputs are given like 30% or 8%, and the calculator will convert them automatically.
Why do probabilities not sum exactly to one?
Probabilities, percentages, and cumulative values are rounded for readability. Small rounding differences may cause totals to be slightly above or below one, which is normal in numerical reporting.
Are there limits on n or probability values?
Very large numbers of trials or extreme probabilities may cause numerical underflow or overflow. For stable results here, keep trials at or below two hundred and avoid probabilities extremely close to zero or one.
- Enter the total number of independent trials n.
- Enter the success probability per trial as a decimal or percentage.
- Select the calculation type for the event of interest.
- Provide k or the range of k values when required.
- Click “Calculate” to see the requested probability and distribution table.
- Use the CSV or PDF buttons to export the distribution for reports.
This tool is ideal for teaching, risk assessment, quality control, and experiment design.