We have a binary sequence of 1s and 0s, and the length is 10. I wonder how many binary sequence of length 10 with four 1's can be created such that the 1's do not appear consecutively?
2026-04-12 03:30:33.1775964633
Binary strings with four non-consecutive $1$s
101 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint: There are $\binom{10}{4}=210$ ways for choosing $4$ objects among $10$ objects.
The number of the following strings $$ 1111000000,\; 0111100000,\;\ldots,\; 0000001111 $$ is $7$, hence the answer is given by $210-7=\color{red}{203}$.