Minimum value Probability Question

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
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

[tex]0.8 + \sum_{j=1}^\n \nnnnnnnnnnnnnnnn0.8(1-0.8)^j = 0.95[/tex]

[tex]0.8 * \sum_{j=1}^\n \((1-0.8)^j = 0.15[/tex]

[tex]\sum_{j=1}^\n \((1-0.8)^j = 0.1875[/tex]

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:
Physics news on Phys.org
Ok, it's situation like these latex seriously does a commendable job of pissing me off. How would you write the summation of index starting from j = 1 until n?
 
The probability the message is received on the first try is 0.8. The probability the messages is received on the second try given that the first one failed is (as you say) 0.8*(1-0.8)=0.16. The sum of the two is 0.96. Aren't you done?
 
l46kok said:
Ok, it's situation like these latex seriously does a commendable job of pissing me off. How would you write the summation of index starting from j = 1 until n?

The same way you did in your last latex block. \sum_{j=1}^n whatever. [tex]\sum_{j=1}^n a_j[/tex].
 
Last edited: