In the context of a Bridge game: I have 3 clubs in my hand and I want to find how many clubs my partner has. Before any card has been played (i.e. from the bidding alone), I know he holds at least 4 clubs, one of which is the club Ace. How do I find the odds of my partner holding, say, x=4 clubs in this case? The value of x doesn't matter but I would like to learn the approach to solving problems like this.
When I came across this question I realised I had a few sub-questions:
How does one calculate the odds of the 10 clubs being distributed among 3 players, e.g. such that my partner has 4 clubs? (i.e. the concept behind tackling such distribution questions)
How does the fact that I know my partner has one particular card affect my calculation? For instance, can I simply ignore that card so that I only need to find how 9 clubs can be distributed among 3 people such that partner has 3 clubs?
edit: clarity in response to @joriki's post
For $4\le x\le 10$,$\;$let $p(x)$ be the probability that your partner has exactly $x$ clubs, given that
Then $p(x)$ is given by $$ {\small{ {\large{p(x)}} = \frac { {\displaystyle{\binom{9}{x-1}\binom{29}{13-x}}} } { {\displaystyle{ \sum_{k=4}^{10} \binom{9}{k-1}\binom{29}{13-k} }} } }} $$ Explanation: