Permutations

Stat Brat
30 Oct 202005:56

Summary

TLDRThis script introduces permutations as ordered arrangements of distinct objects. It explains how to calculate the number of permutations for different lengths using the basic counting principle, leading to the concept of factorials. The script further discusses permutations of varying lengths from a set of letters, introduces the notation nPk for permutations of length k from n items, and applies these concepts to real-world scenarios like committee selection and art exhibitions.

Takeaways

  • πŸ”‘ A permutation is an ordered arrangement of distinct objects.
  • πŸ”‘ The number of permutations of length three from three distinct letters is calculated as 3 factorial (3!).
  • πŸ”‘ The number of permutations of length four from four distinct letters is calculated as 4 factorial (4!).
  • πŸ”‘ The general formula for permutations of length n from n distinct letters is n factorial (n!).
  • πŸ”‘ For permutations of length k from n distinct letters, the formula is nPk, which is the product of n down to (n-k+1).
  • πŸ”‘ The permutation rule, nPk, is used to calculate the number of ways to choose k items from n distinct items where order matters.
  • πŸ”‘ When the length of the permutation equals the number of available letters, the formula simplifies to n factorial (n!).
  • πŸ”‘ The special permutation rule is used when the number of items to arrange is equal to the number of available items.
  • πŸ”‘ Permutations are a fundamental concept in combinatorics, useful for problems involving ordered selections.
  • πŸ”‘ Practical applications of permutations include selecting committee members with distinct roles or arranging items in order, such as pieces of art for an exhibition.

Q & A

  • What is a permutation?

    -A permutation is an ordered arrangement of distinct objects.

  • How many permutations of length three can be made from three distinct letters?

    -There are 3 factorial (3!) permutations of length three from three distinct letters.

  • What is the total number of permutations of length four from four distinct letters?

    -There are 4 factorial (4!) permutations of length four from four distinct letters.

  • What is the general formula for the number of permutations of length n from n distinct letters?

    -The total number of permutations is n factorial (n!).

  • How many permutations of length two can be made from five distinct letters?

    -There are 5 times 4, or 20, permutations of length two from five distinct letters.

  • How many permutations of length three can be made from five distinct letters?

    -There are 5 times 4 times 3, or 60, permutations of length three from five distinct letters.

  • What does the notation nPk represent?

    -nPk represents the number of permutations of length k from n distinct letters.

  • What is the formula for calculating nPk?

    -The formula for calculating nPk is n * (n - 1) * (n - 2) * ... * (n - k + 1).

  • What is the special permutation rule when the length of a permutation is the same as the number of available letters?

    -The special permutation rule is nPn, which is equivalent to n factorial (n!).

  • How many ways are there to select three people out of six for a committee with distinct roles?

    -There are 6P3 ways to select three people out of six for a committee with distinct roles.

  • How many ways are there to select five pieces of art out of nine for an exhibition where the order matters?

    -There are 9P5 ways to select five pieces of art out of nine for an exhibition where the order matters.

Outlines

00:00

πŸ”’ Understanding Permutations

This paragraph introduces the concept of permutations, which are ordered arrangements of distinct objects. It explains that permutations can be of different lengths and provides examples using letters and numbers. The paragraph also discusses how to calculate the total number of permutations for a given set of objects. It explains that the number of permutations is determined by the factorial of the number of objects when the length of the permutation equals the number of objects. For permutations of different lengths from a larger set, the calculation involves multiplying the number of objects by the number of choices remaining at each step, decreasing by one. The paragraph concludes with the introduction of the permutation formula, denoted as nPk, which is used to calculate the number of permutations of length k from n distinct objects.

05:01

πŸ“ Applying Permutation Rules

The second paragraph delves into the application of permutation rules. It explains how to use the permutation formula to find the number of permutations of a certain length from a set of objects. The paragraph provides examples of calculating permutations for different lengths and object sets, such as 5P2 and 10P4. It also introduces the special permutation rule for when the length of the permutation is equal to the number of available objects, simplifying the formula to the factorial of the number of objects. The paragraph concludes by applying these rules to practical scenarios, such as selecting committee members or pieces of art for an exhibition, where the order of selection matters, and emphasizes the importance of permutations in combinatorics.

Mindmap

Keywords

πŸ’‘Permutations

Permutations are the various ways in which a set of items can be arranged in a specific order. In the context of the video, permutations are used to describe the ordered arrangements of distinct objects. For example, 'THR' and 'HRT' are permutations of the letters T, H, and R, but they are not the same due to the different order, which is crucial in permutations. The video uses permutations to illustrate how many different ways items can be ordered, which is a fundamental concept in combinatorics.

πŸ’‘Ordered arrangement

An ordered arrangement refers to the sequence in which items are placed. The video emphasizes that the order of elements in a permutation is significant, as changing the order results in a different permutation. For instance, '123' and '231' are distinct permutations of the numbers 1, 2, and 3 because the elements are arranged differently.

πŸ’‘Distinct objects

Distinct objects in permutations are items that are unique and non-repetitive. The video script mentions that permutations are created from distinct objects, meaning no object is repeated within a single permutation. This is evident when discussing permutations like 'THR' from the letters T, H, and R, where each letter is used only once.

πŸ’‘Length of permutation

The length of a permutation refers to the number of items in the arrangement. The video explains that the length is an important factor in calculating the total number of permutations possible. For example, permutations of length three from three letters would involve choosing three letters consecutively, leading to a calculation of 3 factorial.

πŸ’‘Basic counting principle

The basic counting principle is a fundamental concept in combinatorics that states if there are m ways to do one thing and n ways to do another, then there are m * n ways to do both. The video uses this principle to calculate permutations, showing that if you have n distinct items and you want to arrange k of them, you multiply the number of choices at each step, decreasing by one each time.

πŸ’‘Factorial

A factorial, denoted by n!, is the product of all positive integers from 1 to n. In the video, factorials are used to calculate the total number of permutations when the number of items to arrange equals the number of available items. For example, the number of permutations of length three from three letters is calculated as 3 factorial.

πŸ’‘Permutation rule

The permutation rule, symbolized as nPk, is a formula used to calculate the number of permutations of length k from a set of n distinct objects. The video introduces this rule as a general method to find permutations and applies it to various examples, such as calculating 5P2 for permutations of length two from five letters.

πŸ’‘nPr

nPr (read as 'n permute r') is a notation used to represent the number of permutations of length r from a set of n items. The video uses this notation to denote the unknown quantity of permutations and to apply the permutation rule formula. It's a shorthand way of expressing the calculation of permutations.

πŸ’‘Special permutation rule

The special permutation rule is a specific case of the permutation rule where the length of the permutation is the same as the number of available letters (n = k). The video mentions that in such cases, you replace k with n in the formula to obtain the number of permutations, which is n factorial.

πŸ’‘Combinatorics

Combinatorics is an area of mathematics concerned with counting, arrangement, and combination of sets and elements. The video discusses permutations as one of the building blocks of combinatorics, highlighting its importance in understanding various counting problems, such as selecting committee members or arranging art pieces.

Highlights

Definition of permutation as an ordered arrangement of distinct objects.

Example of permutations using letters T, H, and R.

Explanation of why THR and HRT are different permutations.

Example of permutations using numbers 1, 2, and 3.

Calculation of permutations of length three from three letters using three factorial.

Calculation of permutations of length four from four letters using four factorial.

General formula for permutations of length n from n letters using n factorial.

Calculation of permutations of length two from five letters using 5 times 4.

Calculation of permutations of length three from five letters using 5 times 4 times 3.

General formula for permutations of length k from n letters using the product n*(n-1)*...*(n-k+1).

Introduction of the notation nPk for permutations of length k from n letters.

Application of the permutation rule to calculate 5P2.

Application of the permutation rule to calculate 10P4.

Special permutation rule when the length of permutation equals the number of available letters.

Calculation of permutations of lengths four from four letters using 4 factorial.

Calculation of permutations of lengths six from six letters using 6 factorial.

Application of permutations to select committee members with distinct roles.

Application of permutations to select art pieces for an exhibition where order matters.

Explanation of how to calculate permutations for selecting three people out of six or five pieces of art out of nine.

Discussion of permutations as a fundamental concept in combinatorics.

Transcripts

play00:01

Next, we will discuss the idea of permutations -

play00:03

what are they and how to work with them.

play00:07

Let's start with the definition. An ordered

play00:10

arrangement of distinct objects is called a

play00:12

permutation.

play00:16

For example, THR is a permutation of length

play00:20

three from letters T, H, and R. HRT is a permutation

play00:26

of length three from letters T, H, and R. HR is a

play00:31

permutation of length two from letters T, H, and R. Note

play00:35

that permutation THR and permutation HRT are

play00:40

not the same. Here's another example.

play00:44

123 is a permutation of length three from

play00:48

letters one, two, and three. 231 is a

play00:52

different permutation of length three from the

play00:55

same letters one, two, and three. 31 is a

play00:59

permutation of length two from letters one, two,

play01:01

and three.

play01:05

How many permutations of lengths three out of

play01:08

three letters are there? To create a permutation

play01:11

we have to consecutively choose three letters.

play01:14

Since the letters are all distinct the number of

play01:16

choices that each step is decreasing by one so, by

play01:20

the basic counting principle, the total number of

play01:22

permutations is three times two times one which is

play01:24

three factorial. How many permutations of

play01:28

length four out of four letters are there? To

play01:32

create the permutation we have to consecutively

play01:34

choose four letters and since the letters are all

play01:37

distinct the number of choices of each step is

play01:40

decreasing by one. So by the basic cutting

play01:42

principle, the total number of permutations is four

play01:45

times three times two times one which is four

play01:47

factorial. In general, how many permutations of

play01:51

length (n) out of (n) letters are there? To create

play01:55

a permutation, we have to consecutively choose

play01:57

(n) letters and since the letters are all

play02:01

distinct the number of choices at each step is

play02:03

decreasing by one. So by the basic counting

play02:06

principle, the total number of permutations is (n)

play02:09

factorial.

play02:13

How many permutations of lengths two out of five

play02:16

letters are there? To create a permutation we have

play02:20

to consecutively choose two letters. Since the

play02:23

letters are all distinct the number of choices at

play02:26

each step is decreasing by one. So by the basic

play02:29

counting principle, the total number of permutations

play02:31

is five times four.

play02:35

How many permutation of length three out of

play02:38

five letters are there?

play02:41

To create a permutation, we have to consecutively

play02:43

choose three letters. And since the letters are

play02:47

all distinct the number of choices at each step is

play02:50

decreasing by one. So by the basic counting

play02:53

principle, the total number of permutations is five

play02:55

times four times three. Finally, how many

play03:00

permutations of length (k) out of (n) letters are

play03:04

there?

play03:07

To create a permutation, we have to consecutively

play03:09

choose (k) letters. Since the letters are all

play03:13

distinct the number of choices at each step is

play03:15

decreasing by one. So by the basic counting

play03:18

principle, the total number of permutations is

play03:20

given by the following product.

play03:26

In general, we want to find out how many

play03:27

permutations of length (k) out of (n) letters are there.

play03:31

Let's denote this unknown quantity using the

play03:34

following symbols -nPk. Based on the observed

play03:38

pattern, we obtain the following formula called the

play03:41

permutation rule.

play03:47

Let's do a few applications of this rule. How many

play03:50

permutations of length two out of five letters

play03:53

are there? The answer is 5P2 which we now can

play03:58

compute using the formula. How many permutations

play04:02

of lengths 4 out of 10 letters are there? The

play04:07

answer can be expressed as 10P4 and can now

play04:11

be computed using the formula.

play04:17

If the length of a permutation is the same as the

play04:19

number of available letters then we replace

play04:21

(k) with (n) in the formula and obtain the

play04:24

special permutation rule.

play04:32

Let's do a few applications of the special

play04:34

permutation rule. How many permutations of

play04:37

lengths four out of four letters are there? The

play04:41

answer is 4P4 which is 4 factorial. How many

play04:46

permutations of lengths six out of six letters

play04:49

are there? The answer is 6P6 which is six

play04:54

factorial.

play04:57

The following questions: "How many ways are there

play05:00

to select three people out of six for a committee

play05:03

with distinct roles?" and "How many ways are there

play05:08

to select three pieces of art out of six for an

play05:11

exhibition in which the order matters?" along with

play05:16

many other questions have the same answer.

play05:20

6P3

play05:23

The following questions: "How many ways are there

play05:25

to select five people out of nine for a committee

play05:29

with distinct roles?" and "How many ways are there

play05:33

to select five pieces of art out of nine for an

play05:37

exhibition in which to order matters?" along with

play05:42

many other questions have the same answer.

play05:45

9P5

play05:48

We discussed the idea of permutations which is

play05:51

one of the building blocks of the combinatorics.

Rate This
β˜…
β˜…
β˜…
β˜…
β˜…

5.0 / 5 (0 votes)

Related Tags
PermutationsCombinatoricsMathematicsCounting PrincipleFactorialArrangementsSequencesSelectionOrder MattersDistinct Objects