348 views

2 Answers

Best answer
2 votes
2 votes

CASE 1: number of 0s is 0 (all 1s) $= {}^7C_1 = 1$

CASE 2: number of 0s is 2 $= {}^7C_2 = 21$

CASE 3: number of 0s is 4 $= {}^7C_4 = 35$

CASE 4: number of 0s is 6 $= {}^7C_6 = 7$

So, total number of bit sequences possible $= 1+ 21+ 35 + 7 = 64.$

selected by
2 votes
2 votes
It will be

$\sum_{_{i = 2k| 0<=k<=3}}\binom{7}{i}$

= $2^{7} / 2$

= $2^{6}$

=$64$

Related questions

0 votes
0 votes
0 answers
1
admin asked May 2, 2020
189 views
Find a recurrence relation for the number of bit sequences of length $n$ with an even number of $0s.$
0 votes
0 votes
1 answer
4