(a)How many bit strings of length 8 contain at least 6 ones?
(b)How many bit strings of length 8 contain at least 3 ones and 3 zeros?
(a) The amount of strings of lenght 8 that contain at least 6 ones is the sum of the amounts of the strings that contains exactly 6, 7, 8 ones
The amount of the strings of lenght 8 that contain at least 6 ones is strings
(b) The amount of string that contains at least 3 ones and 3 zeros is the sum of the amounts of the strings that contain exactly 3, 4, 5 ones (other places will be automatically taken by zeros)
strings
Comments
Leave a comment