Binomial Probability Calculator
Compute P(X=k), cumulative binomial probabilities, and distribution statistics.
Scratchpad (not saved)
Save to create a persistent, shareable workspace.
What This Calculator Does
This calculator evaluates a binomial model from three inputs: number of trials, success probability, and a success count of interest. It reports point and cumulative probabilities together with the standard distribution moments used to interpret the result.
It combines Number of Trials (n), Success Probability (p), Number of Successes (k) to estimate P(X = k), P(X <= k), P(X >= k).
Formula & Method
Notation used in the formulas: R = P(X = k); x_{1} = Number of Trials (n); x_{2} = Success Probability (p); x_{3} = Number of Successes (k).
Method summary: inputs are normalized to consistent units, core equations are evaluated, then secondary values are derived and rounded for display.
Use it for repeated yes/no experiments with a constant success probability, such as hit rates, defect counts, quiz guessing, or A/B testing style success tallies.
Inputs Used
- Number of Trials (n): Used directly in the calculation.
- Success Probability (p): Used directly in the calculation.
- Number of Successes (k): Used directly in the calculation.
Related Calculators
- Poisson Probability Calculator — Compute exact and cumulative Poisson probabilities with distribution moments.
- Normal Distribution Calculator — Compute z-score, cumulative probability, percentile rank, and interval probability for a normal distribution.
- Confidence Interval Calculator — Compute confidence interval for a sample mean.
- Percentage Calculator — Perform common percentage operations: find a percentage of a value, calculate what percentage one number is of another, and find percentage change.
- Fraction Calculator — Add, subtract, multiply, or divide two fractions and simplify the result.
- Ratio Calculator — Simplify a ratio and compute equivalent forms.
- Proportion Calculator — Solve proportions of the form a / b = c / x.
- Average Calculator — Compute mean, median, and mode from up to five values.