- #1
sankalpmittal
- 785
- 27
Questions regarding "permutations".
These two mini questions , I think , can be adjusted in one thread itself.
1. How many total 5-digit numbers divisible by 6 can be formed using 0,1,2,3,4,5 if repetition of digits is not allowed ?
2. In the decimal system of numeration , find the number of 6-digit numbers in which the digit in any place is greater than the digit to the left of it.
Concepts of permutations...
Ok , so for the first one ,
I made the cases as follows...
For the divisibility by 6, the number should be divisible by 3 as well as 2.
Case 1: Fix "0" at the end. The the sum can be 1+2+3+4+5 = 15
I have to fill like this : __ __ __ __ 0
Here 4 places have to be filled such that the sum yields the multiple of 3. If I subtract a number say x from 15 , I must get a multiple of 3 which is possible when x=3.
Thus Permutations = 4! = 24
Case 2 : Fix "2" at the end.
__ __ __ __ 2
The sum can be : 1+0+3+4+5 = 13
I must have , 13-x = a multiple of 3
So , x=1 , or x= 4
Thus , permutations : 3x3x2x1 = 18
As there are two sub cases , so Required permutations :18x2 = 36
Case 3 : Fix "4".
__ __ __ __ 4
The sum can be : 1+2+3+0+5 = 11
I must have , 11-x = a multiple of 3
So , x=2 , x=5
Thus here also Permutations = 36 (as there are two sub cases)
Thus total Permutations : 36+36+24 = 96 , but answer given is 108 ! How ?
For second one , I attempted for over 3 pages but failed ! I don't know how to do this !
Please help !
Thanks in advance...
Homework Statement
These two mini questions , I think , can be adjusted in one thread itself.
1. How many total 5-digit numbers divisible by 6 can be formed using 0,1,2,3,4,5 if repetition of digits is not allowed ?
2. In the decimal system of numeration , find the number of 6-digit numbers in which the digit in any place is greater than the digit to the left of it.
Homework Equations
Concepts of permutations...
The Attempt at a Solution
Ok , so for the first one ,
I made the cases as follows...
For the divisibility by 6, the number should be divisible by 3 as well as 2.
Case 1: Fix "0" at the end. The the sum can be 1+2+3+4+5 = 15
I have to fill like this : __ __ __ __ 0
Here 4 places have to be filled such that the sum yields the multiple of 3. If I subtract a number say x from 15 , I must get a multiple of 3 which is possible when x=3.
Thus Permutations = 4! = 24
Case 2 : Fix "2" at the end.
__ __ __ __ 2
The sum can be : 1+0+3+4+5 = 13
I must have , 13-x = a multiple of 3
So , x=1 , or x= 4
Thus , permutations : 3x3x2x1 = 18
As there are two sub cases , so Required permutations :18x2 = 36
Case 3 : Fix "4".
__ __ __ __ 4
The sum can be : 1+2+3+0+5 = 11
I must have , 11-x = a multiple of 3
So , x=2 , x=5
Thus here also Permutations = 36 (as there are two sub cases)
Thus total Permutations : 36+36+24 = 96 , but answer given is 108 ! How ?
For second one , I attempted for over 3 pages but failed ! I don't know how to do this !
Please help !
Thanks in advance...