retagged by
361 views

1 Answer

1 votes
1 votes

"For such Questions where It is asked that "Some things are never together", Try to arrange the remaining things first and then in the spaces created between them, put the Things that should never be together." 

It's given that exactly 4 zeros, it means we have 6 1's, So, first of all arrange the 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's should be consecutive, we have total 7 space after arranging  1's, we can place the four 0's in those spaces.  

 so select 4 places from the 7 spaces for 4 0's (all 0's are identical so all the permutations will be same or you can say  there will be only one way of permutation) = 7C4  

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

Related questions

2 votes
2 votes
4 answers
1
jaydip74 asked Jul 22, 2023
485 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
2
Lakshman Bhaiya asked Oct 30, 2018
1,714 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...
3 votes
3 votes
1 answer
4
hacker16 asked Jan 22, 2018
845 views
in how many ways 2 alike apple, 3 alike orange and 4 alike mango can be given to 3 children if each child can have none or 1 or more than 1 fruits.