Question 999128
 The Computer Science department must select three faculty members to send to represent the department at a conference from the fifteen full-time faculty members. In how many ways can the selections be made? 
-------
Order makes no difference::
15C3 = 15!/(12!*3!) = (15*14*13)/(1*2*3) = 455 ways
------------
Cheers,
Stan H.
------------