asked 185k views
1 vote
2. How many bit strings of length 12 containa) exactly three 1s?b) at most three 1s?c) at least three 1s?d) an equal number of 0s and 1s?

1 Answer

4 votes

Answer:

The answers are: 220, 299, 4017, and 924.

Step-by-step explanation:

a) (¹²₃) = 220

b( ¹²₀) + (¹²₁) + (¹²₂) +( ¹²₃) = 1 +12+66+220= 299.

c) 2¹² - 66-12-1 =4017

d) (¹²₆) = 924

answered
User Achow
by
8.2k points