Types of Permutation

In the study of permutation, there are some cases such as:

  • Permutation with Repetition
  • Permutation without Repetition
  • Permutation of Multi-Sets

Let’s explain these cases in detail with solved example as follows:

Permutation With Repetition

This is the simplest of the lot. In such problems, the objects can be repeated. Let’s understand these problems with some examples.

Example: How many 3-digit numbers greater than 500 can be formed using 3, 4, 5, and 7?

Since a three-digit number, greater than 500 will have either 5 or 7 at its hundredth place, we have 2 choices for this place.

There is no restriction on repetition of the digits, hence for the remaining 2 digits we have 4 choices each

So the total permutations are,

2 × 4 × 4 = 32

Permutation Without Repetition

In this class of problems, the repetition of objects is not allowed. Let’s understand these problems with some examples.

Example: How many 3-digit numbers divisible by 3 can be formed using digits 2, 4, 6, and 8 without repetition?

For a number to be divisible by 3, the sum of it digits must be divisible by 3

From the given set, various arrangements like 444 can be formed but since repetition isn’t allowed we won’t be considering them.

We are left with just 2 cases i.e. 2, 4, 6 and 4, 6, 8

Number of arrangements are 3! in each case

Hence the total number of permutations are: 3! + 3! = 12

Permutation of Multi-Sets

Permutation when the objects are not distinct

This can be thought of as the distribution of n objects into r boxes where the repetition of objects is allowed and any box can hold any number of objects.

1st  box can hold n objects

2nd box can hold n objects

3rd box can hold n objects
.                                          . 
.                                          . 
.                                          . 

rth box can hold n objects

Hence total number of arrangements are,

n × n × n . . . (r times) = nr

Examples: A police officer visits the crime scene 3 times a week for investigation. Find the number of ways to schedule his visit if there is no restriction on the number of visits per day?

Number of ways to schedule first visit is 7 (any of the 7 days)

Number of ways to schedule second visit is 7 (any of the 7 days)

Number of ways to schedule third visit is 7 (any of the 7 days)

Hence, the number of ways to schedule first and second and third visit is

7 × 7 × 7 = 73 = 343

Permutation

Permutation in mathematics is the arrangement of the object in a definite order. Permutation is similar to the combination and the basic difference between permutation and combination is that in permutation the order in which the object is taken is important while the combination is the arrangement of the objects when the order of the objects is not important.

Permutation is represented by the letter, P. For example permuation of set A = {1, 2, 3} when taken two object at a time is, {1, 2}, {1, 3}, {2, 3}, {3, 2}, {3, 1}, {2, 1}. In this article, we will learn about, permutation, its formula, examples, representation, properties, and types of permutation in detail.

Table of Content

  • What is a Permutation?
    • Permutation Meaning in Maths
  • Representation of Permutation
  • Permutation Examples
    • Permutation Examples in Real Life
  • Properties of Permutations
  • Permutation Formula ( nPr )
    • Derivation of Permutation Formula
  • Types of Permutation
  • Permutation and Combination
    • Relation Between nPr and nCr
  • Permutation vs Combination
  • Fundamental Counting Principle
  • Permutation and Combinations Class 11
    • Resources related to Permutations Class 11
  • Permutation Problems
  • Practice Problems on Permutation

Similar Reads

What is a Permutation?

Permutation is defined as a mathematical concept that determines the number of possible arrangements for a specific set of elements. Simply put, it represents the different ways in which data can be ordered, typically taken from a list....

Representation of Permutation

There are various different representations of permutation, which mean the same thing. Some of the most common permutation representations or notations are as follows:...

Permutation Examples

Let’s consider another example of permutation if you have a set of three distinct elements: A, B, and C, them all possible permutations are:...

Properties of Permutations

Some of the common properties of permutations are listed as follows:...

Permutation Formula ( nPr )

The formula for Permutation is given as follows,...

Types of Permutation

In the study of permutation, there are some cases such as:...

Permutation and Combination

Permutation and Combination are the two most fundamental concepts in combinatorics, as these lay the foundation of this branch of mathematics. Combinatorics deals with all the mathematics which we need to solve problems based on selection, arrangement, and operation within a finite or discrete system....

Permutation vs Combination

The key differences between permutation and combination, some of those differences are listed as follows:...

Fundamental Counting Principle

Fundamental principle of the counting states that, “To perform a operation if we have m ways and to perform second operation if we have n different ways then to perform both the operation together there are m × n different ways.”...

Permutation and Combinations Class 11

By understanding these above concepts and practicing various problems, you’ll be well-prepared to tackle questions on permutations and combinations in your Class 11 math exams....

Permutation Problems

Problem 1. How many 4-letter words, with or without meaning can be formed out of the letters of the word, ‘SATURDAY’ if repetition of letters is not allowed?...

Practice Problems on Permutation

Q1. In how many ways can 6 prisoners be placed in 4 cells if any number of prisoners can fit in a cell?...

FAQs on Permutation

What Does a Permutation Mean?...