Homework 11 - Section 4.3: P (N, R) N!/ (N R) !
Homework 11 - Section 4.3: P (N, R) N!/ (N R) !
Homework 11 - Section 4.3: P (N, R) N!/ (N R) !
3
4. Let S = {1, 2, 3, 4, 5}
a) List all the 3-permutations of S.
b) List all the 3-combinations of S.
For permutations, order matters. The number of r-permutations from a set
of n elements is
P (n, r) = n!/(n r)!
For combinations, order doesnt matter. The number of r-combinations from
a set of n elements is
C(n, r) = n!/r!(n r)!
P (5, 3) = 60
C(5, 3) = 10
123
124
125
134
135
145
234
235
245
345
(132
(142
(152
(143
(153
(154
(243
(253
(254
(354
213
214
215
314
315
415
324
325
425
435
231
241
251
341
351
451
342
352
452
453
6. a) C(5, 1) =
b) C(5, 3)
312
412
512
413
513
514
423
523
524
534
321)
421
521)
431)
531)
541)
423)
532)
542)
543)
5!
5!
=
=5
1!(5 1)!
4!
5!
120
=
= 10
3!(5 3)!
12
c) C(8, 4) =
8 7 6 5 4!
8!
=
= 70
4!(8 4)!
4! 4!
d) C(8, 8) =
8!
8!
=
=1
8!(8 8)!
8!
e) C(8, 0) =
8!
8!
=
=1
0!(8 0)!
8!
f) C(12, 6) =
12!
= 924
6!(12 6)!
24. How many ways are there to distribute 15 distinguishable objects into
five distinguishable boxes so that the boxes have one, two, three, four, and
five objects in them respectively?
Theorem 4 gives the following: The number of ways to place n distinguishable objects into k distinguishable bins such that ni objects are placed into
box i, i = 1, 2, ..., k equals
n!
.
n1 !n2 !...nk !
However, note that this theorem specifies that box 1 contains 1 object, box
2 contains 2 objects,... thats not the only acceptable case. What that theorem really gives is the number of ways to arrange those objects into subsets
of those sizes. For this problem, you can imagine the objects arranged into
acceptable size piles before placing them into the boxes.
We have the number of arrangements of objects into piles. How many different ways can these be arranged into five boxes?
Since order matters, and we cant use a box more than once, this is a problem
of permutation without repetition. There are P (5, 5) = 5! possible ways to
arrange them into boxes.
15!5!
= 4, 540, 536, 000
1!2!3!4!5!