Permutations are defined as the distinct arrangements of a collection of items where the sequence or position of each item matters. If changing the order of two items creates a new outcome, the scenario is a permutation.
The Factorial operation, denoted by , is the foundation of permutation calculations. It represents the product of all positive integers from down to , such as .
For a set of unique objects, there are exactly ways to arrange them in a row. This is because there are choices for the first position, for the second, and so on until only one object remains.
A special case in factorial math is . This is defined this way because there is exactly one way to arrange zero items: by doing nothing.
The Fundamental Counting Principle states that if one event can occur in ways and a second event in ways, the total number of ways both can occur is . Permutations apply this principle by reducing the available choices by one for each subsequent position.
When arranging a subset of items from a larger pool of items, the formula is derived by stopping the factorial multiplication after positions. This leads to the standard notation .
The Permutation Formula:
When specific items must remain adjacent, treat the group of items as a single super-object. Calculate the permutations of the remaining items plus this one super-object.
Crucially, you must then multiply by the internal permutations of the items within that group. For example, if 3 people must sit together, they can be arranged in ways among themselves while moving as a unit.
To ensure items are never adjacent, first arrange the unrestricted items in a row. This creates 'gaps' between them, including the spaces at the very beginning and the very end.
If there are unrestricted items, there are available gaps. Use the formula to place the restricted items into these gaps, ensuring no two restricted items can ever touch.
| Feature | Permutation | Combination |
|---|---|---|
| Order | Matters (Arrangement) | Does not matter (Selection) |
| Keywords | Arrange, Row, Order, Schedule | Choose, Select, Group, Committee |
| Formula | ||
| Result Size | Usually larger | Usually smaller |
Identify the 'Repeaters': Always scan the problem for identical items (like letters in a word). Forgetting to divide by the factorial of repeats is the most common way to lose marks.
The 'At Least' Trap: If a question asks for 'at least' two items together, it is often easier to calculate the complement. Subtract the cases where 'none are together' from the 'total possible arrangements'.
Slot Method: For complex constraints, draw physical slots (lines) on your paper. Fill the restricted slots first to see how many options remain for the unrestricted positions.
Sanity Check: Permutation numbers grow extremely fast. If you are arranging 10 items and get a small number like 100, re-check if you should be using factorials ( is over 3.6 million).