
Julian C. answered 10/13/15
Tutor
5.0
(163)
Clear, patient and reliable math tutor
Hi Mauro
The basics: if you are picking, for example, the male part, then you have to pick 3 out of the 7 men available. The formula for the number of ways to do this is "7 choose 3" or 7C3. It is equal to 7! / ((3!)(7-3!)) or 7! / (3!4!), which comes out to 35.
This is pretty hard. For part A, if Miles is picked and Margaret is not, then that leaves 4 choices for the female role (Margaret is excluded) and 6 children for the two roles. So there are 4C1·6C2 choices. On the other hand if Margaret is picked and Miles is not, then that leaves 6 men for the three roles, and again the 6 children for the two roles. So there are 6C3·6C2 choices. To get the total you just add them:
4C1·6C2 + 6C3·6C2 = 4·15 + 20·15 = 360.
For part B, first think of the probability of Miles getting picked. This is equal to:
(# of male casts including Miles) / (total # of possible male casts)
If Miles is picked, there are two other slots to fill from 6 remaining choices. So there are 6C2 possible male casts including Miles. The total number of possible male casts is 7C3. So Miles's chance of getting picked is 6C2 / 7C3.
As for Margaret, if she's picked there are zero other slots to fill so there are 4C0 possible female casts including her. So her chance of getting picked is 4C0 / 5C1, or 1/5 (duh. But at least the formula works).
For the chance of both getting picked, just multiply:
(6C2 / 7C3)·(4C0 / 5C1)
This works out to (15/35)·(1/5), or 3/35.