Explore IDNLearn.com's extensive Q&A database and find the answers you need. Find reliable solutions to your questions quickly and easily with help from our experienced experts.
=========================================================
Explanation:
We have 6 slots to fill A,B,C,D,E,F
There are 6 choices for choice A, then 5 choices for slot B, 4 for C, and so on until we reach one choice for slot F. Count down by 1 each time a slot is filled.
Multiply out those values to get: 6*5*4*3*2*1 = 720
For more information, check out the concept of factorials.
---------
Another approach is to use the nPr permutation formula which is
[tex]_nP_r = \frac{n!}{(n-r)!}[/tex]
where in this case n = 6 and r = 6.