yeah I do understand that much, but somehow don't get it when it comes to problems like this.
So I need to figure out how many ways the first five balls can be drawn such that 3 are white and 2 are red
let me try with replacement:
in this case, I need a combination because I don't care what order the 3 white and 2 red balls come in, just as long as there are three white and 2 red. So 5C3 = 5!/(3!*2!) = 10
so there are 10 different ways the first five balls can be chosen that set me up for drawing the sixth ball and having it be the 4th white ball drawn.
and the probability of drawing a white ball on the sixth draw is 1/2
but the first five balls, even though there are ten different ways to go about it, have to be drawn with 3 white and 2 red. So even though I don't care about the order, the probability of drawing 3 white balls and 2 red on the first five draws is 10 * (1/2)^5.
So the probability of drawing the 4th white ball on the 6th draw is 10 * (1/2)^6!
hmmm...somehow re-hearing that bit about permutations and combinations, helped! thanks!
for b)
there are still 10 different ways to choose the first 5 balls in the pattern I need, but the probability of these patterns isn't (1/2)^5, it is (10/20 * 9/19 * 8/18 * 10/17 * 9/16) = 6480/186048, which I multiply by the 10 combinations to get 64800/186048 = 5400/15504. this multiplied by the probability of the sixth ball being white (7/15) is the answer.
so 5400/15504 * 7/15 = about .162538
hmmm...this seems like it could be right but I'm not sure! I can't believe how confident I was though once I knew it was a combination! Thanks so much stapel!