You can put this solution on YOUR website! How many subsets of four elements can be made from a set of ten elements?
A. 5,040
B. 40
C. 210
D. 1,260
---------------------
10C4 = 10!/(10-4)! = (10*9*8*7)/(1*2*3*4) = 210
================
Cheers,
Stan H.