How many bit strings of length 11 have more 0s than 1s?
The Answer to the Question
is below this banner.
Can't find a solution anywhere?
NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?
Get the Answers Now!You will get a detailed answer to your question or assignment in the shortest time possible.
Here's the Solution to this Question
The order of bits is not important since we are interested in the number of ones, not the order of ones. Thus, we need to use combinations.
. There are more zeros than ones when less than 6 bits have ones.
So there are bit strings of length 11 that have more 0s than 1s.
Answer: 1024