Question
Mathematics Question on Binary operations
A binary sequence is an array of 0′s and 1′s. The number of n -digit binary sequences which contain even number of 0′s is
A
2n−1
B
2n−1
C
2n−1−1
D
2n
Answer
2n−1
Explanation
Solution
The required number of ways = The even number of 0's
ie, 0,2,4,6,…
=n!n!+2!(n−2)!n!+4!(n−4)!n!
=nC0+nC2+nC4+…=2n−1