Melanka W. answered 05/18/23
Experience in teaching Finite Math as a College TA and Tutor
I am assuming that a string of 6 games means 6 consecutive games.
W = win, L = loss
P(W) = P(L) = 1/2
There are 3 ways to win a string of 6 games: WWWWWWLL, LWWWWWWL, LLWWWWWW,
So P(wins exactly a string of 6 games) = 3 × (1/2)8
Similarly P(wins exactly a string of 7 games) = 2 × (1/2)8
and P(wins exactly a string of 8 games) = (1/2)8
P(wins at least a string of 6 games) = P(wins exactly a string of 6 games) + P(wins exactly a string of 7 games) + P(wins exactly a string of 8 games) = 3 × (1/2)8 + 2 × (1/2)8 + (1/2)8 = 6 × (1/2)8