Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
The Fundamental Principle of Multiplication states that if an event can occur in different ways, following which another event can occur in different ways, then the total number of ways of occurrence of both events in the specified order is . This can be visualized as a rectangular grid where the rows represent choices for the first event and columns represent choices for the second event, with each intersection representing a unique outcome.
The Fundamental Principle of Addition applies when two tasks are mutually exclusive. If one task can be performed in ways and another task can be performed in ways, then either of the two tasks can be performed in ways. Visually, this is like looking at two separate, non-overlapping circles (sets) and counting the total number of items across both.
Factorial Notation () represents the product of the first consecutive natural numbers. For any positive integer , . By convention, . This can be visualized as a descending ladder of numbers being multiplied together.
The 'Box Method' is a visual strategy used to solve counting problems. We draw a series of empty boxes, where each box represents a position or a sub-task. We then fill each box with the number of available choices for that position and multiply the numbers together to find the total combinations.
Tree Diagrams are visual tools used to list all possible outcomes of a sequence of events. Starting from a single point, branches are drawn for each choice of the first event; from the end of those branches, new branches are drawn for the choices of the second event, creating a branching structure that resembles a tree.
Repetition vs. Non-repetition: In many counting problems, it is crucial to identify if items can be reused. If repetition is allowed, the number of choices remains constant for each step; if repetition is not allowed, the number of choices decreases by 1 for each subsequent step, visualized as a shrinking pool of available objects.
Order of operations: When applying the Fundamental Principle of Counting, the order in which choices are made matters if the events are dependent. We always fill the positions with the most restrictive conditions first (e.g., if a number must be even, fill the units place first).
📐Formulae
Total ways (Multiplication Principle) =
Total ways (Addition Principle) =
Number of ways to fill places with things when repetition is allowed =
💡Examples
Problem 1:
How many 3-digit even numbers can be formed from the digits if the digits can be repeated?
Solution:
- There are 3 positions to fill: Hundreds, Tens, and Units.
- Since the number must be even, the Units place can only be filled by digits or . Thus, there are ways to fill the Units place.
- Since repetition is allowed, the Tens place can be filled by any of the given digits. Thus, there are ways to fill the Tens place.
- Similarly, the Hundreds place can be filled by any of the given digits. Thus, there are ways to fill the Hundreds place.
- Total ways = .
Explanation:
We use the Multiplication Principle. We first address the constraint (even number means the last digit must be or ) and then multiply the possibilities for each remaining position.
Problem 2:
Evaluate .
Solution:
- Expand the larger factorial in the numerator until it matches a factorial in the denominator: .
- Substitute this into the expression: .
- Cancel from the numerator and denominator: .
- Expand : .
- Calculate the final value: .
Explanation:
This demonstrates the property to simplify expressions without calculating massive product values manually.