by nikgul6218 Fri Sep 04, 2015 1:31 pm
Hey tommy
I think I could not articulate my thoughts well with this question.
Let us say we have 2 red balls, 1 green ball, and 1 blue ball. Now we have to select 2 balls from this set.
Your logic-
You assume that 2 red balls are identical in nature. Now in such situation there would be only 4 combinations possible.
1.both balls are red
2.1 is red other one is blue
3.1 is red other one is green
4.1 in green other one is blue
Now my doubt is, if it is not mentioned in the question that whether these red balls are identical or not then this case is also possible :
Let R(1), R(2), G, B be 4 balls, where R(1) and R(2) are not identical. So now if we have to select 2 balls from this set 6 possibilities would be there
1. R(1) and R(2)
2.R(1) and G
3. R(1) and B
4.R(2) and G (This case would be identical to [R(1) and G] if we consider that both R(1) and R(2) are identical)
5. R(2) and B( Similarly this)
6.G and B
I hope it is more clear now !
Please Help
Thanks