Probability game with 17 balls

combinatoricsprobability

We place randomly 17 balls in a row. 10 blue, 6 red and 1 yellow. Suppose there places are numbered 1 to 17 where 1 is the first place on the left.

What is the probability that the yellow ball will have at most 3 red balls before him.

I tried to break it into different events. Let $\ A_i $, $\ i = 0,1,2,3 $ be the event that there is $\ i $ red balls left to the yellow ball. The events are mutually exclusive so $\ P(A_1 \cup A_2 \cup A_3 \cup A_4) = P(A_1) + P(A_2)+ P(A_3) + P(A_4) $

So the probability that there are $\ 0 $ red balls left to the yellow ball is determined by picking 7 spots, then placing the red ball on most left spot and then placing the red balls in the spots that left and then the blue balls : $$\ P(A_0) = \frac{{17 \choose 7} \cdot 1 \cdot 6! \cdot 10!}{17!} = \frac{1}{7} $$

and the event of having one red ball before the yellow should be:

$$\\ P(A_1) = \frac{{17\choose 7}\cdot 1 \cdot 1 \cdot 5! \cdot 10!}{17!}$$

But apparently I'm wrong about this one as the answer is $\ \frac{4}{7} $

I don't understand what am I missing?

Best Answer

Among the $7$ red and yellow balls the yellow ball can have any rank with equal probability. The probability that its rank is $\leq4$ therefore comes to ${4\over7}$.