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)=(nk)pk(1p)nkP(X=k)=\binom{n}{k}p^k(1-p)^{n-k}.

Notation used in the formulas: RR = P(X = k); x1x_{1} = Trials (n); x2x_{2} = Successes (k); x3x_{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.

Reference Book

Introduction to Probability

Second Edition

Joseph K. Blitzstein and Jessica Hwang · Chapman and Hall/CRC

A widely used probability text for counting, conditioning, expected value, core distributions, and simulation.

View Book

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