I toss a fair coin. All tosses are independent. Let $T_{HH}$ denote the waiting time to get heads two times in a row and likewise for $T_{TT}$, $T_{HT}$
Find the probability when the sequence of $HH, TT, HT$ occur at respectively toss 2 and 3 toss
$P(T_{HH}=2)=\frac{1}{2}*\frac{1}{2}=\frac{1}{4}$
$P(T_{HT}=2)=\frac{1}{2}*\frac{1}{2}=\frac{1}{4}$
First two are straight forward, as they are independent I simply multiple the probabilities of $\frac{1}{2}$
$P(T_{HT}=3)=\frac{1}{8}+\frac{1}{8}=\frac{1}{4}$
The sequence can start with both $H$ and $T$. Therefore we have the union of $T_{HHT}$ and $T_{THT}$. As $T$ and $H$ cannot appear at the same toss, they are disjoint, therefore we add the probabilities together. The probability is calculated below as 1 over 8.
$P(T_{HH}=3)=\frac{1}{2}^3=\frac{1}{8}$
This is equivalent to getting $P(T_{THH})$. So we simple multiple each probability.
Is this correctly understood or am I missing some information as why it is possible, besides the tosses being independent and fair?