Loading…

The Binomial Probability Distribution

Statistics • Discrete Random Variables and Their Probability Distributions

View all topics

The Binomial Probability Distribution

A binomial random variable X counts the number of “successes” in n independent trials. This tool computes P(X = x) using the binomial formula, and (when n is small) also shows the same probability using a tree diagram. It also builds the full probability distribution table and a bar graph.

Identify n, p, q, x, n − x; then substitute into the binomial formula.

For the tree diagram, the tool draws up to n = 7 (to keep it readable).

Then q = 1 − p is the probability of failure.

n − x is the number of failures.

Example: D = defective, G = good.

Ready

Tree diagram

Draws the outcome tree and highlights the outcomes that match your selected event (when n is small).


Probability distribution (table + bar graph)

Builds P(x) for x = 0,1,2,...,n and draws a bar graph.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is the binomial probability distribution?

It is the probability distribution of X, the number of successes in n independent trials when each trial has the same success probability p. The possible values are x = 0, 1, 2, ..., n.

How do you calculate P(X = x) for a binomial random variable?

Use P(X = x) = nCx x p^x x (1 - p)^(n - x), where nCx is the number of ways to choose x successes from n trials. The calculator substitutes n, p, and x into this formula.

How do I find P(X <= x) or P(X >= x) for a binomial distribution?

Cumulative binomial probabilities are sums of exact probabilities. P(X <= x) sums P(X = k) for k = 0 to x, and P(X >= x) sums P(X = k) for k = x to n.

How do you compute a range probability like P(a <= X <= b)?

Add the exact probabilities across the range: P(a <= X <= b) = sum from k = a to b of P(X = k). This is why selecting a and b matters for the calculation.

What do n, p, q, and x mean in the binomial formula?

n is the number of trials, p is the probability of success, q is 1 - p (probability of failure), and x is the number of successes in n trials. The term n - x represents the number of failures.