How to Calculate Binomial Probability

••• taka4332/iStock/GettyImages

A binomial distribution describes a variable X if 1) there is a fixed number n observations of the variable; 2) all observations are independent of each other; 3) the probability of success p is the same for each observation; and 4) each observation represents one of exactly two possible outcomes (hence the word "binomial" – think "binary"). This last qualification distinguishes binomial distributions from Poisson distributions, which vary continuously rather than discretely.

Such a distribution can be written B(n, p).

Calculating the Probability of a Given Observation

Say a value k lies somewhere along the graph of the binomial distribution, which is symmetrical about the mean np. To calculate the probability that an observation will have this value, this equation must be solved:

P(X = k) = (n : k) p^k(1-p)^{n-k}

where

(n : k) = \frac{n!}{k!(n - k)!}

The "!" signifies a factorial function, e.g., 27! = 27 × 26 × 25 × ... × 3 × 2 × 1.

Example

Say a basketball player takes 24 free throws and has an established success rate of 75 percent (p = 0.75). What are the chances she will hit exactly 20 of her 24 shots?

First calculate (n : k) as follows:

\frac{n!}{k!(n - k)!} = \frac{24!}{ (20!)(4!)} = 10,626 \\
pk = 0.75^{20} = 0.00317
(1-p)^{n-k} = (0.25)^4 = 0.00390

Thus

P(20) = 10,626×0.00317×0.00390 = 0.1314

This player therefore has a 13.1 percent chance of making exactly 20 out of 24 free throws, in line with what intuition might suggest about a player who would usually hit 18 out of 24 free throws (because of her established success rate of 75 percent).

Related Articles

How to Calculate the Coefficient of Variation
How to Calculate Logit
How to Calculate the Distribution of the Mean
Math Madness: Using Basketball Statistics in Math Questions...
How to Use a Binomial Table
Can You Use a T-Test on Ranked Data?
What Is Mutually Inclusive?
How to Calculate SSE
How to Apply the Central Limit Theorem
To Calculate Arcsine, What Buttons Do You Press on...
Math Madness Answer Sheet
How to Calculate the Mean in a Probability Distribution
How to Find Quadratic Equations From a Table
How to Make a Relative Frequency Table
How to Find a Tangent Line to a Curve
How to Calculate CV Values
How to Calculate a P-Value
How to Calculate a Sigma Value
How to Report Z-Score Results
How to Find the Midpoint of the Interval