1,606 views
1 votes
1 votes
How many binary sequences of length 10 are possible with exactly 4 zeros and no two zeros are consecutive?

2 Answers

3 votes
3 votes
Its given exactly 4 zero it means we have 6 1's  which can be arranged in any order therefore 1! (since all 1 are identical)

1 1 1 1 1 1      since no two 0 should be consecutive we have total 7 space between each 1 we can place one 0

 so select 7 places for 4 0's(all 0 are identical so we use the combination rather than permutation for arrangement) = 7C4

                   Therefore total binary string = 1! *7C4 =35
1 votes
1 votes

Now, given that there are 4 zeros and they arent consecutive.

So, minimal situation is 

_ 0 1 0 1 0 1 0 _

Once arranged this way, we can place remaining 3 zeros each in 5 ways as shown:

_ 0 _ 0 _ 0 _ 0 _

So, answer = 53 = 125

Related questions

2 votes
2 votes
4 answers
1
jaydip74 asked Jul 22, 2023
492 views
In how many ways can 3 non-negative integers be chosen such that a + b + c = 10 where a >= -1 , b >= -5 and c >= 3 ? 3666105None
0 votes
0 votes
2 answers
3
Lakshman Bhaiya asked Oct 30, 2018
1,737 views
9 different books are to be arranged on a bookshelf. 4 of these books were written by Shakespeare, 2 by Dickens, and 3 by Conrad. How many possible permutations are there...
0 votes
0 votes
1 answer
4
eyeamgj asked Oct 23, 2018
838 views
How many ways are there to select five bills from a cash box containing $1 bills, $2 bills, $5bills, $10 bills, $20 bills, $50 bills, and $100 bills? Assume that the orde...