Question 923751
in how many ways can 11 players be selected out of 15 players when
 1-one particular player is always selected.
You are selecting 10 players out of 14:: 14C10 = 14C4 = (14*13*12*11)/(1*2*3*4)
= 1001 ways
----------------------------------
 2-one player is never selected.
You must choose 11 players from 14:: 14C11 = 14C3 = (14*13*12)/(1*2*3)  = 364
-------------------------------------
 3-there are no restrictions.
Ans: 15C11 = 1365
-------------------
Cheers,
Stan H.
===================