There are 8 players in a tennis tournament. At the beginning of the tournament, the players are matched at random. For each subsequent round, the losers are eliminated and the remaining players are matched at random. What is the probability that the 4th make it to the finals?
The 4th one only reach the final when it is not allowed to play with first 3 players and the two second best players get eliminated in the second round, and it will only happen when in the first round the three best players play with each other so the number of favourable cases are $$\frac{4C1}{7C1} \cdot \frac{3C2}{3C2+3C1 \cdot 3C1} \cdot \frac{1}{4C2}$$
The only way possible is that 4th player plays with P5 or P6or P7 or P8 and with 1 of them in the next round So select any one out of these 4 (4C1 ) Now from these remaining 3 select 2 that will play together and winner out these will play P4 in next round (3C2) The possible number of remaining matches played in this round by P1,P2,P3 and one remaining from P5,P6,P7,P8 is 3 .so total favourable matches in round 1 =4C1•3C2•3 Total matches in this round(8!/((2!)^4•4!)) In the next next round P4 has to play the winner of the match between any 2 of P5,P6,P7 ,P8 which we decided earlier in 3C2 ways .so there is one favourable case as P4 cannot play any from first 3 players . Total matches in this round 3 Probability= (4C1•3C2•3 )•(1)/((total matches in round 1)(total matches in round2) )=4/35