You can put this solution on YOUR website! In how many ways can a team of 5 be selected among 12
-----
# of ways to select the 5 is 12P5 = 12*11*10*9*8
-----
# sets of 5 from the 12 is 12C5 = (12*11*10*9*8)/(1*2*3*4*5)
-----------
Cheers,
Stan H.
------------