1
(a) In this case, we simply use the permutation formula.
P9=9!=362880
(b) If boys and girls alternate, then we can seat boys in P4 ways and girls in P5 ways. Since these events are simultaneous we get:
P4*P5=4!*5!=2880
(c) If the boys sit together we can get it P4 ways and the girls P5. Since we can swap them, we get:
2*P4*P5=2*4!*5!=5760
(d) Since the Compa sits in the middle, the rest of the guys can be seated in P8 ways.
P8=8!=40320
(e) We can seat the girls in the extreme seats A25 (since order is important to us, we use the formula of mixing Amn=n!/(n-m)!). The rest of the guys are P7 ways. Then we get
A25*P7=(5!/3!)*7!=100800
2
(a) In this example, we use the combination formula Cmn=n!/(n!*(n-m)!), because we do not care about the order of the combination, since in the end we get a certain combination.
C652=52!/(6!*(52-6)!)=20358520
(b) We use the arrangement formula Amn=n!/*(n-m)!, because in this example, the order is important. It turns out that the code from the letters is found in A226 ways, and the code from the numbers in A310 ways. Therefore
A226*A310=(26!/(26-2)!)*(10!/(10-3)!)=650*720=468000
(c) We use the arrangement formula Amn=n!/*(n-m)!, because in this example, the order is important. We get that we can make arrangements of A515 using the following methods.
A515=15!/10!=360360
(d) In this example, we can take a sweater in 6 ways, a skirt-8, a headband-4, a pair of shoes-3. Thus we get a combination of outfits equal to 6*8*4*3=576 ways.
(e) In this example, the order is not important and there are no repetitions, so we use the combination formula Cmn=n!/(n!*(n-m)!).
C415=15!/(4!*(15-4)!)=1365
Comments
Leave a comment