Course: Big Data
Question: Transatlantic cables transmit data in packets of $12$ bits. The probability that a bit is corrupted is $0.15$ (independent of the corruption of other bits).
a. What is the probability that a packet has no more than $2$ corrupted bits?
b. If $6$ packets are sent, what is the probability that at least one packet will contain $3$ or more corrupted bits?
c. If $X$ is the number of packets containing $3$ or more corrupted bits, what is the probability that $X$ exceeds its mean by more than two standard deviations?
Hint
a. and b. are different distributions. Remember that $X$ is discrete.
My Approach
Here is what I have
$p= 0.15=\frac{3}{20} \\ k=2, \\ n=12$
So using the formula,
$${12 \choose 2}\cdot \bigg(\frac{3}{20}\bigg)^2 \bigg(\frac{17}{20}\bigg)$$
That's it so far.
a) no more than three means it could be either 2,1 or zero so you would need to use the formula with these x's and then add them together let's call the answer Z
b) the probability of one packet will have at least 3 corrupted data is 1-Z and then we consider it as the new success probability and hence we want the probability of having one or more then our P(x=1,2,3,4,5,6) or 1-P(x=0)
and I'm sorry about c I couldn't figure it out