In a digital communication channel, assume that the number of bits received in error can be modeled by a binomial random variable, and assume that the probability that a bit is received in error is 0.0001. If 150,000 bits are transmitted, what is the probability that errors are between 10 and 18?
How to compute P(X=10) = (150000C10)(0.0001)^10(1-0.0001)^(150000-10)