You have 50 white balls and 50 black balls.
You must distribute them in two boxes, complying with:
- each box has at least one ball.
Then this experiment is done:
- one of the two boxes is chosen at random (probability 1/2 each),
- A ball is drawn at random from that box.
You win if the ball drawn is white.
How should you distribute the balls to maximize the probability of winning?
What is that maximum probability?