Solveeit Logo

Question

Question: What does \(nP_r \) and \(nC_r\) mean?...

What does nPrnP_r and nCrnC_r mean?

Explanation

Solution

Here, we are going to explain two concepts (nPrn\Pr and nCrnCr) which are straightforward and should not take too long to explain. I am going to explain your differences; when to use them, whenever you are trying to find the total number of outcomes in a given situation. For example, if you have 3 pants and 4 shirts. Then by using a simple calculation, you would have 3×4=123\times 4=12 total outfits.

Complete step by step solution:
In mathematics, permutation refers to the arrangement of all the members of a set in some order or sequence, while combination does not regard the order as a parameter. It is just a way of selecting items from a set or collection.
A permutation is the arrangements of rr things from a set of nn things without replacement. Order matters in the permutation.
nPr=n!(nr)!{{\Rightarrow }_{n}}{{P}_{r}}=\dfrac{n!}{\left( n-r \right)!}
A combination is the choice of rrthings from a set of nnthings without replacement. The order does not matter in combination.
nCr=n!r!(nr)!{{\Rightarrow }_{n}}{{C}_{r}}=\dfrac{n!}{r!\left( n-r \right)!}
In both above formulas the factorial (!) means it is a function that multiplies a number by every number below it. For example, 5!=5×4×3×2×15!=5\times 4\times 3\times 2\times 1.
Example: Find the number of permutations of the letters of the word ‘REMAINS’ such that the vowels always occur in odd places.