Mathematics | Problems On Permutations | Set 1
Last Updated :
15 Jul, 2025
Permutations are a fundamental concept in combinatorics, dealing with the arrangement of objects in a specific order. In mathematical terms, a permutation is an arrangement of a set of elements in a particular sequence or order. Understanding permutations is crucial not only in mathematics but also in various fields of engineering where precise arrangement and ordering are essential.
What is a Permutation?
Permutation of a set is a specific arrangement of its elements. For a set with n distinct elements, the number of permutations of these elements ( the number of ways in which we can select these n elements ) is given by n! (n factorial). This factorial notation denotes the product of all positive integers up to n.
Types of Permutations
- Simple Permutations: In simple permutations, all elements are unique, and each arrangement is distinct.
- Permutations with Repetition: When elements can repeat, the number of permutations changes based on the repetition of elements.
Permutations formula:
1. P(n, r) = n! / (n-r)! ( Selecting r item form a collection of n items)
2. P(n, n) = n! ( Selecting n item form a collection of n items)
Formula Problems on Permutation
Example 1:
How many 4-letter words, with or without meaning, can be formed out of the letters of the word, 'GEEKSFORGEEKS', if repetition of letters is not allowed ?
Explanation :
Total number of letters in the word 'GEEKSFORGEEKS' = 13 Therefore, the number of 4-letter words
= Number of arrangements of 13 letters, taken 4 at a time.
= 13P4
Example 2:
How many 4-digit numbers are there with distinct digits ?
Explanation :
Total number of arrangements of ten digits ( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ) taking 4 at a time
= 10P4
These arrangements also have those numbers which have 0 at thousand's place. (For eg- 0789 which is not a 4-digit number.). If we fix 0 at the thousand's place, we need to arrange the remaining 9 digits by taking 3 at a time. Total number of such arrangements
= 9P3
Thus, the total number of 4-digit numbers
= 10P4 - 9P3
Example 3:
How many different words can be formed with the letters of the word "COMPUTER" so that the word begins with "C" ?
Explanation :
Since all the words must begin with C. So, we need to fix the C at the first place. The remaining 7 letters can be arranged in
= 7P7
= 7! ways.
Example 4:
In how many ways can 8 C++ developers and 6 Python Developers be arranged for a group photograph if the Python Developers are to sit on chairs in a row and the C++ developers are to stand in a row behind them ?
Explanation:
6 Python Developers can sit on chairs in a row in
= 6P6
= 6! ways 8 C++ Developers can stand behind in a row in
= 8P8
= 8! ways Thus, the total number of ways
= 6! x 8! ways
Example 5:
Prove that 0! = 1.
Explanation :
Using the formula of Permutation-
P(n, r) = n! / (n-r)!
P(n, n) = n! / 0! (Let r = n )
n! = n! / 0! (Since, P(n, n) = n!)
0! = n! / n!
0! = 1
Thus, Proved
Practice Problems on Permutations
1).How many 4-digit numbers can be formed using the digits 1, 2, 3, 4, 5 without repetition?
2).In how many ways can 7 people be seated in a row if 2 specific people must sit together?
3).How many ways are there to arrange the letters of the word "MATHEMATICS"?
4).In a class of 30 students, in how many ways can a president, secretary, and treasurer be chosen?
5).How many 5-letter words can be formed from the letters of "EQUATION" if each letter can be used only once?
6).In how many ways can 8 different books be arranged on a shelf if 3 specific books must always be next to each other?
7).How many different 6-digit numbers can be formed using the digits 0, 1, 2, 3, 4, 5 if the number must be even?
8).In how many ways can 5 men and 4 women be seated in a row if no two women sit together?
9).How many ways are there to distribute 5 distinct prizes among 10 people?
10).In how many ways can the letters of the word "MISSISSIPPI" be arranged?
Read More: Permutations and Combinations
Applications in Engineering
Permutations find applications in various engineering disciplines:
- Computer Science: In algorithms and data structures, permutations are used for generating all possible orders of elements.
- Telecommunications: Permutations are applied in coding theory and signal processing for efficient data transmission.
- Manufacturing: Permutations help in scheduling and optimizing production sequences on assembly lines.
Conclusion
Permutations are a powerful mathematical tool with wide-ranging applications in engineering it also enables engineers to solve complex problems involving arrangement and optimization. From optimizing manufacturing processes to enhancing data transmission efficiency, understanding permutations enhances problem-solving skills but also facilitates innovation and efficiency across various engineering disciplines. By mastering the principles of permutations, engineers can innovate solutions that drive technological advancements across various industries.
Similar Reads
Engineering Mathematics Tutorials Engineering mathematics is a vital component of the engineering discipline, offering the analytical tools and techniques necessary for solving complex problems across various fields. Whether you're designing a bridge, optimizing a manufacturing process, or developing algorithms for computer systems,
3 min read
Linear Algebra
MatricesMatrices are key concepts in mathematics, widely used in solving equations and problems in fields like physics and computer science. A matrix is simply a grid of numbers, and a determinant is a value calculated from a square matrix.Example: \begin{bmatrix} 6 & 9 \\ 5 & -4 \\ \end{bmatrix}_{2
3 min read
Row Echelon FormRow Echelon Form (REF) of a matrix simplifies solving systems of linear equations, understanding linear transformations, and working with matrix equations. A matrix is in Row Echelon form if it has the following properties:Zero Rows at the Bottom: If there are any rows that are completely filled wit
4 min read
Eigenvalues and EigenvectorsEigenvalues and eigenvectors are fundamental concepts in linear algebra, used in various applications such as matrix diagonalization, stability analysis and data analysis (e.g., PCA). They are associated with a square matrix and provide insights into its properties.Eigen value and Eigen vectorTable
10 min read
System of Linear EquationsA system of linear equations is a set of two or more linear equations involving the same variables. Each equation represents a straight line or a plane and the solution to the system is the set of values for the variables that satisfy all equations simultaneously.Here is simple example of system of
5 min read
Matrix DiagonalizationMatrix diagonalization is the process of reducing a square matrix into its diagonal form using a similarity transformation. This process is useful because diagonal matrices are easier to work with, especially when raising them to integer powers.Not all matrices are diagonalizable. A matrix is diagon
8 min read
LU DecompositionLU decomposition or factorization of a matrix is the factorization of a given square matrix into two triangular matrices, one upper triangular matrix and one lower triangular matrix, such that the product of these two matrices gives the original matrix. It is a fundamental technique in linear algebr
6 min read
Finding Inverse of a Square Matrix using Cayley Hamilton Theorem in MATLABMatrix is the set of numbers arranged in rows & columns in order to form a Rectangular array. Here, those numbers are called the entries or elements of that matrix. A Rectangular array of (m*n) numbers in the form of 'm' horizontal lines (rows) & 'n' vertical lines (called columns), is calle
4 min read
Sequence & Series
Calculus
Limits, Continuity and DifferentiabilityLimits, Continuity, and Differentiation are fundamental concepts in calculus. They are essential for analyzing and understanding function behavior and are crucial for solving real-world problems in physics, engineering, and economics.Table of ContentLimitsKey Characteristics of LimitsExample of Limi
10 min read
Cauchy's Mean Value TheoremCauchy's Mean Value theorem provides a relation between the change of two functions over a fixed interval with their derivative. It is a special case of Lagrange Mean Value Theorem. Cauchy's Mean Value theorem is also called the Extended Mean Value Theorem or the Second Mean Value Theorem.According
7 min read
Taylor SeriesA Taylor series represents a function as an infinite sum of terms, calculated from the values of its derivatives at a single point.Taylor series is a powerful mathematical tool used to approximate complex functions with an infinite sum of terms derived from the function's derivatives at a single poi
8 min read
Inverse functions and composition of functionsInverse Functions - In mathematics a function, a, is said to be an inverse of another, b, if given the output of b a returns the input value given to b. Additionally, this must hold true for every element in the domain co-domain(range) of b. In other words, assuming x and y are constants, if b(x) =
3 min read
Definite Integral | Definition, Formula & How to CalculateA definite integral is an integral that calculates a fixed value for the area under a curve between two specified limits. The resulting value represents the sum of all infinitesimal quantities within these boundaries. i.e. if we integrate any function within a fixed interval it is called a Definite
8 min read
Application of Derivative - Maxima and MinimaDerivatives have many applications, like finding rate of change, approximation, maxima/minima and tangent. In this section, we focus on their use in finding maxima and minima.Note: If f(x) is a continuous function, then for every continuous function on a closed interval has a maximum and a minimum v
6 min read
Probability & Statistics
Mean, Variance and Standard DeviationMean, Variance and Standard Deviation are fundamental concepts in statistics and engineering mathematics, essential for analyzing and interpreting data. These measures provide insights into data's central tendency, dispersion, and spread, which are crucial for making informed decisions in various en
10 min read
Conditional ProbabilityConditional probability defines the probability of an event occurring based on a given condition or prior knowledge of another event. It is the likelihood of an event occurring, given that another event has already occurred. In probability, this is denoted as A given B, expressed as P(A | B), indica
12 min read
Bayes' TheoremBayes' Theorem is a mathematical formula used to determine the conditional probability of an event based on prior knowledge and new evidence. It adjusts probabilities when new information comes in and helps make better decisions in uncertain situations.Bayes' Theorem helps us update probabilities ba
13 min read
Probability Distribution - Function, Formula, TableA probability distribution is a mathematical function or rule that describes how the probabilities of different outcomes are assigned to the possible values of a random variable. It provides a way of modeling the likelihood of each outcome in a random experiment.While a Frequency Distribution shows
13 min read
Covariance and CorrelationCovariance and correlation are the two key concepts in Statistics that help us analyze the relationship between two variables. Covariance measures how two variables change together, indicating whether they move in the same or opposite directions. Relationship between Independent and dependent variab
6 min read
Practice Questions