What is nPr Formula? | How to Use nPr Formula with Examples (2024)

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.

What is nPr Formula? | How to Use nPr Formula with Examples (1)

Table of Content

  • What is nPr Formula?
  • Properties of nPr Formula
  • Derivation of nPr Formula
  • nPr and nCr Formula
  • Applications of Permutation (nPr) Formula
  • Examples on nPr Formula
  • Practice Problems on nPr Formula
  • nPr Formula: FAQs

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:

nPr = n! / (r!(n – r)!)

where,

  • n” is the total number of items in the set,
  • r” is the number of items to be chosen, and
  • !” denotes factorial, which is the product of all positive integers from 1 to the given number.

nPr Formula

nPr formula is used when we have to choose “r” options out of “n” choices. And the nPr formula is,

P (n, r) = nPr = nPr = n! / (n – r)!

Where,

  • n is Total Number of Things
  • r is Number of Things that have to be Selected and Arranged

Properties of nPr Formula

Some of the common properties of the nPr Formula are:

  • nPn = nPn-1

Proof:

LHS: nPn = n!/(n-n)! = n!/0! = n!

RHS: nPn-1 = n!/[n-(n-1)]! = n!/1! = n!

Thus, LHS = RHS

  • nPr = n × n-1Pr-1

Proof:

LHS: nPr = n!/(n-r)!

RHS: n × n-1Pr-1 = n × (n-1)!/[(n-1)-(r-1)]! = [n × (n-1)!]/(n-r)! = n!/(n-r)!

Thus, LHS = RHS

  • nPr = n-1Pr + r × (n-1)Pr-1

Proof:

LHS: nPr = n!/(n-r)!

n-1Pr = (n-1)!/(n-r-1)!

r × (n-1)Pr-1= r × (n-1)!/[(n-1)-(r-1)]! = r × (n-1)!/(n-r)!

RHS: n-1Pr + r × (n-1)Pr-1 = (n-1)!/(n-r-1)! + r × (n-1)!/(n-r)! = (n-1)!(n-r)/(n-r)! + r × (n-1)!/(n-r)!

n-1Pr + r × (n-1)Pr-1= (n-1)!(n-r+r)/(n-r)! = (n-1)!n/(n-r)! = n!/(n-r)!

Thus, LHS = RHS

Derivation of nPr Formula

Let the n different objects be a1, a2, a3, . . . , an.

  • First place can be filled up by any one of the n objects in n ways.
  • Second place can be filled up by any one of the remaining (n-1) objects in (n-1) ways.
  • Third place can be filled up by any one of the remaining (n-2) objects in (n-2) ways.

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 Formula

Combination 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.

Formula

Interpretation

Expression

nPr

Permutation of ‘n’ different objects taken ‘r’ at a time

n!/(n-r)!

nCr

Combination of n different objects taken r at a time

n!/(n-r)!(r!)

Where,

  • n is the total number of objects,
  • r is the number of objects taken at a time, and
  • Factorial i.e., n! is the product of all positive integers from 1 to “n.”

Relationship between nPr and nCr Formula

As 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:

nCr = nPr /r!

Applications of Permutation (nPr) Formula

Various applications of nPr Formula are:

Combinatorial Analysis: This is about counting different ways things can be arranged.

For example, arranging people in a line, picking a group, or creating passwords with unique characters.

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:

  • Permutation
  • Combinations
  • Permutation and Combination

Examples on nPr Formula

Example 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:

Here, n = 52 (total number of cards in the deck) and r = 5 (number of cards to be chosen).

52P5 = 52!/(52-5)!

52P5 = 52!/(47)!

52P5 = (52 × 51 × 50 × 49 × 48 × 47!)/47!

52P5 = 311,875,200

Therefore, there are 311,875,200 different ways to choose 5 cards in a specific order from a standard deck of 52 playing cards.

Example 2: Seven athletes are participating in a race. In how many ways can the first 3 athletes win the prize?

Solution:

Here, n = 7 (total number of athletes participating in the race) and r = 3 (number of athletes to be chosen to win the prize).

7P3 = 7!/(7-3)!

7P3 = 7!/(4)!

7P3 = 7 × 6 × 5 × 4!/4!

7P3 = 7 × 6 × 5 = 210

Hence, there are 210 ways 3 athletes can win the prize.

Example 3: In how many ways can 6 persons stand in a queue?

Solution:

Here, n = 6 (total number of persons) and r = 3 (number of persons to stand in the queue).

6P6 = 6!/(6-6)!

6P6 = 6!/(0)! = 6!/1 = 6! = 6 × 5 × 4 × 3 × 2 × 1 = 720

Hence, there are 720 ways 6 persons can stand in a queue.

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:

Here, n = 12 (total number of books) and r = 7 (number of books to be arranged).

12P5 = 12!/(12-5)!

12P5 = 12!/(7)!

12P5 = 12 × 11 × 10 × 9 × 8 × 7!/7!

12P5 = 12 × 11 × 10 × 9 × 8 = 95040

Hence, there are 95040 ways to arrange 7 books on a shelf out of 12 different books.

Practice Problems on nPr Formula

P1. 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: FAQs

What are Permutations?

Permutations are arrangements of objects in a specific order. In mathematics, particularly in combinatorics, a permutation of a set is an ordered arrangement of its distinct elements.

What is nPr Formula in Probability?

The nPr formula is:

nPr = n! / (n – r)!

What is the Value of nP0?

nP0 is defined as 1. In combinatorics, the number of ways to arrange 0 elements (which essentially means having an empty set) is considered to be 1.

What is the Meaning of r in nPr?

In nPr, r is the number of objects chosen and arranged from the total n objects.

How do you know when to use nCr or nPr?

We use nPr when order of arrangement matters, whereas we use nCr when it doesn’t.

Is nPr always greater than nCr?

No, nPr is not always greater than nCr for same value of r and n.

What is the nPr and nCr formula?

The nPr and nCr formula are:

  • nPr = n! / (n – r)!
  • nCr = = n! / r! × (n – r)!


P

paulsubhro

What is nPr Formula? | How to Use nPr Formula with Examples (2)

Improve

Next Article

nCr Formula

Please Login to comment...

What is nPr Formula? | How to Use nPr Formula with Examples (2024)
Top Articles
Allocation | Binance Academy
Purchase Rebates
Katie Pavlich Bikini Photos
Gamevault Agent
Hocus Pocus Showtimes Near Harkins Theatres Yuma Palms 14
Free Atm For Emerald Card Near Me
Craigslist Mexico Cancun
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Doby's Funeral Home Obituaries
Vardis Olive Garden (Georgioupolis, Kreta) ✈️ inkl. Flug buchen
Select Truck Greensboro
How To Cut Eelgrass Grounded
Pac Man Deviantart
Alexander Funeral Home Gallatin Obituaries
Craigslist In Flagstaff
Shasta County Most Wanted 2022
Energy Healing Conference Utah
Testberichte zu E-Bikes & Fahrrädern von PROPHETE.
Aaa Saugus Ma Appointment
Geometry Review Quiz 5 Answer Key
Walgreens Alma School And Dynamite
Bible Gateway passage: Revelation 3 - New Living Translation
Yisd Home Access Center
Home
Shadbase Get Out Of Jail
Gina Wilson Angle Addition Postulate
Celina Powell Lil Meech Video: A Controversial Encounter Shakes Social Media - Video Reddit Trend
Walmart Pharmacy Near Me Open
Dmv In Anoka
A Christmas Horse - Alison Senxation
Ou Football Brainiacs
Access a Shared Resource | Computing for Arts + Sciences
Pixel Combat Unblocked
Umn Biology
Cvs Sport Physicals
Mercedes W204 Belt Diagram
Rogold Extension
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Teenbeautyfitness
Weekly Math Review Q4 3
Facebook Marketplace Marrero La
Nobodyhome.tv Reddit
Topos De Bolos Engraçados
Gregory (Five Nights at Freddy's)
Grand Valley State University Library Hours
Holzer Athena Portal
Hampton In And Suites Near Me
Stoughton Commuter Rail Schedule
Bedbathandbeyond Flemington Nj
Free Carnival-themed Google Slides & PowerPoint templates
Otter Bustr
Selly Medaline
Latest Posts
Article information

Author: Wyatt Volkman LLD

Last Updated:

Views: 5873

Rating: 4.6 / 5 (66 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Wyatt Volkman LLD

Birthday: 1992-02-16

Address: Suite 851 78549 Lubowitz Well, Wardside, TX 98080-8615

Phone: +67618977178100

Job: Manufacturing Director

Hobby: Running, Mountaineering, Inline skating, Writing, Baton twirling, Computer programming, Stone skipping

Introduction: My name is Wyatt Volkman LLD, I am a handsome, rich, comfortable, lively, zealous, graceful, gifted person who loves writing and wants to share my knowledge and understanding with you.