Question 948947
from a list of 12 books, how many groups of 5 can be selected?
----
Ans: 12C5 = 12!/[(12-5)!*5!] = (12*11*10*9*8)/(1*2*3*4*5) = 792 groups
--------------
Cheers,
Stan H.
--------------