For those of you who are confused by Bunuel's beautiful answer, you can arrive at the same solution using permutations.
Let's find the possible permutations for the first 6 balls, and then worry about the 7th and 8th after that
5 Reb and 1 Blue - We are arranging 6 balls of two different types. To arrange 6 objects without respect for repetition of each type, the formula is simply \(6!\). To account for repeating types, reduce \(6!\) by the factorial of the repetition number for each type.
\(\frac{6!}{5!1!}=6\)
4 Red and 2 Blue
\(\frac{6!}{4!2!}15\)
3 Red and 3 Blue
\(\frac{6!}{3!3!}=20\)
Now multiply each by the available remaining permutations of the 7th and 8th ball:
5 Reb and 1 Blue?
Only BB is left, so \(6*1=6\)
4 Reb and 2 Blue?
RB and BR are left, so \(15*2=30\)
3 Reb and 3 Blue?
Only RR is left, so \(20*1=20\)
Thus, there are \(6+30+20=56\) total arrangements
In how many of these last three options are the 7th ball red?
5 Red and 1 Blue: \(0\)
4 Red and 2 Blue: \(15\)
3 Red and 3 Blue: \(20\)
\(\frac{35}{56}=\frac{5}{8}\)
Answer D