Problem:
I have the following problem: Richard and James are playing chess regularly. There are three possible outcomes of every match: 1) win 2) loss 3) draw. Assume that the probability of winning, losing or remis is 1/3 and that the chess games are independent.
They play 9 games. What is the probability for James to win 4 games given that Richard wins exactly 4 games?
My attempt: Because they are independent, I tried to find the total amount of combinations this can happen: $9!/(4!\cdot4!)=630\ldots$ then I just multiplied it by $(1/3)^9$. This is wrong, and I am not sure why or how to solve this problem.
What am I doing wrong, and how can I think differently to solve this?
Thanks!