SOLUTION: A class has 17 students, of which 3 are seniors. How many committees of size 3 can be selected if one member in each team must be a senior?
Algebra ->
Customizable Word Problem Solvers
-> Misc
-> SOLUTION: A class has 17 students, of which 3 are seniors. How many committees of size 3 can be selected if one member in each team must be a senior?
Log On
Question 511883: A class has 17 students, of which 3 are seniors. How many committees of size 3 can be selected if one member in each team must be a senior? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A class has 17 students, of which 3 are seniors. How many committees of size 3 can be selected if one member in each team must be a senior?
----
# of ways to pick one senior: 3
# of ways to pick 2 "other" members (which may include seniors): 16C2 = 120
====
Total # of committees: 3*120 = 360
===========
cheers,
Stan H.