Counting Choices by Slots
The slot filling rule counts arrangements by multiplying the number of valid choices for each successive slot. It applies when every complete outcome can be built through a fixed sequence of choices.
A form with several fields follows the same pattern. Each field is a slot and each allowed entry is a choice. Multiplying the valid choices gives the number of complete forms.
Listing Choices in a Table
The table method lists every combination. Rows represent choices from one category and columns represent choices from another.
Suppose a student wants to choose an online learning package. There are three platforms (Platform A, Platform B, Platform C) and four subjects (Mathematics, Physics, Chemistry, Biology).
A table lists all possible combinations:
| Platform | Mathematics | Physics | Chemistry | Biology |
|---|---|---|---|---|
| Platform A | A-Math | A-Phys | A-Chem | A-Bio |
| Platform B | B-Math | B-Phys | B-Chem | B-Bio |
| Platform C | C-Math | C-Phys | C-Chem | C-Bio |
Tree Diagram Method
In a tree diagram, each branch records one choice. A complete path from the starting point to an endpoint represents one complete outcome.
For the same package selection, the first branches choose a platform and the next branches choose a subject.
-
Level 1:
From starting point, branch into platform choices.
-
Level 2:
-
Branch structure:
Start by choosing a platform, then choose a subject.
-
Total complete paths:
Multiplication Rule Method
The multiplication rule gives the same count without listing every outcome. If there are slots and slot has valid choices, then the number of complete outcomes is:
Counting Access Codes
A school wants to create access codes for digital learning systems. The code consists of:
- First slot: ()
- Second slot: ()
- Third slot: ()
Multiply the choices for the three slots:
Cases with Restrictions
Restrictions can change the number of choices from one slot to the next. Decide for each slot whether an earlier choice removes an option, because that is what decides whether the factors stay equal. The examples below work through both cases.
Repetition Not Allowed
If the same object cannot be used repeatedly, then each filled slot will reduce the choices for the next slot.
Example: Creating a number from digits without repetition.
The first slot has choices. Once digit has been used, choices remain for the second slot. After digits have been used, the third slot has choices.
Repetition Allowed
If the same object can be used repeatedly, then the choices in each slot remain the same.
For the same case with repetition allowed:
Exercises
Each problem fills several places in order. Count the choices for one place at a time, multiply them, and watch for the problem that forbids repetition.
-
An electronics store sells smartphones with different brands, each available in memory capacities and color choices. How many different smartphone combinations are there?
-
A password contains letter followed by digits. Choose the letter from A, B, C, D and the digits from without repetition. How many passwords are possible?
-
From city to city through city , there are roads from to and roads from to . How many different routes can be chosen for the journey from to ?
-
A license plate contains letters followed by digits. If all letters and the digits are available and repetition is allowed, how many plates are possible?
Answer Key
-
Given: , ,
The number of smartphone combinations is:
-
Given: from , from without repetition
There are choices for the letter and for the first digit. Repetition is forbidden, so only choices remain for the second digit.
-
Given: from to , from to
-
Given: from , from , repetition allowed
The second letter has choices.
The total number of license plates is: