Answer:
a) 11.40% probability of 5 bits being in error during the transmission of 1 kb
b) 11.60% probability of 8 bits being in error during the transmission of 2 kb
c) 0.01% probability of no error bits in 3kb
Explanation:
In a Poisson distribution, the probability that X represents the number of successes of a random variable is given by the following formula:
![P(X = x) = (e^(-\mu)*\mu^(x))/((x)!)](https://img.qammunity.org/2021/formulas/mathematics/college/frjienvs346ki5axyreyxszxd4zhu8xxhm.png)
In which
x is the number of sucesses
e = 2.71828 is the Euler number
is the mean in the giveninterval.
Poisson distribution with mean of 3.2 bits/kb (per kilobyte).
This means that
, in which kb is the number of kilobytes.
(a) What is the probability of 5 bits being in error during the transmission of 1 kb?
This is P(X = 5) when
![\mu = 3.2](https://img.qammunity.org/2021/formulas/mathematics/college/e6flb4ejzoyemngcxcdngwkdmk4embx3ba.png)
![P(X = x) = (e^(-\mu)*\mu^(x))/((x)!)](https://img.qammunity.org/2021/formulas/mathematics/college/frjienvs346ki5axyreyxszxd4zhu8xxhm.png)
![P(X = 5) = (e^(-3.2)*3.2^(5))/((5)!) = 0.1140](https://img.qammunity.org/2021/formulas/mathematics/college/lg3cjcqb3a02c6ncympobbblywtwzq50u5.png)
11.40% probability of 5 bits being in error during the transmission of 1 kb
(b) What is the probability of 8 bits being in error during the transmission of 2 kb?
This is P(X = 8) when
![\mu = 2*3.2 = 6.4](https://img.qammunity.org/2021/formulas/mathematics/college/c73g4aiajcx67qgc33d854arrivakpzo53.png)
![P(X = x) = (e^(-\mu)*\mu^(x))/((x)!)](https://img.qammunity.org/2021/formulas/mathematics/college/frjienvs346ki5axyreyxszxd4zhu8xxhm.png)
![P(X = 8) = (e^(-6.4)*6.4^(8))/((8)!) = 0.1160](https://img.qammunity.org/2021/formulas/mathematics/college/qy1amlzvxrrejjni4qp09auyiz8dfw3rqx.png)
11.60% probability of 8 bits being in error during the transmission of 2 kb
(c) What is the probability of no error bits in 3kb?
This is P(X = 0) when
![\mu = 3*3.2 = 9.6](https://img.qammunity.org/2021/formulas/mathematics/college/13xnpkm0pb00mk75v28b2568zyzqofgzkz.png)
Then
![P(X = x) = (e^(-\mu)*\mu^(x))/((x)!)](https://img.qammunity.org/2021/formulas/mathematics/college/frjienvs346ki5axyreyxszxd4zhu8xxhm.png)
![P(X = 0) = (e^(-9.6)*9.6^(0))/((0)!) = 0.0001](https://img.qammunity.org/2021/formulas/mathematics/college/lnpkar8cg33k3o2twmmxu844qf0ngk4nyu.png)
0.01% probability of no error bits in 3kb