Permutations with numbers

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 217
Joined: Sun Jan 10, 2010 1:39 pm
Thanked: 7 times
Followed by:1 members

Permutations with numbers

by zaarathelab » Wed Dec 28, 2011 9:15 am
How many numbers greater than 1000000 can be formed by using the digits 1, 2, 0, 2, 4, 2, 4?

a) 420
b) 360
c) 120
d) 600
e) 900
Last edited by zaarathelab on Wed Dec 28, 2011 9:38 am, edited 1 time in total.
Success = Max(Hardwork) + Min(Luck)
Source: — Problem Solving |

Senior | Next Rank: 100 Posts
Posts: 99
Joined: Thu Jun 09, 2011 2:09 pm
Thanked: 11 times

by kanwar86 » Wed Dec 28, 2011 9:34 am
zaarathelab wrote:How many numbers greater than 1000000 can be formed by using the digits 1, 2, 0, 2, 4, 2, 4?

a) 420
b) 360
c) 120
d) 600
e) 900

My way

[spoiler]Let's say the 7 digits represent 7 boxes. The first box can be filled in 6 ways (0 can't be there)
The second box in 6 ways
The third in 5 ways......so on. therefore - 6*6*5*4*3*2*1

But there are two 4s and three 2s

Therefore,

6*6*5*4*3*2*1/ (3! * 2!)

= 900

But the answer is B (360). In the above method, where am i going wrong?[/spoiler]
6*6*5*4*3*2*1/ (3! * 2!)
=12*3*5!/12
=3.5!
=3.120
=360= Your answer
Regards

Kanwar

"In case my post helped, do care to thank. Happy learning :)"

Master | Next Rank: 500 Posts
Posts: 217
Joined: Sun Jan 10, 2010 1:39 pm
Thanked: 7 times
Followed by:1 members

by zaarathelab » Wed Dec 28, 2011 9:40 am
Thanks Kanwar! I think i should get some sleep :roll:
Success = Max(Hardwork) + Min(Luck)