SOLUTION: A class has 15 girls and 19 boys. A committee is formed with two girls and two boys, each with a distinct responsibility. Determine whether this situation involves a permutation or
Algebra ->
Permutations
-> SOLUTION: A class has 15 girls and 19 boys. A committee is formed with two girls and two boys, each with a distinct responsibility. Determine whether this situation involves a permutation or
Log On
Question 875414: A class has 15 girls and 19 boys. A committee is formed with two girls and two boys, each with a distinct responsibility. Determine whether this situation involves a permutation or a combination. Then determine the number of possible arrangements. Answer by jim_thompson5910(35256) (Show Source):
Since each person has a "distinct responsibility" this means order matters. If you were to alter the order, then the two people would have different responsibilities.
So we're using a permutation.
There are 15 P 2 = (15!)/(15-2)! = (15*14*13!)/(13!) = 15*14 = 210 different ways to pick 2 girls (order matters).
There are 19 P 2 = (19!)/(19-2)! = (19*18*17!)/(17!) = 19*18 = 342 different ways to pick 2 boys (order matters).
There are 210*342 = 71,820 ways to form this committee.