Answer:
88,256,520
Explanation:
You want the number of 12-person committees made up of 2 professors from a pool of 10 and 10 students from a pool of 24.
Professors
The number of possible pairs of professors is ...
10C2 = 45
This is the number of ways that 2 can be chosen from 10.
Students
The number of possible groups of students is ...
24C10 = 1,961,256
This is the number of ways 10 can be chosen from 24.
Committees
For each choice of professors, any of the choices of students can finish the committee. The number of possible committees is the product of these numbers:
45 × 1961256 = 88256520
88,256,520 different committees are possible.
__
Additional comment
The notation nCk is equivalent to n!/(k!(n-k)!).
<95141404393>