University A , University B, and University C have each 4 soccer players. If a team of 9 is to be formed with an equal number of players from each university, how many number of ways can the selections be done?
是Math Bible上的题。他们的答案是这样写的:
selecting 3 of 4 players can be done in C(4,3)=4 ways.
The selection from the 3 universities can be done in 3*4=12 ways.
The answer is C.