asd1249jf
Homework Statement
When a conventional apging system transmits a message, the probability that the message will be received by the pager it is sent to is p. To be confident that a message is received at least once, a system transmits the message n times.
Assuming p = 0.8, what is the minimum value of n that produces a probability of 0.95 of receiving the message at least once?
The Attempt at a Solution
Ok, so the probability of message being transmitted per attempt is
First Attempt : 0.8
Second Attempt : 0.8(1-0.8)
Third Attempt : 0.8(1-0.8)^2
and so on.
So we could set up an equation
0.8 + \sum_{j=1}^\n \nnnnnnnnnnnnnnnn0.8(1-0.8)^j = 0.95
0.8 * \sum_{j=1}^\n \((1-0.8)^j = 0.15
\sum_{j=1}^\n \((1-0.8)^j = 0.1875
And I'm stuck here. There is no possible value for n for this summation to be satisfied (n needs to be an integer equal or greater than 1). Can anybody help?
Last edited by a moderator: