Permutations and Combinations

Summary

  • Permutations (Order matters)
    • Replacement:
    • No replacement
      • Distinct objects:
        • Or when
      • Non-distinct Objects
        • when where are the quantity of duplicate events
  • Combinations (Order does not matter)

Permutations

Definition

A permutation is an ordered arrangement of objects selected from a set

You can arrange the three letters ABC in 6 different permutations: ABC, BCA, CAB, ACB, CBA, BAC. Note that .

Permutations With Replacement

Definition

The number of permutations for objects in "positions" with replacement is:

Example

In how many ways can three different awards be distributed among 20 students in the following situations:

  1. No student may receive more than 1 award (no replacement)
  2. There is no limit on the number of awards won by any student (with replacement)
Example

An ATM with 4 digit passcode. Calculate the probability that a friend's ATM pin starts with 8 and ends with 2.

solution
Not all 4-digit passcodes are equally likely. However, we can just assume they are.

We have:

Possibilities for each position:

So

Permutations for Distinct Objects, Pick

Definition

The number of permutations for objects for "positions" without replacement is:

for

(See Factorial)

Read as " pick "

Example

Determine the number of 4 letter permutations of the letters in the word "PROBLEM"

solution

Example

Create a 4-letter "word" using A, B, C, and D. In how many ways can all the letters be arranged without replacement?

So ways.

3 Letter word?

Example

A three-digit number is randomly constructed from , where each digit can only be used once. Find the probability that the number starts with a 1.

solution

or you could just say, since we only care about the first number, and we don't know about the other digits.

Example

Twelve students have signed up to serve on the yearbook committee

  1. How many ways can the staff advisor choose three people to act as publisher, photographer, and editor?
  1. What is the probability that your mom is elected for role 1 and your dad is elected for role 2?

Permutations for Non-Distinct Objects

Definition

The number of permutations of objects of which are alike one type, are alike another type, etc, is:

Intuition

You can arrange BOP in different ways: BOP, BPO, OBP, OPB, PBO, POB
If you try to arrange BOB, you find that only BOB, OBB, and BBO are distinct; the rest would be duplicate
Hence the number of arrangements of BOB is .

Example

How many distinct arrangements of the letters in "STATEMENT" can be made?

solution
total letters, "T"s and "E"s

Example

Random words are constructed using the letters from the word MISSISSIPPI. Each letter can only be used once. Find the probability that all the S's are together.

solution

  • S: 4
  • I: 4
  • P: 2
  • M: 1

which is the formula for permutations of non-distinct objects.
now treat the 4 S's as one "super S":

so

Circular Permutations

Figure

Circular Permutations.png

The three diagrams above only represent 1 circular permutation, even though they represent 3 line permutations

Definition

The number of circular permutations of objects is:

Example

7 students show up for lunch. How many permutations are possible if:

  1. They line up for a photograph
  1. They sit at a round table
  1. They sit at a round table, but Imposter and Pissface must sit together

Combinations

Definition

A combination does not take into account order, whereas permutations do

Number of Combinations, Choose

Definition

The number of combinations of objects, selected at a time is:

(see binomial coefficient)

Intuition

Since combinations are just permutations without taking into account order, there are more permutations than combinations. That is, .

Read as "n choose r"

Example

A committee of 6 people is formed from 5 teachers and 8 students

  1. How many possible committees are there?
  1. Determine the probability that there are exactly 2 students on the committee
  1. Determine the probability that there are more teachers than students on the committee
  1. Determine the probability that at least 1 teacher is on the committee

Odds

Definition

Example

In Lotto 6/49, determine the odds in favour of correctly guessing three of the six numbers

Which is