Binomial Calculator

Compute binomial probability P(X = k).

Scratchpad (not saved)

What This Calculator Does

Compute binomial probability P(X = k).

It combines Trials (n), Successes (k), Success Probability to estimate P(X = k).

Formula & Method

Core equations: P(X=k)=\binom{n}{k}p^k(1-p)^{n-k}.

Notation used in the formulas: R = P(X = k); x_{1} = Trials (n); x_{2} = Successes (k); x_{3} = Success Probability.

Method summary: inputs are normalized to consistent units, core equations are evaluated, then secondary values are derived and rounded for display.

Use this calculator for quick scenario analysis. Start with baseline values, change one driver at a time, and compare how sensitive the results are to each input shown above.

Inputs Used

  • Trials (n): Used directly in the calculation.
  • Successes (k): Used directly in the calculation.
  • Success Probability: Used directly in the calculation.

Related Calculators