![]() |
nPr formula is used to find the number of ways in which r different things can be selected and arranged out of n different things. The nPr formula is, P(n, r) = n! / (n−r)!, and is also called Permutation Formula. In this article, we learn about nPr formula, its significance, properties, mathematical derivation, and diverse applications across mathematics and real-world scenarios. Table of Content What is nPr Formula?A permutation is an arrangement of all or part of a set of objects, about the order of the arrangement. The nPr formula is used to calculate the number of permutations of n distinct objects taken r at a time. It is denoted mathematically as:
where,
nPr FormulanPr formula is used when we have to choose “r” options out of “n” choices. And the nPr formula is,
Where,
Properties of nPr FormulaSome of the common properties of the nPr Formula are:
Proof:
Proof:
Proof:
Derivation of nPr FormulaLet the n different objects be a1, a2, a3, . . . , an.
This continues and goes on till the rth place is filled. Number of ways of filling up the rth place = n-r+1 Using Fundamental Counting Principle, Total permutations (nPr) = n × (n – 1) × (n – 2) × … × (n – r + 1) = (n!)/(n-r)! This formula calculates the number of ways to arrange ‘r’ elements out of ‘n’ distinct elements without repetition. nPr and nCr FormulaCombination means selection. Here, the order does not matter. Whereas permutation of n different objects taken r at a time = (number of ways of selecting r objects from n different objects) *× (number of ways of arranging the selected r objects) i.e., permutation is the way to arrange some objects.
Where,
Relationship between nPr and nCr FormulaAs nPr = (number of ways of selecting r objects from n different objects) × r! ⇒ (number of ways of selecting r objects from n different objects) = nPr /r! ⇒ nCr = nPr /r! = n!/(n-r)!(r!) Thus, the relationship between nPr and nCr Formula is:
Applications of Permutation (nPr) FormulaVarious applications of nPr Formula are: Combinatorial Analysis: This is about counting different ways things can be arranged.
Probability and Statistics: In chance and data analysis, we use arrangements to figure out how likely certain outcomes are. This helps in understanding and predicting probabilities, which is important in statistics. Generating Arrangements: In computers and encryption, arrangements are used to create unique sequences. This is handy for securing information, shuffling data, or making things random. Genetics and Biology: In genetics, arrangements are studied to understand gene sequences and variations. This is crucial for genetic research and understanding how living things are put together at a molecular level. Game Theory: In games and puzzles, arrangements are important for figuring out all the possible moves or solutions. This helps in planning strategies and solving problems when playing board games or puzzles. Also learn, Application of Permulatation and Combination Article Related to nPr Formula:Examples on nPr FormulaExample 1: Suppose you have a deck of 52 playing cards, and you want to find the number of ways to choose 5 cards in a specific order from the deck (i.e., permutations of 5 cards out of 52). Solution:
Example 2: Seven athletes are participating in a race. In how many ways can the first 3 athletes win the prize? Solution:
Example 3: In how many ways can 6 persons stand in a queue? Solution:
Example 4: A student has 12 different books on a shelf. In how many ways can the student arrange 7 books on the top shelf? Solution:
Practice Problems on nPr FormulaP1. If 2n+1Pn-1:2n-1Pn = 3:5, then find the value of n. P2. How many different signals can be given using any number of flags from 5 flags of different colors? P3. Find the sum of all the numbers that can be formed with the digits 2, 3, 4, and 5 taken all at a time. P4. If nP5 = 20×nP3, find the value of n. P5. How many numbers can be formed from the digits 1, 2, 3, and 4 when repetition is not allowed? P6. How many 4-letter words, with or without meaning can be formed using the letters in the word LOGARITHMS, if repetition of letters is not allowed? nPr Formula: FAQsWhat are Permutations?
What is nPr Formula in Probability?
What is the Value of nP0?
What is the Meaning of r in nPr?
How do you know when to use nCr or nPr?
Is nPr always greater than nCr?
What is the nPr and nCr formula?
|
Reffered: https://www.geeksforgeeks.org
Geeks Premier League |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 14 |