SOLUTION: from a list of 12 books, how many groups of 5 can be selected?

Algebra ->  Permutations -> SOLUTION: from a list of 12 books, how many groups of 5 can be selected?      Log On


   



Question 948947: from a list of 12 books, how many groups of 5 can be selected?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
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.
--------------