I am having troubles understanding how to tackle the following question. The probability of getting tails when tossing a coin is $p=1/2$. I toss the coin n times, and want to determine the probability of getting r tails in a row ($r<n$).
Im thinking that there are $ ^nC_r$ ways that we can get r tails in a row when tossing the coin n times. The probability to not get a tail is also 1/2, so the probability of getting r tails in a row when tossing n times should be: $P$=$ ^nC_r \cdot (1/2)^r \cdot (1/2)^{(n-r)}$ ?