SOLUTION: 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 c
Algebra ->
Permutations
-> SOLUTION: 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 c
Log On
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? Found 3 solutions by Boreal, ikleyn, stanbon:Answer by Boreal(15235) (Show Source):
You can put this solution on YOUR website! 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.
------------