Question
Question: In how many ways can 6 persons stand in a queue?...
In how many ways can 6 persons stand in a queue?
Solution
The no. of ways in which 6 persons can stand in a queue is same as the number of arrangements of 6 different things taken all at a time, which is ordered pair is, do permutation, nPr
Complete step-by-step answer:
We are given a total of 6 persons standing in a queue. We need to find the no. of ways in which we can arrange these 6 persons to stand in the queue.
The no. of ways in which 6 persons can stand in a queue is the same as the no. of arrangements of 6 different things taken all the time. Now, this can be done through Permutation.
Now, the required no. of ways = 6P6
Where, n = 6 and r = 6.
Thus, applying the formula, we get
nPr=6P6=(6−6)!6!=0!6!=16!6P6=6!=6x5x4x3x2x1=720
Thus, there are 720 ways in which 6 persons can stand in a queue.
Note: You may confuse this question of permutation with that of ambition. If you do decombination, you get the answer as,
nCr=(n−r)!r!n!6C6=(6−6)!6!6!=0!6!6!=1
We get no. of arrangements as 1, which is not possible. Thus, use permutation.