Binomial Formula Calculator | Binomial P(X=k) from n and p
Last updated: July 2026 · Free · No sign-up required
Enter values above and click Calculate to see your result instantly.
Inside the Binomial Formula Calculator
Every result on this page comes from a real formula — P(X = k) = C(n,k) × pᵏ × (1−p)ⁿ⁻ᵏ; μ = np; σ² = np(1−p) — computed live in your browser the moment you press the button.
The reference table below covers the most common binomial formula calculator cases at a glance, the methodology section breaks the calculation into verifiable steps, and the FAQ tackles the edge cases.
Quick reference
| n, k, p | P(X = k) |
|---|---|
| 10, 3, 0.5 | 0.1172 |
| 10, 5, 0.5 | 0.2461 |
| 20, 10, 0.5 | 0.1762 |
| 100, 50, 0.5 | 0.0796 |
info Binomial Formula Calculator
Free math calculator — enter your numbers and get an instant, accurate result.
info Private by design
Everything runs locally in your browser. No uploads, no accounts, no tracking.
info Works everywhere
Fully responsive and mobile-friendly — calculate on any device, any time.
info Educational
Includes the formula and step-by-step explanation so you understand the math, not just the answer.
Interpretation guide
| Output | Question it answers |
|---|---|
| P(X = k) | Exactly k successes |
| P(X ≤ k) | At most k successes |
| P(X ≥ k) | At least k successes |
| Mean np, variance npq | Centre and spread of the distribution |
lightbulb Worked example
Result: The calculator instantly applies the formula P(X = k) = C(n,k) × pᵏ × (1−p)ⁿ⁻ᵏ; μ = np; σ² = np(1−p) and returns the result with appropriate precision.
What this means: Read the result in the context of what you are measuring. The step-by-step breakdown lets you confirm the math and understand which input most affects the outcome.
Formula & methodology
Formula: P(X = k) = C(n,k) × pᵏ × (1−p)ⁿ⁻ᵏ; μ = np; σ² = np(1−p)
The Binomial Formula Calculator is built on a well-established calculation method. It uses the formula P(X = k) = C(n,k) × pᵏ × (1−p)ⁿ⁻ᵏ; μ = np; σ² = np(1−p) to turn your inputs into a reliable result. Calculates binomial formula using P(X = k) = C(n,k) × pᵏ × (1−p)ⁿ⁻ᵏ, instantly in your browser. The steps are shown on the page so you can follow the reasoning from input to output.
- Enter the number of independent trials n, the successes k, and the per-trial probability p.
- The tool computes the binomial coefficient C(n,k) via log-gamma (no factorial overflow).
- It multiplies by pᵏ(1−p)ⁿ⁻ᵏ for the exact PMF, then sums terms for the ≤ and ≥ tails.
Example: n = 10 coin flips, k = 3 heads, p = 0.5 → C(10,3) = 120, P = 120÷1024 = 0.117188.
Authoritative source: Wolfram MathWorld
Frequently asked questions
Explore the full statistics toolkit
Every CalcaTools statistics calculator — descriptive measures, probability distributions, hypothesis tests, confidence intervals, and Six Sigma process metrics — with step-by-step workings on each result.
Center & spread
- Statistics Calculator | Compute Mean, Median, Mode & Quartiles
- Mean Median Mode Calculator | Get mean, median, mode & count
- Variance Calculator | Calculate variance from data samples
- Standard Deviation Calculator | Compute mean, variance & std dev
- Absolute Deviation Calculator | Compute absolute deviation
- Coefficient of Variation Calculator | CV from SD & mean
- Percentile Range Calculator | Get Spread Between Two Percentiles
- Percent Deviation Calculator | Percent deviation from reference
Distributions
Hypothesis tests
Scores, intervals & samples
- Z-Score Calculator | Compute Standard Score and Percentile
- Confidence Interval Calculator | Get mean & proportion CIs
- Sample Size Calculator | Find required sample size for confidence & margin
- Population Proportion Calculator | Estimate Proportion: SE & CI
- Upper and Lower Bound Calculator | Bounds from value & unit
- Mean Squared Error Calculator | MSE between obs & preds
- Coefficient Of Determination Calculator | Report R² & Regression