In a packet data communication system, a source transmits packets containing computer data
to a receiver. Because transmission errors occasionally occur, an acknowledgment (ACK) or
a nonacknowledgement (NACK) is transmitted back on a feedback channel to the source to
indicate the status of each received packet. Data packets require a highly reliable transmission
system. Assume that a packet transmission is an independent Bernoulli trial with success
probability p.
Suppose, the resource (Eg: power) expended in transmitting the packet X
times is given by (X^2 + 5) milliwatts. Find the expected amount of resource expended
in transmitting a packet successfully.
So I solved for the PMF, being p*(1-p)^(n-1) for n=1,2,...X
Now it makes sense to me that I multiply that by the X^2+5 given, however I get some nasty math:
E(n)= SUM(n*(n^2+5)*p*(1-p)^(n-1)) for n=1,...,X
This leads me to believe I am doing something wrong. Am I on the right track or not?
to a receiver. Because transmission errors occasionally occur, an acknowledgment (ACK) or
a nonacknowledgement (NACK) is transmitted back on a feedback channel to the source to
indicate the status of each received packet. Data packets require a highly reliable transmission
system. Assume that a packet transmission is an independent Bernoulli trial with success
probability p.
Suppose, the resource (Eg: power) expended in transmitting the packet X
times is given by (X^2 + 5) milliwatts. Find the expected amount of resource expended
in transmitting a packet successfully.
So I solved for the PMF, being p*(1-p)^(n-1) for n=1,2,...X
Now it makes sense to me that I multiply that by the X^2+5 given, however I get some nasty math:
E(n)= SUM(n*(n^2+5)*p*(1-p)^(n-1)) for n=1,...,X
This leads me to believe I am doing something wrong. Am I on the right track or not?