Easy, try it out guys, Given 6 different toys of green colour, 5 different toys of blue colour and 4 different toys of red colour, the combination of toys that can be chosen taking atleast one green and one blue toys are ?
@Ishaan94
how many are you choosing each time?
what type of question does this category follow to probability ?
@Callisto: Any combination ;-)
@pokemon23: Combinatorics
Interesting when do you learn combinatorics?
should i list out all possibility ?
Is it (11)9! ? heh :$
i think ' the combination of .... are' is not the same as ' how many combinations ..'? :S
\( (2^6-1)\times (2^5-1)\times 2^4 \)
You can do it in two ways: 1)6C1x5C1(4C0+4C1+4C2+4C3+4C4)+6C2x5C1(4C0+4C1+4C2+4C3+4C4)+6C3x5C1(4C0+4C1+4C2+4C3+4C4)+.......+6C6x5C1(4C0+4C1+4C2+4C3+4C4).. =5C1(6C0+6C1+6C2+6C3+...6C6)(4C0+4C1+4.. 2)The total no of ways of choosing atleast one from 6 green balls is (2^6-1) The total no of ways of choosing atleast one from 5 blue balls is (2^5-1) The total no of ways of choosing any from 4 red balls is (2^4) Both will give the same answer! xD
Join our real-time social learning platform and learn together with your friends!