Question
Question: If four times the number of permutations of \(n\) things taking \(3\) at a time is equal to five tim...
If four times the number of permutations of n things taking 3 at a time is equal to five times the number of permutations of n−1 things taking 3 at a time, find the value of n.
Explanation
Solution
Hint: Use formula of permutation, nPr=(n−r)!n!.
The number of permutations of n things taking 3 at a time = nP3.
Similarly, the number of permutations of n−1 things taking 3 at a time = n−1P3.
Now, according to question:
⇒4×nP3=5×n−1P3
We know that, nPr=(n−r)!n! using this we’ll get:
Therefore, the required value of n is 15
Note: Permutation of 3 things includes both the selection of 3 things and their arrangement as well.