SOLUTION: How do you solve this question:How many bitstrings of length 8 either tart with a 1 or end with a 00?

Algebra ->  Probability-and-statistics -> SOLUTION: How do you solve this question:How many bitstrings of length 8 either tart with a 1 or end with a 00?      Log On


   



Question 818888: How do you solve this question:How many bitstrings of length 8 either tart with a 1 or end with a 00?
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
How do you solve this question:How many bitstrings of length 8 either tart with a 1 or end with a 00?
-----------
8 bits --> 256 numbers
1/2 of them start with 1 = 128.
----
1/4 of them (64) end with 00 and 1/2 of those start with 0 = 32
----
128 + 32 = 160