Question

In a digital communication channel, assume that the number of bits received in error can be...

In a digital communication channel, assume that the number of bits received in error can be modeled by a binomial random variable. The probability that a bit is received in error is 0.1. A) If 50 bits are transmitted, what is the probability that 2 or fewer errors occur? ( Round your answer to 3 decimal places) B) If 50 bits are transmitted, what is the probability that more than 8 errors occur? ( Round your answer to 5 decimal places)

Homework Answers

Answer #1

a)
Here, n = 50, p = 0.1, (1 - p) = 0.9 and x = 2
As per binomial distribution formula P(X = x) = nCx * p^x * (1 - p)^(n - x)

We need to calculate P(X <= 2).
P(X <= 2) = (50C0 * 0.1^0 * 0.9^50) + (50C1 * 0.1^1 * 0.9^49) + (50C2 * 0.1^2 * 0.9^48)
P(X <= 2) = 0.005 + 0.029 + 0.078
P(X <= 2) = 0.112

b)
P(X <= 8) = (50C0 * 0.1^0 * 0.9^50) + (50C1 * 0.1^1 * 0.9^49) + (50C2 * 0.1^2 * 0.9^48) + (50C3 * 0.1^3 * 0.9^47) + (50C4 * 0.1^4 * 0.9^46) + (50C5 * 0.1^5 * 0.9^45) + (50C6 * 0.1^6 * 0.9^44) + (50C7 * 0.1^7 * 0.9^43) + (50C8 * 0.1^8 * 0.9^42)
P(X <= 8) = 0.00515 + 0.02863 + 0.07794 + 0.13857 + 0.1809 + 0.18492 + 0.1541 + 0.10763 + 0.06428
P(X <= 8) = 0.94212

P(X > 8) = 1 - 0.94212 = 0.05788

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A binary communication channel transmits a sequence of "bits" (0s and 1s). Suppose that for any...
A binary communication channel transmits a sequence of "bits" (0s and 1s). Suppose that for any particular bit transmitted, there is a 15% chance of a transmission error (a 0 becoming a 1 or a 1 becoming a 0). Assume that bit errors occur independently of one another. (Round your answers to four decimal places.) (a) Consider transmitting 1000 bits. What is the approximate probability that at most 165 transmission errors occur? (b) Suppose the same 1000-bit message is sent...
Data packets containing 64 bits are transmitted over a communication channel. A transmitted bit is received...
Data packets containing 64 bits are transmitted over a communication channel. A transmitted bit is received incorrectly with probability p=0.01. The packet is coded in such a way that bit error of 2 or less can be corrected. What is the probability that a packet is decoded correctly?
Given that the probability of error in the transmission of a bit over a communication channel...
Given that the probability of error in the transmission of a bit over a communication channel is p=10e-4 a) Compute the probability of error in transmitting a block of 1024 bits b) What is the probability of more than three errors in transmitting a block of 1000 bits? c) If a message is not transmitted correctly, a retransmission is initiated. This procedure is repeated until a correct transmission occurs. Such a channel is often called a feedback channel. Assuming that...
in a data network, packets containing 160 bits are transmitted over a channel with a error...
in a data network, packets containing 160 bits are transmitted over a channel with a error probability of 0.01. if a packet is received in error , i.e containing one or more bit errors, the receiver asks for retransmission. what is the average numbe rof transmissions per packet?
Exercise 5.6.4: Error-correcting codes and the probability of transmitting a message without errors (a) A communication...
Exercise 5.6.4: Error-correcting codes and the probability of transmitting a message without errors (a) A communication channel flips each transmitted bit with probability 0.02. The event that one bit is flipped is independent of the event that any other subset of the bits is flipped. A 100-bit message is sent across the communication channel and an error-correcting scheme is used that can correct up to three errors but expands the length of the message to 110 bits. What is the...
There is a chance that a bit transmitted through a digital transmission channel is received in...
There is a chance that a bit transmitted through a digital transmission channel is received in error. Let X equal the number of bits in error in the next three bits transmitted. Suppose that the performed experiment on the entire population gives the probability distribution below, x 0 1 2 3 P(X=x) 0.656 0.292 0.049 0.003 Find a)The cdf of X, and graph it x < 0 0 ? x < 1 1 ? x < 2 2 ? x...
Consider a noisy communication channel, where each bit is flipped with probability p (the probability that...
Consider a noisy communication channel, where each bit is flipped with probability p (the probability that a bit is sent in error is p). Assume that n−1 bits, b1,b2,⋯,b(n−1), are going to be sent on this channel. A parity check bit is added to these bits so that the sum b1+b2+⋯+bn is an even number. This way, the receiver can distinguish occurrence of odd number of errors, that is, if one, three, or any odd number of errors occur, the...
In a communication system, information bits are transmitted from source to destination. However, due to the...
In a communication system, information bits are transmitted from source to destination. However, due to the ambient white Gaussian noise in the communication channel, an information bit may be received erroneously by the time it arrives at the destination. Assume that the information bits are transmitted independently, and let p denote the bit error probability with pϵ(0; 1). Suppose a total of N bits are transmitted from the source to the destination, and let WN denote the total number of...
An FCS error detection mechanism is used over a communications link. The message bit sequence is...
An FCS error detection mechanism is used over a communications link. The message bit sequence is 101011. An FCS generator pattern of 1011 is used to generate the FCS sequence. A) How many FCS bits are generated? What are they? What is the transmitted bit sequence? Identify the FCS bits in that sequence. Show details of your work. B)Now suppose the received sequence is 010010111. Was it received correctly? What is the receiver decision and what was the message sequence...
3. Each time a modem transmits one bit, the receiving modem analyzes the signal arrives and...
3. Each time a modem transmits one bit, the receiving modem analyzes the signal arrives and decides whether the transmitted bit is 0 or 1. It makes an error with probability p, independent of whether any other bit is received correctly. a) If the transmission continues until first error, what is the distribution of random variable X, the number of bits transmitted? b) If p = 0.1, what is probability that X = 10? c) what is probability that X...