1 / 22

PERMUTATIONS and COMBINATIONS

QS 026 CHAPTER 9. PERMUTATIONS and COMBINATIONS. PERLIS MATRICULATION COLLEGE. Permutations of a set of objects. A permutation of a set of objects is any arrangement of those objects in a definite order. ( order is important ). For example, if A={a,b,c,d} , then

abbott
Télécharger la présentation

PERMUTATIONS and COMBINATIONS

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. QS 026CHAPTER 9 PERMUTATIONSandCOMBINATIONS PERLIS MATRICULATION COLLEGE

  2. Permutations of a set of objects A permutation of a set of objects is any arrangement of those objects in a definite order. (order is important). For example, if A={a,b,c,d} , then abtwo-element permutation of A, acdthree-element permutation of A, adcbfour-element permutation of A.

  3. The order in which objects are arranged is important. For example, • ab and baare considered different two- element permutations • abc and cba are distinct three-element permutations, and • abcd and cbad are different four-element permutations.

  4. For another example the six permutations of ABC are the six different arrangements of ABC. These are ABC ACB BAC BCA CAB CBA

  5. If there are 4 ways from Johor to Penang and 2 ways from Penang to Pulau Langkawi, how many ways can we go for a journey from Johor to Pulau Langkawi through Penang.

  6. Bus Taxi Flight Johor Train Penang Ferry P.Langkawi Van

  7. The number of permutations can be calculated using the multiplication principle. Multiplication Principle If there are m ways for an event to occur and n ways for another event to occur, then there are m x nways for the two events to occur.

  8. 12 2 6 Example A coin and a dice are tossed together. How many different outcomes are possible ? Solution The coin has two possible outcomes (head, H and Tail, T) and the dice has 6 possible outcomes. The number of different possible outcomes is ___ x ___ = ____ The possible outcomes are (H,1) (H,2) (H,3) (H,4) (H,5) (H,6) (T,1) (T,2) (T,3) (T,4) (T,5) (T,6)

  9. Example A shop stocks T-shirts in four sizes : small, medium and large. They are available in four colours; black , red , yellow and green. If the sizes are denoted by S, M and L and the colours are denoted by B, R, Y and G make a list of all the different labels needed to distinguish the T-shirts and find the number of different labels. Solution SB SR SY SG MB MR MY MG LB LR LY LG The number of different labels is 3 x 4 = 12

  10. Permutations of n objects We will now consider the method for finding a number of permutations on the letters A, B and C using the multiplication principle. How many arrangements of the letters A, B and C are there? Let us consider the number of ways of arranging n letter. If we have 1 letter, there is just one arrangement. Example : A

  11. If we have 2 letters, there are two different arrangements. Example : AB and BA If we have 3 letters, the different arrangements are : there are three ways of choosing the first letter.

  12. When the first letter has been chosen, there are two letters from which to choose the second; and the possible ways of choosing the first two letters are: there are two ways of choosing the second letter

  13. i.e. for each of the three ways of choosing the first letter, there are two ways of choosing the second letter. Hence there are 3 x 2 ways of choosing the first two letters. Having chosen the first two letters, there is only one choice for the third letter, i.e. for each of the 3 x 2 ways of choosing the first two letters, there is only one possibility for the third letter. Hence there are 3 x 2 x 1 ways of arranging the three letters A, B and C. Note : if repetition are allowed, we can choose from all 3 digits for each digit of the number. A digit can be used more than once.

  14. 5 5 5 5 5 6 6 6 6 6 5 6 5 6 How many different ways of arranging 3 digit numbers from digits 5 and 6 ? there will be 8 different ways, which is found from 2 2 2

  15. How many different ways do you think there are of arranging 4 letters? You should able to see, there will be 24 different ways, which is found from 4 x 3 x 2 x 2 x 1. If there are 500 different objects, the number of ways would be 500 x 499 x 498 x … x 3 x 2 x 1. This is tedious to write, so we use the notation 500! ( factorial 500 ).

  16. Example List the set of all permutations of the symbols P, Q and R when they are taken 3 at a time Solution PQR, PRQ, QPR, QRP, RPQ, RQP

  17. In general, Number of permutations of n different objects taken all at a time without repetition n = n x (n – 1) x(n – 2) x … x 2 x 1 = n! P n n P =n! n Notes:n! means the products of all the integers from 1 to n inclusive and is called ‘n factorial’.

  18. Example How many three-digit numbers can be made from the integers 2, 3, 4 ? Solution n = 3 n = 3 ! 3 x 2 x 1 = 6 3 = n The number of arrangements is 6.

  19. Example In how many ways can ten instructors be assigned to ten sections of a course in mathematics? Solution Substituting n = 10 we get =10 ! = 3,628,800 ways =

  20. Example Three people, Aishah, Badrul and Daniel must be scheduled for job interviews. In how many different orders can this be done? Solution n = 3 So there are 3! = 6 possible orders for the interviews.

  21. Example How many different numbers can be formed from the digits 5, 6, 7 and 8 i)   if no repetitions are allowed n = 4 npn = 4p4 = 4! = 24 ii)  if the first digit must be 7. 1p1 X 3p3 = 1! X 3! = 6

More Related