Chapter 6.4: Permutations, Combinations, and Preliminary Probability Notes
Permutations
- A permutation of a set is an arrangement of its objects in a definite order.
- When ordering matters and objects are chosen without repetition, the number of permutations of n distinct elements taken r at a time is denoted by P(n, r).
- Key formula:
- Special case: when ,
- When all n elements are used, the number of permutations is .
- Examples from the transcript:
- On two elements {a, b}, the permutations are (a, b) and (b, a) → 2 = 2!
- For three elements {a, b, c}, the number of permutations is (abc, acb, bac, bca, cab, cba).
- For a 6-person lineup: the number of arrangements is .
- P(n, r) vs n!:
- P(n, r) reduces to n! when r = n.
- In general, .
- Multiset permutations (identical items): if a set has n objects with n1 of type 1, n2 of type 2, …, nk of type k (with n1+n2+…+nk = n), the number of distinct permutations is
- Examples:
- In a word where some letters repeat, e.g., WHITEWATER has repeated letters, the number of distinct permutations is since W, T, and E each appear twice.
- ATLANTA has A appearing 3 times and T appearing 2 times; thus the count is .
Combinations
- A combination is a subset where the order of selection does not matter.
- Number of ways to choose r objects from n distinct objects (without regard to order) is denoted by C(n, r) or \binom{n}{r}.
- Key formulas:
- Relationship to permutations:
- Example comparisons:
- From 4 objects, number of 2-element permutations: .
- Number of 2-element combinations: .
- Large n examples:
- (written as successive product: ).
- Generally, combinations can be used to count “groups” where order is irrelevant.
Worked examples and applications
- 6-person volleyball team image for a group photo:
- Number of line arrangements: .
- Baseball team of 9 people for a group photo:
- Number of line arrangements: .
- Selecting officers from a committee of 8 members (4 distinct positions):
- Number of ways: .
- Selecting president, vice-president, secretary from 10 members:
- .
- Executive roles from 100 members (CEO, vice-CEO, secretary, treasurer, etc.):
- If 5 distinct offices:
- Multiset permutations with repeats (e.g., letters in a word):
- For a word with counts n1, n2, …, nk of distinct letters: .
- Examples:
- WHITEWATER: counts W=2, T=2, E=2; others occur once; number of unique arrangements: .
- ATLANTA: A=3, T=2, L=1, N=1; number of unique arrangements: .
- Subset selection (combinations):
- Subcommittee of 4 from 10 members: .
- University executive committee: 5 from 15: .
- Card and dice problems (probability prelude):
- 5-card poker hands from a standard 52-card deck: .
- A string quartet from groups: example counting by combinations and then by permutations when order matters (e.g., selecting 2 violinists from 6, 1 violist from 3, 1 cellist from 2):
- Ways: .
- If order matters for the violinists (1st violinist, 2nd violinist), multiply by the internal arrangements: , leading to further counts (e.g., total 180 in that variant).
- Composite selection with multiple categories (investor choosing companies):
- Select 2 aerospace from 5, 2 energy from 3, 2 electronics from 4:
- .
- Group itinerary problems (arranging performances in cities):
- Without restrictions: number of orderings of 5 cities: .
- If California cities (3 cities) must be consecutive: treat them as a block plus the other 2 cities → 3 items to arrange: ways to arrange the blocks, and inside the California block, the CA cities can be arranged in ways. Total: .
- If there are 6 cities with 3 in California and 3 outside, the count becomes: arrange 4 items (the 3-city block + 2 other cities + one more outside city) as appropriate; the transcript shows 36 for the California-consecutive case with a 5-city example, and 144 for a 6-city example where all three CA cities are consecutive in a larger lineup.
- Probability basics (sample spaces and equally likely outcomes):
- An experiment yields a sample space S consisting of all possible outcomes. An event E is a subset of S.
- Equally likely outcomes assumption: in many introductory problems, each outcome has the same probability a priori.
- Probability of an event E: where is the number of outcomes in E and is the number of outcomes in S.
- Dice and cards examples:
- Rolling a single fair die: S = {1,2,3,4,5,6} with equally likely outcomes.
- Probability of events on a die: e.g., even numbers: ; odd numbers: 1/2; numbers less than 5: 4/6 = 2/3; etc.
- Deck of cards: from a standard 52-card deck, probabilities include:
- P(Ace) = ,
- P(Face) = ,
- P(Spade) = .
- Two dice: sample space has 36 ordered outcomes (red die, blue die). Event E could be sum equals 9, which has 4 outcomes: and .
- Some additional probability exercises:
- For sums on two dice, compute probabilities for sum 7, sum < 6, and sum > 10 by counting favorable ordered pairs in the 36 equally likely outcomes.
Quick reference formulas
- Permutations (order matters, no repetition):
- When r = n:
- Combinations (order does not matter):
- Relationship between permutations and combinations:
- Multiset permutations (repeated items):
- If there are n1 of type 1, n2 of type 2, …, nk of type k, with n = n1+n2+…+nk, then
- Large-number combinations example:
- Specific problem answers (from transcript):
- 6 people in a line:
- 9 people in a line:
- 8 people selecting 4 officers:
- 10 members with 3 offices:
- 100 members with 5 executive offices:
- 10-letter word permutations with repeats: for WHITEWATER; for ATLANTA
- Subcommittee: ; University exec:
- Poker hands:
- Strings (violinists/violists/cellist): combinations and permutations as shown (e.g., 2 violinists from 6, 1 violist from 3, 1 cellist from 2 → 90 ways; with ordering among violins, 180 ways)
- Investor selection:
- California-consecutive layout problem: for 3 CA cities among 5 total, consecutive arrangements give totals like 36 (for 3 CA consecutive with 2 others) and 144 in larger setups.
Probability: foundational concepts (recap)
- Experiment: any process with observable outcomes.
- Trial: a repetition of the experiment.
- Outcome: a possible result of a trial.
- Sample space S: the set of all possible outcomes of an experiment.
- Event E: a subset of the sample space S.
- Equally likely outcomes: often assumed in introductory problems; each outcome in S has the same probability.
- Probability of E: where is the number of outcomes in E and is the total number of outcomes in S.
- Examples used in the notes include coin tosses, rolling dice, drawing cards, and selecting subsets from sets.
Notes on real-world relevance and interpretation
- Permutations and combinations underpin counting in scheduling, seating, and resource allocation problems where order matters (permutations) or does not matter (combinations).
- Probability theory connects counting to likelihoods, enabling assessment of events in games, statistics, and decision making.
- The distinction between ordered vs unordered selections helps avoid double counting or undercounting in practical problems (e.g., assigning distinct roles vs forming a team).
- Ethical/philosophical reflections: Probability and combinatorics are neutral tools; applications may involve fair allocation, risk assessment, and transparency in decision processes. The content here does not discuss ethics explicitly, but practitioners should consider fairness, bias, and transparency when modeling real-world scenarios.
Quick practice prompts (to test understanding)
- Compute P(n, r) for n = 7 and r = 3.
- Answer:
- Compute C(n, r) for n = 7 and r = 3.
- Answer:
- If a word has letters with repeats, e.g., APPLE (A, P, P, L, E), how many distinct permutations are there?
- Answer: because P repeats twice.
- A deck of 52 cards: the probability of drawing an Ace in a single draw.
- Answer:
- Two dice sum to 9: list favorable ordered pairs and compute probability.
- Answer: 4 favorable pairs, so probability .
Notes:
- Throughout, bold emphasis was placed on the distinction between order-sensitive (permutations) and order-insensitive (combinations) counting.
- All formulas are presented in LaTeX-friendly syntax and are ready to render in a math-enabled document.
- If you want, I can convert this into a clean PDF-ready cheat sheet with sections reorganized by topic and include more worked exercises with step-by-step solutions.