Question Error Report

Thank you for reporting, we will resolve it shortly

Back to Question

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

VITEEEVITEEE 2009

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}$