If a coin is tossed seven times, then the probability of getting exactly three heads such that no two heads occur consecutively is
Show Hint
The "gaps" method is the go-to technique for problems involving non-consecutive arrangements. To arrange $k$ items non-consecutively among $m$ other items, first place the $m$ items, creating $m+1$ gaps. Then, choose $k$ of these gaps to place the restricted items. The number of ways is $^{m+1}C_k$.