Counting principles allow us to determine the number of possible outcomes in various situations without listing every single possibility. These principles are essential for solving probability problems, analyzing data, and answering questions about arrangements and selections. On standardized tests, counting problems often appear in word problem format and require careful analysis to determine which method to apply. Mastering these principles will help you solve complex problems efficiently under timed conditions.
The Fundamental Counting Principle states that if one event can occur in m ways and a second independent event can occur in n ways, then the two events together can occur in m × n ways. This principle extends to any number of events: simply multiply the number of ways each event can occur.
For example, if you have 3 shirts and 4 pairs of pants, the number of different outfits you can create is 3 × 4 = 12.
The key to applying this principle correctly is identifying each independent choice or stage in the process, then multiplying the number of options at each stage.
A restaurant offers a three-course meal. There are 4 appetizers, 5 main courses, and 3 desserts. How many different three-course meals can be ordered?
Solution:
Using the Fundamental Counting Principle:
Number of appetizer choices = 4
Number of main course choices = 5
Number of dessert choices = 3
Total number of meals = 4 × 5 × 3 = 60
Answer: 60 different three-course meals
A password must consist of 2 letters followed by 3 digits. Letters can be repeated, and digits can be repeated. How many different passwords are possible?
Solution:
First letter: 26 choices
Second letter: 26 choices
First digit: 10 choices (0 through 9)
Second digit: 10 choices
Third digit: 10 choices
Total passwords = 26 × 26 × 10 × 10 × 10 = 676 × 1000 = 676,000
Answer: 676,000 passwords
A permutation is an arrangement of objects in a specific order. When order matters, we use permutations. The number of permutations of n distinct objects taken all at a time is n! (n factorial), where \(n! = n \times (n-1) \times (n-2) \times \ldots \times 2 \times 1\).
When we select and arrange r objects from n total objects, the number of permutations is given by:
\[P(n,r) = \frac{n!}{(n-r)!}\]This formula accounts for the fact that we have n choices for the first position, n - 1 for the second, and so on, until we have filled r positions.
In how many different ways can 5 students be arranged in a row for a photograph?
Solution:
This is a permutation of 5 students taken all at a time:
Number of arrangements = 5! = 5 × 4 × 3 × 2 × 1 = 120
Answer: 120 ways
A club has 8 members. In how many ways can a president, vice president, and secretary be chosen if no person can hold more than one position?
Solution:
We are choosing and arranging 3 people from 8, and order matters (different positions):
\(P(8,3) = \frac{8!}{(8-3)!} = \frac{8!}{5!}\)
\(= 8 \times 7 \times 6 = 336\)
Alternatively, using the Fundamental Counting Principle:
President: 8 choices
Vice President: 7 choices (one person already chosen)
Secretary: 6 choices (two people already chosen)
Total = 8 × 7 × 6 = 336
Answer: 336 ways
A combination is a selection of objects where order does not matter. When choosing a group or committee, we use combinations. The number of combinations of n objects taken r at a time is:
\[C(n,r) = \frac{n!}{r!(n-r)!}\]The difference between permutations and combinations is crucial: permutations count arrangements (order matters), while combinations count selections (order does not matter).
A committee of 3 people must be selected from a group of 7 people. How many different committees are possible?
Solution:
Since order does not matter in a committee, we use combinations:
\(C(7,3) = \frac{7!}{3!(7-3)!} = \frac{7!}{3! \times 4!}\)
\(= \frac{7 \times 6 \times 5 \times 4!}{3! \times 4!}\)
\(= \frac{7 \times 6 \times 5}{3 \times 2 \times 1}\)
\(= \frac{210}{6} = 35\)
Answer: 35 committees
From a deck of 52 playing cards, how many different 5-card hands can be dealt?
Solution:
The order in which cards are dealt does not matter, so we use combinations:
\(C(52,5) = \frac{52!}{5! \times 47!}\)
\(= \frac{52 \times 51 \times 50 \times 49 \times 48}{5 \times 4 \times 3 \times 2 \times 1}\)
\(= \frac{311,875,200}{120} = 2,598,960\)
Answer: 2,598,960 hands
The most common difficulty students face is deciding whether a problem requires permutations or combinations. Ask yourself: Does order matter?
If order matters (arrangements, rankings, positions), use permutations. If order does not matter (groups, teams, selections), use combinations.
Consider these examples:
Permutation: Selecting a first-place, second-place, and third-place winner from 10 contestants. The order matters because first place is different from second place.
Combination: Selecting 3 people from 10 to form a committee. The order does not matter because the three people form an unranked group.
Many counting problems include restrictions or special conditions. The key strategies for handling restrictions are:
Strategy 1: Handle the restriction first. If certain positions or selections have restrictions, deal with those first, then count the remaining options.
Strategy 2: Use complementary counting. Sometimes it is easier to count the total possibilities and subtract the unwanted cases.
How many 4-digit numbers can be formed using the digits 1, 2, 3, 4, 5, and 6 without repetition, if the number must be even?
Solution:
For the number to be even, the last digit must be 2, 4, or 6.
Handle the restriction first (last digit):
Last digit: 3 choices (2, 4, or 6)
After choosing the last digit, we have 5 remaining digits:
First digit: 5 choices
Second digit: 4 choices
Third digit: 3 choices
Total = 5 × 4 × 3 × 3 = 180
Answer: 180 four-digit even numbers
In how many ways can 6 people be seated in a row if two particular people must sit next to each other?
Solution:
Treat the two people who must sit together as a single unit.
Now we have 5 units to arrange (the pair plus 4 other people):
Number of ways to arrange 5 units = 5! = 120
Within the pair, the two people can be arranged in 2 ways:
Number of internal arrangements = 2
Total arrangements = 120 × 2 = 240
Answer: 240 ways
Students often use permutations when combinations are needed, or vice versa. Remember that if you are forming a team or group where members have equal roles, order does not matter and you should use combinations. If you are assigning specific positions or creating an ordered list, use permutations.
Example of the error: Finding the number of ways to choose 3 books from 5 books to read, and incorrectly using \(P(5,3) = 60\) instead of \(C(5,3) = 10\). Since the order in which you choose books to read does not create different selections, combinations are correct.
When using the Fundamental Counting Principle, students sometimes skip a stage or forget that choices at later stages may be affected by earlier choices. Always identify every decision point and carefully determine how many options exist at each stage.
When problems have restrictions, students often forget to handle the restricted case first. For example, if a number must start with a specific digit, determine the options for that position first before counting other positions.
In problems where objects cannot be repeated (like dealing cards or seating distinct people), students sometimes multiply by the same number at each stage. Remember that each selection reduces the number of available choices for the next selection.
For problems involving the Fundamental Counting Principle, draw blanks for each position and write the number of choices above each blank. This visual approach reduces errors and helps organize your thinking.
Example: For a 3-digit code with no repeated digits from 0-9:
_ _ _
10 × 9 × 8 = 720
When computing permutations or combinations, cancel common factorial terms before multiplying. For example, \(\frac{8!}{5!} = 8 \times 7 \times 6\) because the 5! in the numerator and denominator cancel.
If you are unsure whether to use permutations or combinations, try the problem with very small numbers where you can list all possibilities. This will help you verify your approach.
Problems using "at least one" or "at most" often benefit from complementary counting. For example, "at least one" can be computed as total possibilities minus the case of "none."
A student must answer 3 out of 5 essay questions on an exam. In how many different ways can the student choose which questions to answer?
How many different 3-letter arrangements can be formed using the letters in the word MATH if no letter can be used more than once?
A license plate consists of 3 letters followed by 2 digits. If letters and digits can be repeated, how many different license plates are possible?
In how many ways can 4 boys and 3 girls be arranged in a row if all the girls must stand together?
A pizza shop offers 8 different toppings. How many different 3-topping pizzas can be ordered?
How many positive 3-digit integers can be formed using only the digits 2, 3, 5, and 7 if repetition of digits is allowed?
A bookshelf has space for exactly 5 books. If there are 8 different books available, in how many ways can 5 books be selected and arranged on the shelf?
In a class of 12 students, how many ways can a teacher select 4 students to form a study group?
How many 4-digit numbers greater than 4000 can be formed using the digits 1, 2, 3, 4, and 5 without repetition?
A committee of 5 people is to be chosen from 6 men and 4 women. How many different committees can be formed if the committee must include at least 3 men?
The student is choosing 3 questions from 5, and the order does not matter (a selection, not an arrangement). Use combinations:
\(C(5,3) = \frac{5!}{3! \times 2!} = \frac{5 \times 4}{2 \times 1} = \frac{20}{2} = 10\)
Answer: A (10)
The word MATH has 4 distinct letters. We are arranging 3 of them, and order matters. Use permutations:
\(P(4,3) = \frac{4!}{(4-3)!} = \frac{4!}{1!} = 4 \times 3 \times 2 = 24\)
Answer: B (24)
Using the Fundamental Counting Principle:
First letter: 26 choices
Second letter: 26 choices
Third letter: 26 choices
First digit: 10 choices
Second digit: 10 choices
Total = 26 × 26 × 26 × 10 × 10 = 17,576 × 100 = 1,757,600
Answer: A (1,757,600)
Treat the 3 girls as a single unit. Now we have 5 units to arrange (the group of girls plus 4 boys):
Arrangements of 5 units = 5! = 120
Within the group of girls, there are 3! = 6 ways to arrange them.
Total arrangements = 120 × 6 = 720
Wait, let me recalculate. We have 4 boys and 3 girls. If the girls must stand together, treat them as one unit.
Units to arrange: 4 boys + 1 group of girls = 5 units
Arrangements of 5 units = 5! = 120
Arrangements within the group of 3 girls = 3! = 6
Total = 120 × 6 = 720
Checking the options, 720 is option B, but let me verify the calculation again. Actually, the answer should be 720, but this is listed as B in the options provided. However, reviewing the options given: A is 144. Let me reconsider.
Actually, checking my arithmetic: 5! = 5 × 4 × 3 × 2 × 1 = 120, and 3! = 6, so 120 × 6 = 720. The correct answer from the choices given should be B (720), but the question listed shows A. There may be an error in my initial option assignment. Let me provide the correct solution with the value 720.
Upon reflection, if the answer 720 corresponds to option B in the original choices, then B is correct. However, I stated A initially. Let me correct this:
Answer: The correct numerical answer is 720.
Let me reconsider the original answer choices. Given the provided options, the answer is B (720), though I'll note this was initially marked as A. I'll clarify: treating the 3 girls as one unit gives us 5 units total. These can be arranged in 5! = 120 ways. The 3 girls within their group can be arranged in 3! = 6 ways. Total: 120 × 6 = 720.
Since this doesn't match option A (144), let me reconsider whether there's a different interpretation. Actually, 144 = 24 × 6, which would be 4! × 3!. But that's incorrect because we need to count the girls' group as a unit among all positions.
The correct answer is 720. If option B = 720, then B is correct.
Choosing 3 toppings from 8 available, order does not matter. Use combinations:
\(C(8,3) = \frac{8!}{3! \times 5!} = \frac{8 \times 7 \times 6}{3 \times 2 \times 1} = \frac{336}{6} = 56\)
Answer: B (56)
Using the Fundamental Counting Principle with 4 available digits and repetition allowed:
First digit: 4 choices
Second digit: 4 choices
Third digit: 4 choices
Total = 4 × 4 × 4 = 64
Answer: D (64)
Selecting and arranging 5 books from 8, where order matters. Use permutations:
\(P(8,5) = \frac{8!}{(8-5)!} = \frac{8!}{3!} = 8 \times 7 \times 6 \times 5 \times 4 = 6,720\)
Answer: E (6,720)
Selecting 4 students from 12 where order does not matter. Use combinations:
\(C(12,4) = \frac{12!}{4! \times 8!} = \frac{12 \times 11 \times 10 \times 9}{4 \times 3 \times 2 \times 1} = \frac{11,880}{24} = 495\)
Answer: B (495)
For the number to be greater than 4000, the first digit must be 4 or 5.
First digit: 2 choices (4 or 5)
Second digit: 4 choices (any of the remaining 4 digits)
Third digit: 3 choices (any of the remaining 3 digits)
Fourth digit: 2 choices (any of the remaining 2 digits)
Total = 2 × 4 × 3 × 2 = 48
Answer: B (48)
The committee must include at least 3 men. We consider cases:
Case 1: Exactly 3 men and 2 women
\(C(6,3) \times C(4,2) = 20 \times 6 = 120\)
Case 2: Exactly 4 men and 1 woman
\(C(6,4) \times C(4,1) = 15 \times 4 = 60\)
Case 3: Exactly 5 men and 0 women
\(C(6,5) \times C(4,0) = 6 \times 1 = 6\)
Total committees = 120 + 60 + 6 = 186
Answer: A (186)