Permutation and Combination
Permutation and Combination
The numbers must contain at least three digit and can go above that which
means the answer has 3 4 5 and 6 digits all together.
For three digits , there will be 6*5*4 = 120
For 4 Digits, There will be 6*5*4*3=360 possible numbers
For 5 digits , there will be 6*5*4*3*2 = 6! = 720
For 6 digits, there will be 6*5*4*3*2*1 = 6! = 720
<Note- the digits are non repeating as the question said it to be “different digits” >
Now add them up = 120+360+2*720 = 1920
How many numbers are there between 200 and 900 in which all the digits are
distinct?
Solution
The number can be placed in hundred place (n1)=7 ways
The number can be place in tenth place (n2)= 9 ways
The number can be place in hundred place (n3)= 8 ways
How many ways 3-digit odd numbers can be formed by using the
digit 1 to 9 when the repetition of digits is not allowed.
How many three digit number can be formed by using the digits
1,2,3,4,5 ? How many of them are divisible by 2
Permutation with distinct objects
Let’s assume the word “CARD” with distinct objects C, A, R,& D. How many 4 & 2
letter words can we form using letters of CARD, when repetition of letters is not
allowed, also find the number of 4 letters word if repletion is allowed?
Solution: Since we need to create 4 letters word, let’s assume we have 4 bucket.
Case 1: 4 letters Repetition is not allowed
In this case, bucket 1 can have any of the 4 letters “C, A , R , D” . That is 4 choices
Bucket 2 can have any of the remaining 3 letters as one letter is now inside bucket 1,
that is 3 choices
Bucket 3 will can any any of the remaining 2 letters that is 2 choices
Bucket 4 will have only 1 choice that is the remaining letter. Thus 1 choice.
If you multiple all these choices : 4* 3 * 2 *1 , you will get the number of possible 4
letter words with “C A R D”, without repetition
Thus number of 4 letter possible words are : 4* 3 * 2 *1 = 24 words when repetition is
not allowed.
Case 2: 4 letters Repetition is allowed
In this case, bucket 1 can have any of the 4 letters “C, A , R , D” . That is 4 choices
Bucket 2 can also have any of the 4 letters, since repetition is allowed, that is 2
choices
Bucket 3 can also have any of the 4 letters, since repetition is allowed, that is 2
choices
Bucket 4 can also have any of the 4 letters, since repetition is allowed, that is 2
choices
If you multiple all these choices: 4* 4 * 4 *4 , you will get the number of possible 4
letter words with “C A R D” with repetition.
Thus number of possible 4 letter words are : 4* 4 * 4 *4 = 256 words when repetition
is allowed.