38 total
By the end of this topic, you should be able to:
When you need to count the number of ways different events can happen, and these events happen one after another, you multiply the number of ways each event can happen.
The Rule: If Event 1 can happen in m ways, and Event 2 can happen in n ways, then both events happening in sequence can occur in m × n ways.
Example 1: Choosing Outfits You have 3 shirts and 4 pants. How many different outfits can you make?
Solution:
Example 2: Choosing a Meal A restaurant menu has 3 starters, 5 main courses, 4 drinks, and 2 desserts. How many different complete meals can you choose?
Solution:
Example 3: Answering an MCQ Exam An exam has 5 multiple-choice questions. Each question has 4 options (A, B, C, D). How many different ways can you answer all 5 questions?
Solution:
Thought Process:
A factorial is a special way of multiplying a number by all the whole numbers below it, down to 1.
Notation: We write "n factorial" as n!
Examples:
Use n! when you need to arrange n different objects in a line, and the number of objects equals the number of spaces available.
Example: 5 Friends Standing in a Line 5 friends (A, B, C, D, and E) stand in a straight line. How many different arrangements are possible?
Solution: Think of it as filling 5 spaces:
Total = 5 × 4 × 3 × 2 × 1 = 5! = 120 ways
Sign in to view full notes