Probability/The Counting Principle

From Wikibooks, open books for an open world
Jump to navigation Jump to search

The Counting Principle[edit | edit source]

Before we can delve into the properties of probability and odds, we need to understand the Counting Principle. We use the Counting Principle to determine how many different ways one can choose/do certain events. It is easier to define the Principle through examples:

Independent Events[edit | edit source]

Let's say that John is at a deli sub restaurant. There are 3 different breads, 3 different cheeses, 3 different condiments, and 3 different vegetables he can place on his sandwich, assuming that he can only place one from each category on to his sandwich. How many different ways can he set up his sandwich?

Since choosing a cheese doesn't affect the number of choices of vegetables, condiments, or bread, these events are called independent events. For this problem, we will multiply , so , which is 81. So there are 81 different possible combinations to form this sandwich.

Practice Problems[edit | edit source]

1) Thomas goes to a McDonalds' restaurant and chooses to create his own burger. He has 2 different kinds of cheese, 3 different breads, and 3 different sauces he can choose from, but he can only choose one of each category. How many different ways can he create this burger?

2) Diane is ordering pizza for her family. There are 4 different possible sizes of the pizza. Also, she has to choose one of 5 toppings to place on the pizza and one of 3 different types of cheese for the pizza. In addition, she must choose one of 3 different kinds of crust. How many different ways can she have her pizza?

3)

a) How many 3-digit numbers can be formed from the digits 2, 3, 4, 5, 7 and 9?
b) How many of these numbers are less than 400?


Answers

1)

2)

3)

a) Since there are six available digits, the answer is
b) For the value of the 3-digit number to be less than 400, we only have two choices for the first digit, namely 2 or 3. After that we can choose the other two digits freely. The answer is thus .

Dependent Events[edit | edit source]

Assume that John is now working at a library. He must put 5 books on a shelf in any order. How many different ways can he order the books on the shelf? Unlike the independent events, when John puts a book on the shelf, that eliminates one book from the remaining choices of books to put next on the shelf; thus these are referred to as dependent events. At first, he has 5 different choices, so our first number in the multiplication problem will be 5. Now that one is missing, the number is reduced to 4. Next, it's down to 3, and so on. So, the problem will be

However, there is a symbol for this very idea. A represents the term factorial. So, for example, . Factorials are very useful in statistics and probability.

Therefore, the problem can be rewritten as , which ends up being equal to 120.

However, not all dependent event problems are that simple. Let's say that there are 10 dogs at a dog competition. How many different ways can one select the Champion AND the Runner-Up? This problem could actually be considered simpler than the last one, but it doesn't involve a factorial. So, how many different ways can the judge determine the Champion? Of course, there are 10 different dogs, so 10 different ways. Next, how many dogs are left to select the Runner-Up from? Well, you removed one, so it's down to 9. Instead of placing a factorial, though, you will only multiply 10 and 9, resulting in 90.

Independent Or Dependent?[edit | edit source]

To help you differentiate between the two, we will do a few more examples, but we will have to decide if it is dependent or independent before solving the problem.

Let's say that you are creating a 5-digit garage door opener code (the digits would include 0-9). If there were absolutely no restrictions, would the events be independent of each other or dependent on each other? Of course, there are no restrictions, since you could have five 4's for the code, so to solve the problem, you multiply 10 by itself 5 times, resulting in 100000.

Alternatively, suppose that the first number of the code cannot be 0, and that there can be no repeated numbers whatsoever. Obviously these events are dependent on each other, because there cannot be any repetitions. Let's look at this problem one number at a time.

The first number can be all the numbers except 0, reducing the possible numbers to 9. The second number can be 0 this time, so the possible numbers returns to 10. However, it cannot be a repeat of the previous number, so there are 9 possible choices again. After that, the numbers will reduce by one each time, due to the fact that there cannot be repeats, so the problem would look like this

Now, just one more example. Let's say that you were choosing your schedule for school. There are 8 periods each day, and there are 7 classes to choose from. Nonetheless, you must have a lunch period during the 4th period. We can think of 4th period as non existent because it is in a constant position and therefore does not affect the possible choices. With 7 slots and 7 options, the answer is simply .

Review Of The Counting Principle[edit | edit source]

So, we use the Counting Principle to determine the different unique ways we can do something, such as a sandwich or a selection of classes. Sometimes, these events will affect each other, such as when you can't choose the same number twice for your garage door code, so they are dependent events. However, other times, one event has no effect on the next event, such as when you have different cheeses and breads to choose for your sandwich, so they are independent events. The Counting Principle is a fundamental mathematical idea and an essential part of probability.

Counting Rules[edit | edit source]

Rule 1: If any one of mutually exclusive and exhaustive events can occur on each of trials, there are different sequences that may result from a set of such trials.

  • Example: Number of possible sequences resulted from flipping a coin three times is .

Rule 2: If are the numbers of distinct events that can occur on trials in a series, the number of different sequences of events that can occur is .

  • Example: Number of possible sequences resulted from flipping a coin and roll a six-faced die is .

Rule 3: The number of different ways that distinguishable things may be arranged in order is , in which . An arrangement in order is called a permutation. The total number of permutations of objects is (the symbol Is called n-factorial).

  • Example: Number of possible ways to arrange 10 items in order is

Rule 4: The number of ways of selecting and arranging distinguishable objects from among distinct objects is: , or as seen on calculators, [nPr].

  • Example: Number of possible ways to pick 3 things from 10 items, and arrange them in order is .

Rule 5: The total number of ways of selecting distinct combinations of distinguishable objects, irrespective of order (i.e. order is NOT important), is: or as seen on calculators, [nCr].

  • Example: Number of possible ways to pick 3 items from 10 items irrespective of order is .