Applications With Probability: Learn It 2

Basic Counting

This section introduces several new terms and their notations. Factorial, permutations, and combinations will likely be completely unfamiliar, but they are based on math you already know. Flashcards and repetition with practice problems will help you obtain them.

Counting? You already know how to count or you wouldn’t be taking a college-level math class, right? Well yes, but what we’ll really be investigating here are ways of counting efficiently. When working with probability situations we will need to count some very large numbers, like the number of possible winning lottery tickets. One way to do this would be to write down every possible set of numbers that might show up on a lottery ticket, but believe me: you don’t want to do this.

Suppose at a particular restaurant you have three choices for an appetizer (soup, salad or breadsticks) and five choices for a main course (hamburger, sandwich, quiche, fajita or pizza). 

If you are allowed to choose exactly one item from each category for your meal, how many different meal options do you have?

OK, so now we know how to count possibilities using tables and tree diagrams but what do we do if we have a really large number?

Let’s go back to the previous example that involved selecting a meal from three appetizers and five main courses, and look at the second solution that used a table. Notice that one way to count the number of possible meals is simply to number each of the appropriate cells in the table, as we have done above. But another way to count the number of cells in the table would be to multiply the number of rows [latex](3)[/latex] by the number of columns [latex](5)[/latex] to get [latex]15[/latex]. Notice that we could have arrived at the same result without making a table at all by simply multiplying the number of choices for the appetizer [latex](3)[/latex] by the number of choices for the main course [latex](5)[/latex]. We generalize this technique as the basic counting rule:

basic counting rule

If we are asked to choose one item from each of two separate categories where there are [latex]m[/latex] items in the first category and [latex]n[/latex] items in the second category, then the total number of available choices is [latex]m \cdot n[/latex].
This is sometimes called the multiplication rule for probabilities.