Westonci.ca connects you with experts who provide insightful answers to your questions. Join us today and start learning! Ask your questions and receive detailed answers from professionals with extensive experience in various fields. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.
Sagot :
Answer:
a) 0.677
b) 0.0431
c) 0
Step-by-step explanation:
For each bit, there are only two possible outcomes. Either it is correctly received, or it is erroneously received. Whether any particular bit is erroneously received is independent of whether any other bit is erroneously received. This means that we use the binomial probability distribution to solve this question.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of X happening.
10% of all bits transmitted through a digital communication channel are erroneously
This means that [tex]p = 0.1[/tex]
Messages of 20 bits:
This means that [tex]n = 20[/tex]
a. What proportion of these messages will have at most 2 erroneously received bits?
This is [tex]P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2)[/tex]. So
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{20,0}.(0.1)^{0}.(0.9)^{20} = 0.1216[/tex]
[tex]P(X = 1) = C_{20,1}.(0.1)^{1}.(0.9)^{19} = 0.2702[/tex]
[tex]P(X = 2) = C_{20,2}.(0.1)^{2}.(0.9)^{18} = 0.2852[/tex]
[tex]P(X \leq 2) = P(X = 0) + P(X = 1) + P(X = 2) = 0.1216 + 0.2702 + 0.2852 = 0.677[/tex]
b. What proportion of these messages will have at least 5 erroneously received bits?
This is
[tex]P(X \geq 5) = 1 - P(X < 5)[/tex]
In which
[tex]P(X < 5) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4)[/tex]. So
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{20,0}.(0.1)^{0}.(0.9)^{20} = 0.1216[/tex]
[tex]P(X = 1) = C_{20,1}.(0.1)^{1}.(0.9)^{19} = 0.2702[/tex]
[tex]P(X = 2) = C_{20,2}.(0.1)^{2}.(0.9)^{18} = 0.2852[/tex]
[tex]P(X = 3) = C_{20,3}.(0.1)^{3}.(0.9)^{17} = 0.1901[/tex]
[tex]P(X = 4) = C_{20,4}.(0.1)^{4}.(0.9)^{16} = 0.0898[/tex]
[tex]P(X < 5) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) = 0.1216 + 0.2702 + 0.2852 + 0.1901 + 0.0898 = 0.9569[/tex]
Then
[tex]P(X \geq 5) = 1 - P(X < 5) = 1 - 0.9569 = 0.0431[/tex]
c. For what proportion of these messages will more than half the bits be erroneously received?
This is [tex]P(X \geq 11)[/tex]
[tex]P(X = 11) = C_{20,11}.(0.1)^{11}.(0.9)^{9} \approx 0[/tex]
If 11 is approximately 0, the rest(11, 12, 13,...) will also be approximately 0. So this proportion is 0.
We hope our answers were useful. Return anytime for more information and answers to any other questions you have. We hope you found this helpful. Feel free to come back anytime for more accurate answers and updated information. Westonci.ca is here to provide the answers you seek. Return often for more expert solutions.