- #1
wolfmanzak
- 26
- 0
Homework Statement
In a random pattern of eight bits used to test a micro-circuit, each bit is equally likely to be 0 or 1. Assume the values of the bits are independent.
a. What is the probability that all eight bits are 1?
b. What is the probability that exactly three of the bits are 1?
c. What is the probability that at least six of the bits are 1?
d. What is the probability that least two of the bits are 1?
Homework Equations
I'm not really sure, I'm trying to figure this part out. I've tried several different combinations of "formulas" for parts b-d. For b, I tried finding the probability of 3 bits being 1 and 5 being 0 but my calculations failed to yield a correct result. Any help in solving parts b-d is greatly appreciated. Thanks in advance.
The Attempt at a Solution
I've figured out part a. I used [tex]P(Bit)=0.5[/tex] because it is equally likely to be 0 or 1. And I used [tex]P(all = 1)=P(bit)^8=(0.5)^8=.003906[/tex].