Keeping Track of All Possible Outcomes

Student Summary

Sometimes we need a systematic way to count the number of outcomes that are possible in a given situation. For example, suppose there are 3 people (A, B, and C) who want to run for the president of a club and 4 different people (1, 2, 3, and 4) who want to run for vice president of the club. We can use a tree, a table, or an ordered list to count how many different combinations are possible for a president to be paired with a vice president.

With a tree, we can start with a branch for each of the people who want to be president. Then for each possible president, we add a branch for each possible vice president, for a total of 34=123\boldcdot 4 = 12 possible pairs. We can also start by counting vice presidents first and then adding a branch for each possible president, for a total of 43=124 \boldcdot 3 = 12 possible pairs.

Tree diagram with three branches for the first choice, labeled “A,” “B”, and “C.” Choices “A”, “B”, and “C” each have four branches labeled with a different number from 1 through 4.
Tree diagram with three branches for the first choice, labeled “A,” “B”, and “C.” Choices “A”, “B”, and “C” each have four branches labeled with a different number from 1 through 4.

Tree diagram with four branches for the first choice, labeled 1, 2, 3, and 4. Choices 1, 2, 3, and 4 each have three branches, labeled with a different letter “A,” “B,” or “C.”<br>
 
Tree diagram with four branches for the first choice, labeled 1, 2, 3, and 4. Choices 1, 2, 3, and 4 each have three branches, labeled with a different letter “A,” “B,” or “C.”  

A table can show the same result:

1 2 3 4
A A1 A2 A3 A4
B B1 B2 B3 B4
C C1 C2 C3 C4

So does this ordered list:

A1, A2, A3, A4, B1, B2, B3, B4, C1, C2, C3, C4

Visual / Anchor Chart

Standards

Addressing
7.SP.8.b

7.SP.C.8.b

7.SP.8.b

7.SP.C.8.b

7.SP.8.b

7.SP.C.8.b