1 / 52

Main Menu (Click on the topics below)

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

Download Presentation

Main Menu (Click on the topics below)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

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

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

  4. END OF SEGMENT

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

  6. END OF SEGMENT

  7. T1: Place the objects of type 1. T2: Place the objects of type 2. T3: Place the objects of type 3. …….. Tk: Place the objects of type k. 3 …. …. 2 n 1 Proof

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

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

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

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

  12. Theorem: Suppose I have a collection of n objects: n1 objects of type 1. n2 objects of type 2. …. …. nk objects of type k. Permutations with Some Repetitions 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. How many anagrams of Malaysia are there? Answer: M ---1 A ---3 L---1 Y---1 S ---1 I --- 1 Example

  17. END OF SEGMENT

  18. 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. r-Combinations with Repetitions allowed

  19. END OF SEGMENT

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

  21. 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-1Cr . Thus the number of r-combinations with repetitions allowed is nth 3rd 2nd …. 1st XXX XX X Proof:

  22. END OF SEGMENT

  23. 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? Example 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) Using the theorem, this can be done in ways.

  24. END OF SEGMENT

  25. 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? Example 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) Using the theorem, this can be done in ways.

  26. END OF SEGMENT

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

  28. END OF SEGMENT

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

  30. END OF SEGMENT

  31. 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 in 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. 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. Examples: 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. 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. Examples:

  34. END OF SEGMENT

  35. 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. Ti: place the i-th ball. (i=1 to n) Ti 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 mn. Balls in Boxes

  36. END OF SEGMENT

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

  38. END OF SEGMENT

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

  40. END OF SEGMENT

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

  42. END OF SEGMENT

  43. 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. Balls in Boxes: non-empty boxes.

  44. END OF SEGMENT

  45. 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. Balls in Boxes: non-empty boxes.

  46. END OF SEGMENT

  47. 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) Balls in Boxes:

  48. END OF SEGMENT

  49. 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. Example:

  50. END OF SEGMENT

More Related