-
rakesh8403
- Newbie | Next Rank: 10 Posts
- Posts: 5
- Joined: Thu Apr 28, 2011 5:44 am
Using all the digits 1,1,1,0,0,3 how many 6-digit numbers can be formed?
I'm no good at this but let me try...rakesh8403 wrote:Using all the digits 1,1,1,0,0,3 how many 6-digit numbers can be formed?
Good arrangements = total possible arrangements - bad arrangements.rakesh8403 wrote:Using all the digits 1,1,1,0,0,3 how many 6-digit numbers can be formed?
left most digit can be either 1 or 3;rakesh8403 wrote:Using all the digits 1,1,1,0,0,3 how many 6-digit numbers can be formed?
Perfectly reasoned. Just be careful with the arithmetic:manpsingh87 wrote:left most digit can be either 1 or 3;rakesh8403 wrote:Using all the digits 1,1,1,0,0,3 how many 6-digit numbers can be formed?
case 1) when the left most digit is 1; 1-----; remaining 5 numbers would be 11003; which can arrange themselves in 5!/2!*2!=30
case 2) when the left most digit is 3; 3-----; remaining 5 numbers would be 11100; which can arrange themselves in 5!/3!*2!= 20
hence required no. or numbers= 30+20=50
thanks a lot sir...!!! really appreciate your help..!!!GMATGuruNY wrote:Perfectly reasoned. Just be careful with the arithmetic:manpsingh87 wrote:left most digit can be either 1 or 3;rakesh8403 wrote:Using all the digits 1,1,1,0,0,3 how many 6-digit numbers can be formed?
case 1) when the left most digit is 1; 1-----; remaining 5 numbers would be 11003; which can arrange themselves in 5!/2!*2!=30
case 2) when the left most digit is 3; 3-----; remaining 5 numbers would be 11100; which can arrange themselves in 5!/3!*2!= 20
hence required no. or numbers= 30+20=50
5!/(3!2!) = 10, yielding 30+10 = 40 possible numbers.