Solveeit Logo

Question

Question: How do you evaluate \[{}^7{P_7}\]?...

How do you evaluate 7P7{}^7{P_7}?

Explanation

Solution

This problem deals with permutations and combinations. But here a simple concept is used. Although this problem deals with permutations only. Here factorial of any number is the product of that number and all the numbers less than that number till 1.
n!=n(n1)(n2).......1\Rightarrow n! = n(n - 1)(n - 2).......1
The number of permutations of nn objects taken rr at a time is determined by the formula which is used:
nPr=n!(nr)!\Rightarrow {}^n{P_r} = \dfrac{{n!}}{{\left( {n - r} \right)!}}

Complete step-by-step solution:
In mathematics, a permutation of a set is, loosely speaking, an arrangement of its members into a sequence or linear order, or if the set is already ordered, a rearrangement of its elements. The word “permutations” also refers to the act or process of changing the linear order of an ordered set.
Given we are asked to evaluate the given permutation expression which is 7P7{}^7{P_7}:
7P7=7!(77)!\Rightarrow {}^7{P_7} = \dfrac{{7!}}{{\left( {7 - 7} \right)!}}
7P7=7!0!\Rightarrow {}^7{P_7} = \dfrac{{7!}}{{0!}}
We know that 0!=10! = 1,
So 7P7=7! \Rightarrow {}^7{P_7} = 7!
7P7=5040\therefore {}^7{P_7} = 5040

The value of 7P7{}^7{P_7} is 50405040.

Note: Here while solving such kind of problems if there is any word of nnletters and a letter is repeating for rrtimes in it, then it can be arranged in n!r!\dfrac{{n!}}{{r!}} number of ways. If there are many letters repeating for a distinct number of times, such as a word of nnletters and r1{r_1} repeated items, r2{r_2}repeated items,…….rk{r_k}repeated items, then it is arranged in n!r1!r2!......rk!\dfrac{{n!}}{{{r_1}!{r_2}!......{r_k}!}} number of ways.
Please note that permutations are used in almost every branch of mathematics, and in many other fields of science. In computer science, they are used for analyzing sorting algorithms, in quantum physics, for describing the states of particles, and in biology, for describing RNA sequences.