Permutations and Combinations Tutorial

Share

Summary

This tutorial explains the difference between permutations and combinations, demonstrating how to calculate them with examples and formulas. It covers cases where order matters (permutations) and where it doesn't (combinations), including situations with repeating letters.

Highlights

Introduction to Permutations and Combinations
00:00:01

The video starts by defining permutations as arrangements where order matters, and combinations as selections where order does not matter. An example with letters A, B, C illustrates that ABC and CAB are two different permutations but only one combination.

Example: Choosing Two Letters from Four
00:01:33

Using four letters (A, B, C, D), the video demonstrates how to manually list all possible permutations (12) and combinations (6) when choosing two letters. This concrete example highlights the distinction that AB and BA are separate permutations but the same combination.

Formulas for Permutations and Combinations
00:04:20

The video introduces the formula for permutations, nPr = n! / (n-r)!, and applies it to the previous example of 4P2, yielding 12. Subsequently, it presents the formula for combinations, nCr = n! / ((n-r)! * r!), demonstrating its application for 4C2, which results in 6.

Problem 1: Arranging Books on a Shelf (Permutation)
00:07:32

A problem asks how many ways three books can be arranged from a group of seven. Recognizing 'arrange' as a keyword for permutation, the calculation is 7P3 = 7! / (7-3)! = 210 ways.

Problem 2: Arranging Five Books on a Shelf (Permutation)
00:08:52

This problem involves arranging five books on a shelf. It's a permutation because order matters. The fundamental counting principle (5 * 4 * 3 * 2 * 1 = 120) and the permutation formula (5P5 = 5! / (5-5)! = 5! / 0! = 120) are both used, highlighting that 0! equals 1.

Problem 3: Forming Teams of Four from Twelve Engineers (Combination)
00:11:15

The task is to determine how many teams of four can be formed from 12 engineers. Since the order of individuals in a team doesn't matter, this is a combination problem. The calculation 12C4 = 12! / (8! * 4!) is performed, resulting in 495 possible teams.

Problem 4: Arranging Letters in 'Alabama' (Permutation with Repetition)
00:14:13

This section covers permutations with repeating letters, using the word 'Alabama'. There are 7 letters in total, with 'a' repeating 4 times. The calculation is 7! / 4! = 210 unique arrangements.

Problem 5: Arranging Letters in 'Mississippi' (Permutation with Repetition)
00:15:14

The final example involves arranging the letters in 'Mississippi'. With 11 letters, and 'i' repeating 4 times, 's' 4 times, and 'p' 2 times, the calculation is 11! / (4! * 4! * 2!), which results in 34,650 unique arrangements.

Recently Summarized Articles

Loading...