Binomial Probability Calculator

Statistics, Probability

Let's Do Math! Calculators

What is the binomial distribution

Definition: The binomial distribution models the number of successes in a fixed number of independent trials. Each trial has only two possible outcomes (success or failure), and the probability of success remains constant across all trials.

Formula: $$P(X=k)=\binom{n}{k}p^k(1-p)^{n-k}$$

Intro: This binomial probability calculator computes exact $P(X=k)$ for $X \sim \mathrm{Bin}(n,p)$ using the binomial probability mass function. Calculate individual probabilities or cumulative distributions with full working steps.

Binomial distribution formulas

How to use this calculator

Worked example

FAQs

What makes an experiment binomial?

Four conditions: (1) Fixed number of trials, (2) Only two outcomes per trial, (3) Independent trials, (4) Constant probability of success. Common examples: coin flips, quality control testing, true/false quizzes.

How do I find cumulative probabilities P(X≤k) or P(X≥k)?

For P(X≤k), sum individual probabilities from 0 to k. For P(X≥k), either sum from k to n, or use complement: P(X≥k) = 1 - P(X≤k-1). Our calculator can compute both.

When should I use normal approximation instead?

Use normal approximation when n is large (typically n>30) AND both np≥5 and n(1-p)≥5. The binomial becomes approximately normal with mean np and variance np(1-p). Apply continuity correction for better accuracy.

What if my probability is given as a percentage?

Convert percentages to decimals: divide by 100. For example, 25% becomes p=0.25, and 3.5% becomes p=0.035.

Can I calculate 'at least' or 'at most' probabilities?

Yes. 'At least k' means P(X≥k) = sum from k to n. 'At most k' means P(X≤k) = sum from 0 to k. 'More than k' means P(X>k) = P(X≥k+1). 'Fewer than k' means P(X<k) = P(X≤k-1).

What's the relationship between binomial and Bernoulli distributions?

A Bernoulli distribution is a binomial with n=1. The binomial is the sum of n independent Bernoulli trials. If Y~Bernoulli(p), then X = Y₁+Y₂+...+Yₙ ~ Binomial(n,p).

Why choose MathGPT?

More ways MathGPT can help with statistics

Related