Probability: Learn It 6

Computing Probability Using Counting Theory

Many interesting probability problems involve counting principles, permutations, and combinations. In these problems, we will use permutations and combinations to find the number of elements in events and sample spaces. These problems can be complicated, but they can be made easier by breaking them down into smaller counting problems.

A store has [latex]8[/latex] cellular phones and that [latex]3[/latex] of those are defective. Find the probability that a couple purchasing [latex]2[/latex] phones receives [latex]2[/latex] phones that are not defective.



To solve this problem, we need to calculate all of the ways to select [latex]2[/latex] phones that are not defective as well as all of the ways to select [latex]2[/latex] phones.

  • There are [latex]5[/latex] phones that are not defective, so there are [latex]C\left(5,2\right)[/latex] ways to select [latex]2[/latex] phones that are not defective.
  • There are [latex]8[/latex] phones, so there are [latex]C\left(8,2\right)[/latex] ways to select [latex]2[/latex] phones.

The probability of selecting [latex]2[/latex] phones that are not defective is:

[latex]\begin{align}\dfrac{\text{Number of ways to select 2 phones that are not defective}}{\text{Number of ways to select 2 phones}}&=\dfrac{C\left(5,2\right)}{C\left(8,2\right)} \\[1mm] &=\dfrac{10}{28} \\[1mm] &=\dfrac{5}{14} \end{align}[/latex]

A child randomly selects [latex]5[/latex] toys from a bin containing [latex]3[/latex] bunnies, [latex]5[/latex] dogs, and [latex]6[/latex] bears.

  1. Find the probability that only bears are chosen.
  2. Find the probability that [latex]2[/latex] bears and [latex]3[/latex] dogs are chosen.
  3. Find the probability that at least [latex]2[/latex] dogs are chosen.