I have one pretty tricky question:
There are two boxes. Each one has 7 balls: 3 white and 4 black. One ball was taken from the first box and dropped in the second one. After that, ball was taken from the second box and it was black. What's the probability that the ball, that was taken from the first box and dropped in the second one, was white?
I've tried solving it with combinatorics, and got the answer: 3/7 but it was not the right one.
Any help appreciate, Thanks!
Yes, your calculation is somewhat off.
Tip: Evaluate the following
Then use Bayes' Rule: $$\mathsf P(W_1\mid B_2)=\dfrac{\mathsf P(W_1)\mathsf P(B_2\mid W_1)}{\mathsf P(W_1)\mathsf P(B_2\mid W_1)+\mathsf P(W_1^\complement)\mathsf P(B_2\mid W_1^\complement)}$$