Been stuck on a problem with probability. Question goes as follows:
Three balls are drawn at random without replacement from a box containing 8 white, 4 black and 4 red balls. Calculate the probabilities that there will be:
i) at least one white ball
ii) two white balls and once black ball
iii) two balls of one colour and the other of a different colour
iv) one ball of each colour
I can do i) and I calculate the inverse of it. I count 16 x 15 x 14 total outcomes with 8 ways of choosing first ball, 7 for second and 6 for third. Hence:
Having trouble thinking my way around the others though. I think I would need to use permutations as opposed to combinations to work say ii) out as W,W,B, W,B,W and W,W,B all count as possible outcomes for the event I am interested in.
I'm starting to get confused by it all. I'd appreciate any hints or advice on how to approach this problem.