Permutation and CombinationWe have always faced the problem of understanding the difference between permutationand combination. This chapter will definitely clear the concepts of permutation and combination, the only thing you have to do is thoroughly understand the difference between the two terms and as well learn the quick tips to solve problems based on this chapter Difference between permutation and combination What is permutation? Permutation: The various ways of arranging a given number of things by taking some or all at a time are all called as permutations. Permutation includes word formation, number formation, circular permutation, etc. In permutation, objects are to be arranged in particular order. It is denoted by n P r or P(n, r). Example: Arrange the given 3 numbers 1, 2, 3 by taking two at a time. Now these numbers can be arranged in 6 different ways: (12, 21, 13, 31, 23, 32). Here, 12 and 21, 13 and 31 or 23 and 32 do not mean the same, because here order of numbers is important. What is combination? Combination: Each of different groups or selections formed by taking some or all number of objects is called a combination. Combination is used in different cases which include team/group/committee. In combination, objects are selected randomly and here order of objects doesn’t matter. It is denoted by n C r or C(n, r) Example: If we have to select two girls out of 3 girls X, Y, Z, then find the number of combinations possible. Now only two girls are to be selected and arranged. Hence, this is possible in 3 different ways: (XY, YZ, XZ,). Here, You cannot make a combination as XY and YX, because these combinations mean the same. Quick Tips and Tricks Factorial n!: It is the product of all positive integers less than or equal to n. Example: 4! = 4 × 3 × 2 × 1 = 24 Theorem of Counting: 1) Rule of Addition: If a first task is performed in x ways and second task is performed in y ways, then either of the two operations can be performed in (x + y) ways 2) Rule of Multiplication: If a first task is performed in x ways and second task is performed in y ways, then both of the two operations can be performed in (x × y) ways Suppose n different cakes are done in a 1 , a 2 , a 3 , … a n different ways respectively, independent of each other then: 1) Any one of them can be done in a 1 + a 2 + a 3 + … + a n ways. (a 1 way or a 2 way or a 3 + … + a n way) 2) All of them can be done in a1 × a2 × a3 × … × an ways (a1 way and a2 way and a3 + … + an way) All about Permutation: 1) Condition 1: Number of permutations of n things, taken r at a time is given as follows:
2) Condition 2: If there are N balls and out of these B1 balls are alike, B2 balls are alike , B3 balls are alike and so on and Br are alike of rth kind, such that (B1 balls + B2 balls + B3 balls ----- Br balls) = N balls. In such condition,
3) Condition 3: If number of permutations of n objects are all taken at a time,
Important points to remember: 1) If N different objects are to be arranged, then they can be arranged in N! ways. 2) N number of objects can be arranged around a circle in (N – 1)! ways. 3) Sometimes we have to solve problems on permutation considering the condition of Repetition Repetition: This condition is not used unless specified. (Remember) Number of permutation of N objects taken r at a time when each selected object can be repeated any number of times is given as: Number of permutations = n r 4) Restricted Permutation: The number of permutations of n objects taken r at a time in which if k particular objects are: a) Never included: (n – k)Pr ---- (k are the number of objects not included) b) Always included: (n – k) Cr–k x r! ---- (k is the number of objects always included) All about combinations: 1) Number of combinations of n objects, taken r at a time is given as follows:
This example will surely clear the concept! Hint: In the example discussed below, the confusion related to addition and multiplication of terms will also be cleared. Example: Suppose there are 12 boys and 8 girls, and we have to select 5 volunteers for a particular task. So we have to find the number of possible selections we can make. Total students are (12 + 8) = 20 and we have to select 5 volunteers.
The question may be asked in different ways. 2 different conditions are specified below: 1) Out of 5 volunteers, 3 boys and 2 girls must be present. 2) Boys should be in majority.
Important Formulae: 1) nCn = nC0 = 1 2) nCn – 1 = nC1 = n 3) nCr = n Cn – r 4) 0! = 1 5) n! = n (n – 1)!
Types of Questions Type 1: Permutation Q 1. Find the value of 50P2 a. 4500 b. 3260 c. 2450 d. 1470 View solution Correct Option: (c)
Value of 50P2 = 2450 Q 2. How many words can be formed by using letters of the word ‘DELHI’? a. 50 b. 72 c. 85 d. 120 View solution Correct Option: (d) Q 3. Find the number of ways the letters of the word ‘RUBBER can be arranged? a. 450 b. 362 c. 250 d. 180 View solution Correct Option: (d)
= 180 Q 4. Find in how many different ways, the letters of the word ‘LEADING’ can be arranged in such way that the vowels always come together? a. 548 b. 426 c. 720 d. 790 View solution Correct Option: (c) 3! Ways = 6 ways. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Type 2: Combination Q 5. Find the value of 20C17 a. 1260 b. 1140 c. 2580 d. 3200 View solution Correct Option: (b)
Q 6. Out of 5 consonants and 4 vowels, how many words of 3 consonants and 2 vowels can be formed? a. 60 b. 1200 c. 5230 d. 7200 View solution Correct Option: (d)
3 consonants out of 5 can be selected in 5C3 ways 2 vowels out of 4 can be selected in 4C2 ways In 5C3 and 4C2 ways the consonants and vowels can be selected. Remember: 5C3 and 4C2, hence multiply the terms 5C3 x 4C2
60 groups can be made each having 3 consonants and 2 vowels Each word contains 3 consonants and 2 vowels i.e 5 letters. Hint: If N different objects are to be arranged, then they can be arranged in N! ways. 5 letters can be arranged in 5! Ways. 5! = 5 x 4 x 3 x 2 x 1 = 120 Required number of words = (120 x 60) = 7200 Q 7. A bag contains 2 white marbles, 3 black marbles and 4 red marbles. Find in how many ways, 3 marbles can be drawn, so that at least one black marble is included in each draw? a. 64 b. 52 c. 58 d. 36 View solution Correct Option: (a)
2) nCn = nC0 = 1 Among 3 marbles, at least one black marble is to be drawn. Therefore, the number possible combinations are: 1) 1 black and 2 other colors [3C1 × 6C2] ----- (3C1 and 6C2 because 3 balls are drawn) 2) 2 black and 1 of other color [3C2 × 6C1] 3) All 3 are black marbles [3C3] Hence, the required number of ways = [3C1 × 6C2] + [3C2 × 6C1] + [3C3] ------ ([3C1 × 6C2] and [3C2 × 6C1] are added because they are number of possibilities “This or that”)
= 64 3 marbles can be drawn from the bag, with at least one black marble in 64 ways. |
Comments
Post a Comment