Binomial Distribution: Learn It 3

  • Use a binomial distribution to calculate probability
  • Determine if a probability model meets the conditions for a binomial distribution

Binomial Distribution

If the event [latex]A \text{ and } B[/latex] are mutually exclusive (meaning they cannot happen at the same time), then [latex]P(A~or~B) =P(A)+P(B).[/latex]

Let’s revisit the experiment flipping the coin [latex]3[/latex] times and counting the number of tails obtained.

Find [latex]P(X = 1).[/latex]

The example above gives us a glimpse into the formula for the binomial distribution, which is used to model a binomial experiment.

binomial distribution formula

In general, the formula for the probability of obtaining [latex]x[/latex] successes from [latex]n[/latex] independent trials where the probability of success is [latex]p[/latex] is:

[latex]P(X = x) = (\text{number of ways to obtain }x\text{ successes in }n\text{ trials}) \cdot p^{x} \cdot (1-p)^{n-x}[/latex]

where [latex]p^{x}[/latex] occurs because there are [latex]x[/latex] successes, and [latex](1-p)^{n-x}[/latex] occurs because if there are [latex]x[/latex] successes and [latex]n[/latex] trials total, there must be [latex]n-x[/latex] failures.