Question 108286: A store selects four item from a selection of 6 items to arrange in a display. How many different arrangements are possible? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A store selects four item from a selection of 6 items to arrange in a display. How many different arrangements are possible?
---------------
# of ways to select 4 from 6 = 6C4 = [6*5]/[1*2] = 15
---------------
# of ways to arrange the 4 you select = 4! = 48
--------------
Cheers,
Stan H.