There are two bags. First contain 10 white and other 8 red balls. One ball from any bag is shifted to other bag at random. What will be the probability that second ball taken after first event would be red. First event is to drawn first ball.
Initial condition 10W 8R
After first event two possibilities arise
9W
8R;1W
10W, 1R
7R
Choice of any has probability 1/2 so overall probability for getting red ball
= 1/2(1/2*0 + 1/2*8/9) + 1/2(1/2*1/11 + 1/2*1)
solve
49/99
Option 8)