Reading the paper I have encountered the following example:
The urn that have been filled with black and white balls as follows. First, a ball is placed in the urn according to the outcome of a fair coin toss. If the coin toss for an urn produces heads, the “coin ball” placed in the urn is black; it is white otherwise. In addition to a coin ball, the urn contains n “noncoin balls,” of which exactly n/2 are black and n/2 are white.
The agent is invited to bet on the colour of the two coin balls. Any bet (on a ball of some colour drawn from some urn) pays one dollar if the ball has the desired colour and zero otherwise.
Suppose now that one draw from the urn is observed and that a ball drawn is black. Calculate the conditional probability of a black coin ball.
The correct answer is (n/2+1)/(n+1). But I can't understand how this result was obtained. I kindly ask for the help from the community.