
Dr. Sherif N. answered 05/27/17
Tutor
New to Wyzant
Educator, Coach and Mentor
x= number of white tiles
y = number of black tiles = x + 10
t = total number of tiles = x + y = 2x + 10
t-1 = total number of tiles after one is pulled = 2x + 10 - 1 = 2x + 9
P1 = probability of pulling a white tile = x / t = x / (2x + 10)
P2 = probability of pulling a black tile without replacing the first one = y / (t - 1) = (x + 10) / (2x + 9)
Pf = probability of the two consecutive events = P1 x P2 = [x / (2x + 10)] x [(x + 10) / (2x + 9)]
Pf = x(x+10) / (2x+10)(2x+9) = (x2+10x) / (4x2+38x+90)