A system is blocked when in a sequence of 4 bit occurs more then 3 errors OR 3 consecutive errors... We know that the probability that an error occur is 0.1 now check the probability that the system can be blocked.
How can I solve this problem? Bayes or binomial approach? I haven't understand the problem and I'm newbie about this argument...Thank you very much
It does seem this can be read in several ways.
Blocked if a specific 4-bit packet has
BBBG,GBBBorBBBB? In that case I get from R probability 0.0019.Or is it a continuous stream of bits? Then any three consecutive
Bs can block. For exampleGGBBimmediately followed byBGGG. Then, starting at a randomly chosen point, the probability of a blockage on at the next bit would depend on assumptions about the immediate past history.