Answer:
- <u><em>The probability that the receiver assigns the correct value of 0 is 0.017.</em></u>
Explanation:
As per the description, there is a typo in the final statement. The correct final statement has to be "<em>A is sent as 00000 </em>" beacuse each digit is sent five times.
The receiver will assign the correct value of 0 if 0 appears<em> three or more times.</em>
Then, you need to find the <em>probability</em> that the string contains 3 or more 0.
Since the variable can take two values (0 or 1) and the probability of each bit are independent this is a binomial experiment.
Thus, the calculation is to find P(X≥3), which is equal to P(X=3) + P(X=4) + P(X=5).
The equation for the binomial probability is:

For this experiment, p is the probability that the bit is not reversed, thus p = 0.7, and (1-p) = 0.3.
Then, you need to find:

Computing, that is 0.01699 ≈ 0.017