Assignment Details: Case 1: There are 2 white balls and 2 red balls in a box. At each time, you pick one ball in the box uniformly at random. If the picked ball is white, remove that ball and put a new red ball into the box. If the picked ball is red, then return that ball to the box with probability 1/2, or remove that ball and put a new white ball into the box with probability 1/2.
Assignment Details: Case 1: There are 2 white balls and 2 red balls in a box. At each time, you […]