This chapter covers **permutations** and **combinations**, explaining counting principles, arrangements of objects, and how to calculate outcomes in scenarios involving selections where order matters or does not matter.
The chapter begins with a practical problem regarding a number lock with digits labeled from 0-9. The objective is to calculate potential sequences for unlocking the suitcase given a partial digit. This scenario emphasizes the need for counting techniques which will be discussed throughout the chapter.
The Fundamental Principle of Counting illustrates that if one event can occur in m ways and a second event can occur in n ways, then the total ways the events can happen in succession is m x n. This principle can be extended to more than two events. For instance,
A permutation is defined as a specific arrangement of objects where order is important. If you need to find permutations of n objects taking r at a time without repetition, the formula is given as:
Theorem 1: Number of permutations of n different objects taken r at a time is denoted by
P(n, r) = n! / (n - r)!
Example: Arranging 4 letters from the word ROSE. Without repetition, the count is 4! = 24.
Factorials are essential in permutations: n! = n x (n-1) x (n-2)...3 x 2 x 1. Special cases are defined with: 0! = 1.
When repetition is allowed:
Theorem 2: Number of permutations of n objects taken r at a time is given by:
P(n, r) = n^r
Example: Arranging 3 letters from the alphabet where letters can repeat results in 26^3.
To find permutations when some objects are indistinguishable:
Theorem: Number of permutations of n objects, with p1 indistinguishable of one kind, p2 of another, ... is given by:
n! / (p1! x p2! ...)
Example: Arranging letters in ALLAHABAD, calculate as 9! / (4! x 2!) = 7560.
Combinations are selections where order does not matter. The formula for combinations of n different objects taken r at a time is:
Theorem:
C(n, r) = n! / (r!(n - r)!)
Example: Selecting 3 lawn tennis players from 5 indicates C(5, 3) = 10.
The relationship between combinations and permutations is critical:
Multiple examples ranged from organizing items to forming teams, calculating handshakes, or finding distinct arrangements of words. Exercises reinforce the broader understanding of principles and their application in variable scenarios.
The chapter concludes with a historical overview of permutations and combinations tracing back to Jain mathematicians and other ancient scholars who laid the groundwork for these concepts in mathematics, culminating in formal recognition and formula derivation by figures like Jacob Bernoulli.