BY: Statistics Fundamentals Team
Reviewed By: Minsa A (Senior Statistics Editor)

Binomial Distribution Table: Complete Guide, Calculator & PDF Download

The binomial distribution table gives exact probabilities P(X=k) and cumulative probabilities P(X≤k) for n=1 to 20 and p=0.05 to 0.95. Use the interactive calculator, download a free PDF, and learn how to read the table step by step.

A binomial distribution table is a statistical reference chart that lists the probability of obtaining exactly k successes in n independent trials, given a fixed probability of success p per trial. Rows index the number of successes k; columns index the success probability p. It gives you P(X = k) directly, eliminating the need to compute C(n,k) · pk · (1−p)n−k by hand.

Binomial Probability Calculator

P(X = k)
Exact probability
P(X ≤ k)
Cumulative
P(X ≥ k)
At least k
Probability Distribution Chart — P(X = k) for all k
Mean μ = — Std Dev σ = — B(n, p)

Click any cell to highlight the probability. Values shown to 4 decimal places. Values < 0.0001 shown as 0.0000.

Binomial Distribution Table PDF — Free Download

Download a free printable binomial probability table in PDF format. Covers n=1–20 and the most common p values at four decimal places — ready for exams and coursework.

What Is a Binomial Distribution?

The binomial distribution is a discrete probability distribution that models the number of successes in a fixed number of independent Bernoulli trials, where each trial has the same probability of success p.

4 Conditions (FINS)

FFixed number of trials n
IIndependent trials — one result doesn't affect the next
NNot more than two outcomes — success or failure
SSame probability p on every trial

Key Parameters

nNumber of trials (e.g., 10 coin flips)
pProbability of success per trial
kNumber of successes (target value)
qProbability of failure = 1 − p

Real-World Examples

  • 10 coin flips: how many heads?
  • Quality control: defects in a batch of 20 items
  • A/B testing: conversions in 50 ad impressions
  • Drug trial: patients who respond out of 15
  • Multiple-choice guessing: correct answers in 5 questions

What Is the Binomial Probability Formula?

The binomial probability formula is P(X=k) = C(n,k) × pk × (1−p)n−k, where C(n,k) = n! / (k!(n−k)!) is the binomial coefficient counting the number of ways to arrange k successes in n trials.

P(X = k) = C(n, k) × pk × (1 − p)n − k
where C(n,k) = n! / [k! · (n−k)!] — the binomial coefficient ("n choose k")

Mean (Expected Value)

μ = n × p

Average number of successes. For n=10, p=0.3: μ = 3.0

Variance

σ² = n × p × (1 − p)

For n=10, p=0.3: σ² = 10 × 0.3 × 0.7 = 2.1

Standard Deviation

σ = √(n × p × (1 − p))

For n=10, p=0.3: σ = √2.1 ≈ 1.449

How to Read a Binomial Distribution Table (Step-by-Step)

Reading a binomial distribution table takes five steps: identify n, find the p column, locate the k row, read the intersection, and sum rows for cumulative probabilities.

1 Identify your n (number of trials) and locate the sub-table or section for that n value. Each n has its own block of rows in the full table.
2 Find the column for your p (probability of success per trial) along the top header row. Common values are 0.10, 0.25, 0.50, etc.
3 Move down to the row for k (your desired number of successes). k can range from 0 to n.
4 Read the cell value. That number is P(X = k) — the probability of exactly k successes in n trials.
5 For cumulative P(X ≤ k): sum the values from k=0 down to your k row. For P(X ≥ k): use the complement — P(X ≥ k) = 1 − P(X ≤ k−1).

What Is the Difference Between Exact and Cumulative Binomial Tables?

An exact binomial table gives P(X = k) — the probability of getting exactly k successes. A cumulative binomial table gives P(X ≤ k) — the probability of getting k or fewer successes, found by summing P(X=0) through P(X=k).

Exact Table — P(X = k)

Shows the probability of exactly k successes. Used when the question asks "what is the probability of getting exactly 3 heads in 10 flips?" Switch to the Exact tab above.

n=5, k=2, p=0.5 → 0.3125

Cumulative Table — P(X ≤ k)

Shows the probability of k or fewer successes. Preferred for hypothesis testing, confidence intervals, and "at most" problems. Switch to the Cumulative tab above.

n=5, k≤2, p=0.5 → 0.5000

Worked Examples Using the Binomial Distribution Table

Example 1 — Finding an Exact Probability

Question: A fair coin is flipped 8 times. What is the probability of getting exactly 3 heads?

1Identify the parameters: n = 8, k = 3, p = 0.50 (fair coin)
2Find the n=8 section. Locate the p = 0.50 column.
3Read the row for k = 3.
4Table value: P(X = 3) = 0.2188
Verification: C(8,3) × 0.5³ × 0.5⁵ = 56 × 0.125 × 0.03125 = 0.2188

Example 2 — Finding P(X ≤ k) — Cumulative

Question: A basketball player makes 60% of free throws. She shoots 6 attempts. What is the probability she makes fewer than 4?

1Parameters: n = 6, p = 0.60. "Fewer than 4" means k ≤ 3, so we need P(X ≤ 3).
2From the exact table, look up p=0.60, n=6: P(0)=0.0041, P(1)=0.0369, P(2)=0.1382, P(3)=0.2765
3P(X ≤ 3) = 0.0041 + 0.0369 + 0.1382 + 0.2765 = 0.4557
Interpretation: There is a 45.57% chance she makes fewer than 4 free throws out of 6.

Example 3 — Finding P(X ≥ k) — Complement Rule

Question: A quality control test has a 15% defect rate. In a batch of 10 items, what is the probability that at least 2 are defective?

1Parameters: n = 10, p = 0.15. "At least 2" = P(X ≥ 2) = 1 − P(X ≤ 1).
2From the table, n=10, p=0.15: P(0) = 0.1969, P(1) = 0.3474
3P(X ≤ 1) = 0.1969 + 0.3474 = 0.5443
4P(X ≥ 2) = 1 − 0.5443 = 0.4557
Key technique: The complement rule P(X ≥ k) = 1 − P(X ≤ k−1) is the fastest approach for "at least" problems.

How to Use Binomial Distribution on a TI-84 Calculator

The TI-84 has two built-in binomial functions: binompdf(n, p, k) for exact probability P(X=k), and binomcdf(n, p, k) for cumulative probability P(X≤k).

binompdf — Exact P(X = k)

Press 2nd → VARS → 0:binompdf(
Enter: binompdf(n, p, k)
binompdf(10, 0.5, 3) = 0.1172
Returns P(X = 3) for n=10, p=0.5

binomcdf — Cumulative P(X ≤ k)

Press 2nd → VARS → A:binomcdf(
Enter: binomcdf(n, p, k)
binomcdf(10, 0.5, 3) = 0.1719
Returns P(X ≤ 3) for n=10, p=0.5

Common Binomial Probabilities: Quick Reference

These are the most frequently looked-up exact probabilities in coursework and exams. All use p = 0.50 (fair coin/equal probability).

nkpP(X=k)
520.500.3125
1050.500.2461
1030.300.2668
20100.500.1762
1550.250.1651

How Does the Binomial Distribution Compare to Other Distributions?

The binomial distribution is best when n is fixed and trials are independent. Use the Poisson distribution for rare events without a fixed n; use the normal approximation when np ≥ 5 and n(1−p) ≥ 5.

Distribution When to Use Key Parameter Trials Fixed?
Binomial Fixed n, two outcomes, constant p n, p ✅ Yes
Poisson Rare events, rate λ, no fixed n λ (rate) ❌ No
Geometric Trials until first success p ❌ No
Normal (approx) Large n (np≥5, n(1−p)≥5) μ=np, σ=√npq ✅ Yes
Negative Binomial Trials until rth success r, p ❌ No

Binomial Distribution: Key Statistics & Facts

np
Mean formula μ
npq
Variance formula σ²
n=1
Bernoulli distribution (special case)
1713
Year Jacob Bernoulli formalized the distribution1
np≥5
Rule of thumb for normal approximation

Sources & Further Reading

The binomial distribution is foundational in probability theory. These peer-reviewed and institutional resources provide rigorous treatment of the topic:

NIST/SEMATECH e-Handbook of Statistical Methods
National Institute of Standards and Technology · itl.nist.gov · Section 1.3.6.6.18

The authoritative U.S. government reference for the binomial distribution PMF, CDF, mean, and variance. Includes worked engineering applications. This page's formulas are consistent with the NIST standard.

DeGroot, M. H. & Schervish, M. J. — Probability and Statistics (4th ed.)
Pearson / Carnegie Mellon University · Chapter 5: Special Distributions

The leading graduate-level textbook on mathematical statistics. Chapter 5 provides full derivation of the binomial PMF, moment generating function, and the relationship to Bernoulli trials. The mean (μ=np) and variance (σ²=npq) formulas on this page follow DeGroot & Schervish's notation.

Harvard Statistics 110: Probability — Course Notes
Harvard University · Prof. Joe Blitzstein · stat110.net

Harvard's introductory probability course uses the binomial distribution as its first major discrete distribution (Lecture 3). The FINS conditions on this page derive from Blitzstein's characterization of binomial experiments. Freely available via OpenCourseWare.

Walpole, R., Myers, R., & Myers, S. — Probability & Statistics for Engineers and Scientists (9th ed.)
Pearson · Chapter 5: Some Discrete Probability Distributions

Standard undergraduate engineering statistics textbook. The quality control and acceptance sampling examples on this page align with Walpole et al.'s treatment of industrial binomial applications, including the normal approximation rule np≥5.

1 Bernoulli, J. (1713). Ars Conjectandi. Basel. The binomial theorem and its application to probability was formally published posthumously in this work.

Frequently Asked Questions About the Binomial Distribution Table

What is a binomial distribution table?

A binomial distribution table is a statistical reference chart that lists the probability of obtaining exactly k successes in n independent trials, given a fixed probability of success p per trial. Rows represent k values; columns represent p values. It eliminates the need to calculate P(X=k) = C(n,k) · pk · (1−p)n−k manually.

How do you read a binomial distribution table?

Find the block for your n. Locate the column for your p. Move to the row for k (your desired number of successes). The cell value is P(X = k). For cumulative probability P(X ≤ k), sum rows from k=0 down to your target k. For P(X ≥ k), use the complement: 1 − P(X ≤ k−1).

What is the mean and variance of a binomial distribution?

For a binomial distribution B(n, p): mean = μ = np; variance = σ² = np(1−p); standard deviation = σ = √(np(1−p)). For example, B(10, 0.4): μ = 4, σ² = 2.4, σ ≈ 1.549. These formulas are far simpler than the general formulas and are derived directly from the structure of Bernoulli trials.

When should you use the binomial distribution?

Use the binomial distribution when all four FINS conditions are met: (1) Fixed number of trials n; (2) Independent trials; (3) N outcomes — exactly two per trial (success/failure); (4) Same probability p on every trial. If n is very large and p is small, the Poisson distribution is a better fit. If np≥5 and n(1−p)≥5, the normal approximation works well.

What is the difference between binomPDF and binomCDF?

binomPDF (probability density/mass function) gives P(X = k) — the probability of exactly k successes. binomCDF (cumulative distribution function) gives P(X ≤ k) — the total probability of k or fewer successes. On a TI-84: binompdf(n, p, k) returns the exact value; binomcdf(n, p, k) returns the cumulative. The tables on this page show both.

How do you find P(X ≥ k) from the table?

Use the complement rule: P(X ≥ k) = 1 − P(X ≤ k−1). Look up P(X ≤ k−1) in the cumulative table, then subtract from 1. Example: P(X ≥ 4) with n=10, p=0.3. Find P(X ≤ 3) from the table = 0.6496. Then P(X ≥ 4) = 1 − 0.6496 = 0.3504.

What is a Bernoulli trial and how does it relate to the binomial distribution?

A Bernoulli trial is a single random experiment with exactly two possible outcomes — success (probability p) or failure (probability 1−p). The binomial distribution is the sum of n independent, identical Bernoulli trials. If X ~ Bernoulli(p), then X₁ + X₂ + ... + Xₙ ~ Binomial(n, p). This is why n=1 in the binomial distribution gives the Bernoulli distribution as a special case.

Can I use the binomial table for p > 0.5?

Yes. This table includes p values from 0.05 to 0.95. For p > 0.5, many textbooks use the symmetry property: P(X = k | n, p) = P(X = n−k | n, 1−p). So P(3 successes in 10 trials at p=0.7) equals P(7 successes in 10 trials at p=0.3). The calculator on this page handles all p values directly.

What are real-world applications of the binomial distribution?

The binomial distribution is used across many fields: quality control (defect rates in manufacturing), clinical trials (patient response rates), polling and survey analysis (proportion supporting a policy), A/B testing in digital marketing (conversion rates), sports analytics (shot success rates), and finance (probability of n out of N assets gaining in a period). Anywhere fixed-trial, binary-outcome experiments occur, the binomial table applies.

Where can I download a free binomial distribution table PDF?

Free PDF downloads are available at the top of this page. The standard PDF covers exact probabilities P(X=k) for n=1–20 and p=0.05–0.95 at four decimal places. The cumulative PDF shows P(X≤k) for the same range. Both are formatted for exam printing and include the binomial formula at the top.

Understanding the Binomial Distribution Table

Why the Table Has p Values from 0.05 to 0.95

Tables typically cover p=0.05 to 0.95 because probabilities outside this range produce values so close to 0 or 1 that manual calculation is trivial. For p > 0.5, use the symmetry property: P(X=k | n, p) = P(X=n−k | n, 1−p) to use the lower half of the table.

Why Probabilities Sum to 1.0000 Across Each Row Block

For any fixed n and p, the values in the k column from k=0 to k=n are exhaustive and mutually exclusive outcomes. Their sum must equal 1. Small rounding to 4 decimal places may cause a sum of 0.9999 or 1.0001 — this is normal and not an error in the table.

Normal Approximation: When the Table Isn't Enough

For n > 20, binomial tables become unwieldy. When np ≥ 5 and n(1−p) ≥ 5, use the normal approximation: X ≈ N(np, np(1−p)). Apply a continuity correction: P(X = k) ≈ P(k−0.5 < Z < k+0.5) using the Z-table.