Three boxes
B1,B2,B3 contain balls with different colours as follows:
| White | Black | Red |
B1 | 2 | 1 | 2 |
B2 | 3 | 2 | 4 |
B3 | 4 | 3 | 2 |
A dice is thrown. If
1 or
2 turns up on the dice, box
B1 is selected; if
3 or
4 turns up,
B2 is selected if
5 or
6 turns up, then
B3 is selected. If a box is selected like this, a ball is drawn from that box. If the ball is red, then find the probability that it was drawn from
B2.