Binomial Distribution

Probability
structure

Also known as: Bernoulli trials, B(n,p)

Grade 9-12

View on concept map

The probability distribution of the number of successes in n independent yes/no trials, each with probability p. Models quality control, medical trials, polling, and any repeated yes/no experiment.

Definition

The probability distribution of the number of successes in n independent yes/no trials, each with probability p.

๐Ÿ’ก Intuition

Flip a biased coin n timesโ€”how many heads? The binomial distribution gives the probability of each count.

๐ŸŽฏ Core Idea

Each trial is independent with same probability. Count the successes, not the order.

Example

Flip fair coin 3 times: P(2 \text{ heads}) = C(3, 2)(0.5)^2(0.5)^1 = \frac{3}{8} = 0.375

Formula

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

Notation

X \sim B(n, p) reads 'X follows a binomial distribution with n trials and success probability p'

๐ŸŒŸ Why It Matters

Models quality control, medical trials, polling, and any repeated yes/no experiment.

๐Ÿ’ญ Hint When Stuck

Check the four conditions: fixed number of trials, two outcomes per trial, constant probability, and independence. Then use the formula P(X=k) = \binom{n}{k}p^k(1-p)^{n-k} or a calculator.

Formal View

P(X = k) = \binom{n}{k} p^k (1-p)^{n-k} for k = 0, 1, \ldots, n; E(X) = np, \text{Var}(X) = np(1-p)

๐Ÿšง Common Stuck Point

The \binom{n}{k} counts the arrangementsโ€”without it you'd only get one specific order's probability.

โš ๏ธ Common Mistakes

  • Applying the binomial model when trials are not independent โ€” drawing cards without replacement violates independence
  • Forgetting the \binom{n}{k} coefficient and computing only p^k(1-p)^{n-k}, which gives the probability of one specific sequence
  • Using the binomial distribution when the number of trials is not fixed โ€” if counting trials until a success, use the geometric distribution

Frequently Asked Questions

What is Binomial Distribution in Math?

The probability distribution of the number of successes in n independent yes/no trials, each with probability p.

What is the Binomial Distribution formula?

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

When do you use Binomial Distribution?

Check the four conditions: fixed number of trials, two outcomes per trial, constant probability, and independence. Then use the formula P(X=k) = \binom{n}{k}p^k(1-p)^{n-k} or a calculator.

How Binomial Distribution Connects to Other Ideas

To understand binomial distribution, you should first be comfortable with binomial coefficient, probability and independent events. Once you have a solid grasp of binomial distribution, you can move on to normal distribution.

Interactive Playground

Interact with the diagram to explore Binomial Distribution