Question 1078950
There are six items total. You are to select three of them at random, putting them in a specific order. In other words, order matters. It is a permutation question. How many different arrangements of 3 can be made this way? 
---------------
# of groups of 3 = 6C3 = (6*5*4)/(1*2*3) = 20
# of arrangements of the set you pick 3! = 6
-----------
Total # of arrangements possible:: 20*6 = 120
-------------
Cheers,
Stan H.
----------