The Addition Principle
If a task can be done in m ways and another task in n ways, and the two tasks cannot be done at the same time, then there are m + n ways to do one of the tasks.
Example:
A restaurant offers 3 appetizers and 5 main courses.
Number of ways to choose an appetizer OR a main course: 3 + 5 = 8
The Multiplication Principle
If a task consists of two stages, the first can be done in m ways and the second in n ways (independently), then the total number of ways is m ร n.
Example:
A restaurant offers 3 appetizers and 5 main courses.
Number of ways to choose BOTH an appetizer AND a main course: 3 ร 5 = 15
A lock has 3 dials with 10 digits each.
Total combinations: 10 ร 10 ร 10 = 1000
When to Use Which
Use ADDITION when:
"OR" โ choosing one option from multiple alternatives
Tasks are mutually exclusive
Use MULTIPLICATION when:
"AND" โ performing multiple tasks in sequence
Tasks are independent