A biased coin is tossed with probability 0.6 of landing on Heads (H) and probability 0.4 of landing on Tails (T). A run is a maximal sequence of consecutive tosses that land on the same side. For instance, the groups of HTTTHTHTT are (H)(TTT)(H)(T)(H)(TT). I want to calculate:
What is the probability of (strictly) exceeding 6 groups after 10 tosses?