5. What is the probability that exactly eight 0 bits are generated when 10 bits are generated with the probability that a 0 bit generated is 0.9, the probability that a 1 bit generated is 0.1, and the bits are generated independently?
we define the probability as below
b(8; 10 , 0.9) = (10C8) * (0.9)8 * (0.1)2 = 0.19371 which is the required probability
Comments
Leave a comment