Tardigrade
Tardigrade - CET NEET JEE Exam App
Exams
Login
Signup
Tardigrade
Question
Mathematics
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
Question Error Report
Question is incomplete/wrong
Question not belongs to this Chapter
Answer is wrong
Solution is wrong
Answer & Solution is not matching
Spelling mistake
Image missing
Website not working properly
Other (not listed above)
Error description
Thank you for reporting, we will resolve it shortly
Back to Question
Thank you for reporting, we will resolve it shortly
Q. 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
VITEEE
VITEEE 2009
A
$2^{n-1}$
B
$2^{n}-1$
C
$2^{n-1}-1$
D
$2^{n}$
Solution:
The required number of ways = The even number of $O's$ i.e., $\{O, 2,4,6, \ldots\}$
$=\frac{n !}{n !}+\frac{n !}{2 !(n-2)}+\frac{n !}{4 !(n-4) !}$
$=^{n} C_{0}+{ }^{n} C_{2}+{ }^{n} C_{4}+\ldots=2^{n-1}$