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.

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.

Why is Binomial Distribution important?

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

What do students usually get wrong about Binomial Distribution?

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

What should I learn before Binomial Distribution?

Before studying Binomial Distribution, you should understand: binomial coefficient, probability, independent events.

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