document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #616810 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! It is 15C3 \n" ); document.write( "That is 15!/12!3! \n" ); document.write( "=15*14*13/6 \n" ); document.write( "=2730/6 \n" ); document.write( "=455 ways \n" ); document.write( " |