Quote:
Originally Posted by vpitc
hi,
im convinced now
i tried to solve like 9C2*3!/2 and got 108 as solution
tell me where i went wrong
|
Hey Vijay,
Bold part is incorrect ..
If u have used that if p things out of n are alike then, total ways = n! / p!
Then, in that case, ur numerator is incorrect ..
Extending your logic, 2 distinct digits can be chosen in 9C2 ways, 3rd digit is not repetitve, hence it has 2 options ..And these 3 digits can be arranged in 3 ! ways ...
Hence, numerator = 9C2 * 2 * 3 !
Of these, 2 digits are alike, hence total ways = 9C2 * 2 * 3 ! / 2 ! = 216 ...Ans ...
Hope that helps !