Please use MatLab to do the following question:
A box has 10 balls, 6 of which are black and 4 of which are white. Assume that each of the 10 balls is equally likely to be drawn from the box. Simulate removing 3 randomly chosen balls from the box.
Estimate the probability that the fourth ball is white. You can use t = 10000 trials to make the estimation. (The result you should obtain is approx. 4/10)