How many Combinations of bit strings length 9 have: a) exactly three 0s?
b) at least seven 1s?
If set which contains elements consists of elements of the first kind, elements of the second kind, ..., and elements of -th kind (), the number of permutations with repetition is given by:
a) Let us find the number of bit strings length 9 that have exactly three 0s (and thus exactly six 1s):
b) Let us find the number of bit strings length 9 that have at least seven 1s:
Comments