Problem
John has five pairs of jeans, 12 different shirts, and 4 pairs of shoes. How many different outfit combinations can he create?
Key Concepts
- Multiplication Principle: When an event has multiple independent stages, the total number of outcomes is the product of the number of outcomes at each stage.
- Independent Selection: The choice of one item does not affect the availability of items in other categories.
- Complete Outfit: Consists of exactly one item from each category (one pair of jeans, one shirt, one pair of shoes).
Solution
👉 View solution
This problem can be solved using the Multiplication Principle (also known as the Fundamental Counting Principle).
Since John needs to select:
- 1 pair of jeans from 5 options
- 1 shirt from 12 options
- 1 pair of shoes from 4 options
And these selections are independent of each other (choosing one pair of jeans doesn’t affect which shirt or shoes he can choose), we multiply the number of options for each item:
Therefore, John can create 240 different outfit combinations with his wardrobe.
Applications
The Multiplication Principle is widely used in:
- Fashion and wardrobe planning
- Menu creation (selecting one item from each course)
- Travel planning (different combinations of transportation, accommodations, activities)
- Product configurations (selecting options for a customizable product)
- Password and code possibilities
Related Concepts
- Addition Principle: Used when counting the total outcomes from multiple exclusive events
- Permutations: Used when order matters in selections
- Combinations: Used when selecting multiple items from the same category without regard to order