Question 147635: A store selects four items from a selection of 6 items to arrange in a display. How many different arrangements are possible? Answer by edjones(8007) (Show Source):
You can put this solution on YOUR website! Since we are concerned with arrangements we use permutation.
nPr=n!/(n-r)!
=6!/(6-4)!
=6*5*4*3*2!/2!
=360
.
Ed