Presentation is loading. Please wait.

Presentation is loading. Please wait.

Main Menu Main Menu (Click on the topics below) Permutations with Some repetitions Example r-Combinations with Some repetitions Example Permutations and.

Similar presentations


Presentation on theme: "Main Menu Main Menu (Click on the topics below) Permutations with Some repetitions Example r-Combinations with Some repetitions Example Permutations and."— Presentation transcript:

1 Main Menu Main Menu (Click on the topics below) Permutations with Some repetitions Example r-Combinations with Some repetitions Example Permutations and Combinations with Repetitions Balls in Boxes Balls in Boxes: Boxes maybe empty Balls in Boxes: Boxes non-empty Click on the picture

2 Permutations and Combinations with Repetitions Sanjay Jain, Lecturer, School of Computing

3 Permutations with Some Repetitions Anagrams of MALAYSIA, INDONESIA,… For example, the different permutations of ABA are: ABA BAA AAB So our old method doesn’t work.

4 END OF SEGMENT

5 Permutations with Some Repetitions Theorem: Suppose I have a collection of n objects: n 1 objects of type 1. n 2 objects of type 2. …. n k objects of type k. Where all the types are distinct, and n 1 +n 2 +…+n k =n Then, the number of distinct permutations of the n objects is

6 END OF SEGMENT

7 Proof T 1 : Place the objects of type 1. T 2 : Place the objects of type 2. T 3 : Place the objects of type 3. …….. T k : Place the objects of type k. 1 2 3 n ….

8 Proof T 1 : Place the objects of type 1. T 1 can be done in ways. 1 2 3 n ….

9 Proof T 2 : Place the objects of type 2. T 2 can be done in ways. 1 2 3 n ….

10 Proof T 3 : Place the objects of type 3. T 3 can be done in ways. 1 2 3 n ….

11 Proof T k : Place the objects of type k. T k can be done in ways. 1 2 3 n ….

12 Permutations with Some Repetitions Theorem: Suppose I have a collection of n objects: n 1 objects of type 1. n 2 objects of type 2. …. n k objects of type k. Thus using the multiplication rule, all the n objects can be placed in ways.

13 END OF SEGMENT

14 Permutations with Some Repetitions

15 END OF SEGMENT

16 Example How many anagrams of Malaysia are there? Answer: M ---1 A ---3 L---1 Y---1 S ---1 I --- 1

17 END OF SEGMENT

18 r-Combinations with Repetitions allowed A r-combination, with repetition allowed, chosen from a set X of n elements is an unordered selection of elements taken from X, where repetitions are allowed. That is we can take several copies of any element of X in the selection.

19 END OF SEGMENT

20 Theorem: The number of r-combinations with repetition allowed, that can be selected from a set of size n is

21 Proof: r X’s and n-1 boundaries. These can be arranged in any order. The number of ways this can be done is r+n-1 C r. Thus the number of r-combinations with repetitions allowed is 1st 2nd 3rd nth …. XXX XXX

22 END OF SEGMENT

23 Example I want to buy 5 cans of soft drink. The possible drinks that are available are coke, sprite and pepsi, where there are unlimited number of each. In how many ways can I choose the 5 cans? Using the theorem, this can be done in ways. Answer: This is same as the number of 5-combinations, with repetition allowed, from a set of size 3. (since I need to select 5 cans from a set of size 3 with repetition allowed)

24 END OF SEGMENT

25 Example Library has budget to buy 20 copies of books on discrete math. Five different text books on discrete math are available (unlimited number of copies) in the market. How many ways can the library buy the books? Using the theorem, this can be done in ways. Answer: This is same as the number of 20-combinations, with repetition allowed, from a set of size 5. (since I need to select 20 books from a set of size 5 with repetition allowed)

26 END OF SEGMENT

27 Example How many integral solutions of equation x 1 +x 2 +x 3 =20, where x 1,x 2,x 3  0 are there? Using the theorem, this can be done in ways. Answer: Note that we can consider each x i as a different type. Choosing x i =r, would mean that we are taking r copies of x i. This is same as the number of 20-combinations, with repetition allowed, from a set of size 3.

28 END OF SEGMENT

29 Permutations and Combinations with Repetitions Suppose we are choosing k elements from a set of size n. Many problems can be categorized into the following four forms: Order doesn’t matter and repetitions are allowed: Order doesn’t matter and repetitions are not allowed: Order matters and repetitions are allowed: nknk Order matters and repetitions are not allowed: P(n,k)

30 END OF SEGMENT

31 Balls in Boxes Many problems can be formulated as a balls in boxes problem. Suppose we have n balls which are to be placed in m boxes. Balls are distinguishable or not? Boxes are distinguishable or not? Boxes have limited capacity or infinite capacity? Boxes are required to be non-empty?

32 Examples: Number of functions from X to Y. X has k elements, and Y has r elements. We can consider elements of X as balls, and elements of Y as boxes. So this problem is same as how many ways we can distribute k balls in r boxes, where both balls and boxes are distinguishable. Note that in the above problem we cannot take elements of Y to be balls and elements of X to be boxes: “ball” goes into only one “box”. A “box” may contain several “balls”. Elements of X may be mapped to only one element of Y. Elements of Y may be an image of several elements of X.

33 Examples: All functions: capacity unlimited. 1--1 functions: capacity of boxes is 1. Onto functions: Boxes should be non-empty. Bijective functions: Boxes should be non-empty and capacity is one.

34 END OF SEGMENT

35 Balls in Boxes We will only consider the cases where Boxes are distinguishable. The question when boxes are indistinguishable is hard. Case I: n distinguishable balls are to be placed in m distinguishable boxes with infinite capacity. We can divide the job into n tasks. T i : place the i-th ball. (i=1 to n) T i can be done in m ways (one can select any of the boxes). Thus using multiplication rule, number of ways to do the job is m n.

36 END OF SEGMENT

37 Balls in Boxes Case II: n indistinguishable balls are to be placed in m distinguishable boxes with infinite capacity. 1st 2nd 3rd mth …. XXX XXX Choosing n-combination from a set of size m with repetition allowed. This can be done in ways by the theorem done earlier.

38 END OF SEGMENT

39 Balls in Boxes Case III: n distinguishable balls are to be placed in m distinguishable boxes with capacity =1. m < n  0 ways m  n  P(m,n) ways

40 END OF SEGMENT

41 Balls in Boxes Case IV: n indistinguishable balls are to be placed in m distinguishable boxes with capacity =1. m < n  0 ways m  n 

42 END OF SEGMENT

43 Balls in Boxes: non-empty boxes. We will only be considering the case of distinguishable boxes and indistinguishable balls. Case V: n indistinguishable balls are to be placed in m distinguishable boxes, with unlimited capacity such that each box is non-empty. n<m: 0 ways. n  m  Give one ball to each box.  Now distribute the remaining n-m balls in m boxes, without the non-empty constraint.

44 END OF SEGMENT

45 Balls in Boxes: non-empty boxes. Case VI: n indistinguishable balls are to be placed in m distinguishable boxes, with capacity=1, such that each box is non-empty. If m = n: 1 way. If m  n : 0 ways.

46 END OF SEGMENT

47 Balls in Boxes: We can generalize the technique to several other cases. For example, suppose we want to place 10 indistinguishable balls into 5 distinguishable boxes such that box B1 gets exactly two balls, and each of the remaining boxes get at least one ball. How many ways can we do it? First place 2 balls in B1, and one ball in each of the other boxes. Thus we are left with 4 balls, and 4 boxes. (balls: indistinguishable, boxes distinguishable, no other constraint)

48 END OF SEGMENT

49 Example: Suppose we want distribute 20 eclairs to 3 children, Tom, Mary and John. Suppose Tom should get atleast 4 eclairs. In how many ways can we do it? Note: Children are distinguishable. Eclairs are not. We can first give away 4 eclairs to Tom. Then we can distribute 16 remaining eclairs with no constraints.

50 END OF SEGMENT

51 Example: Suppose library wants to buy 20 copies of discrete math book. Suppose there are 5 discrete math text books available in the market. Suppose there is a constraint that library should buy at least one of each of the text books. How many ways can the library buy the books? Answer: Different copies of same text books are not distinguishable. However different text books are distinguishable. We can consider text books as boxes, and the number of copies bought as balls. Thus we need to distribute 20 indistinguishable balls into 5 distinguishable boxes, with each box being non-empty.

52 END OF SEGMENT


Download ppt "Main Menu Main Menu (Click on the topics below) Permutations with Some repetitions Example r-Combinations with Some repetitions Example Permutations and."

Similar presentations


Ads by Google