Superpal
Superpal
  • Threads: 8
  • Posts: 15
Joined: Mar 26, 2013
January 3rd, 2015 at 8:10:42 AM permalink
Please advise concerning the following question - If an event has a 1 in 10 probability of occurring , what is the probability of it occurring once in 15 trials ,
in 20 , in 25 , in 30 , etc. to a maximum of 75 trials ? ... or conversely , of NOT occurring in the same number or trials ? At what point will the event ALMOST certainly occur , or conversely, at what point will the event have only the REMOTEST possibility of NOT occurring ? Please suggest a formula for calculating other similar probabilities , e.g. , 1 in 8 , or 1 in 12 trials ... Sorry to say , that except for Standard Deviation , I've forgotten my math lessons of decades ago ...
Your response is much appreciated !
Mission146
Mission146
  • Threads: 142
  • Posts: 16832
Joined: May 15, 2012
January 3rd, 2015 at 8:39:38 AM permalink
Quote: Superpal

Please advise concerning the following question - If an event has a 1 in 10 probability of occurring , what is the probability of it occurring once in 15 trials ,
in 20 , in 25 , in 30 , etc. to a maximum of 75 trials ? ... or conversely , of NOT occurring in the same number or trials ? At what point will the event ALMOST certainly occur , or conversely, at what point will the event have only the REMOTEST possibility of NOT occurring ? Please suggest a formula for calculating other similar probabilities , e.g. , 1 in 8 , or 1 in 12 trials ... Sorry to say , that except for Standard Deviation , I've forgotten my math lessons of decades ago ...
Your response is much appreciated !



You can use a binomial distribution calculator which can be found online for free:

http://vassarstats.net/binomialX.html

You simply enter n as your number of attempts, k is how many of the desired outcome you want, and p is the probability it will occur given one chance.

Thus, for your example of fifteen trials: n=15, k=1, p=.1

For 1:15 attempts we get: 0.343151886824

For 0 or 1:15 attempts it is: 0.549043018919

TWENTY TRIALS:

1/20: 0.270170343535

0 or 1:20 0.391746998125

SEVENTY FIVE:

1:75 = 0.003083237375

0 or 1:75 0.00345322586

You can use this calculator to figure it out for anything you like, as long as there are only two possibilities for a result.
https://wizardofvegas.com/forum/off-topic/gripes/11182-pet-peeves/120/#post815219
ThatDonGuy
ThatDonGuy
  • Threads: 117
  • Posts: 6267
Joined: Jun 22, 2011
January 3rd, 2015 at 9:01:28 AM permalink
When you say "occurring once", do you mean "at least once", or "exactly once"?

If it's "at least once", the probability = 1 minus the probability of it not happening at all, which is (1-p)n, where p is the probability of it happening in any particular trial (in your case, 0.1), and n is the number of trials.

If it's "exactly once", the probability = n times p times (1-p)n-1. ("n" is in there because any of the n trials can be the successful one.)
PeeMcGee
PeeMcGee
  • Threads: 1
  • Posts: 115
Joined: Jul 23, 2014
January 3rd, 2015 at 5:24:04 PM permalink
Quote:

At what point will the event ALMOST certainly occur , or conversely, at what point will the event have only the REMOTEST possibility of NOT occurring ?


If you have the probability of an event occurring, p—then the probability that the event doesn’t occurs is 1-p. Then the probability of the event not occurring over n trials is (1-p)n. So, set this to whatever “remote” probability you want and solve for n.

So if p=0.1, and you want to know how many trials it takes for the event to occur 99% of the time (or to not occur 1% of the time)…
(1-0.1)n = 0.01
n log(0.9) = log(0.01)
n = 43.7

So it would take 44 trials to have over 99% confidence that something with 1 in 10 probability will happen at least once.
ssho88
ssho88
  • Threads: 54
  • Posts: 658
Joined: Oct 16, 2011
January 3rd, 2015 at 6:10:21 PM permalink
Probability of occurring exact once in 15 trials = 15 * (0.1) * (0.9)^14 = 0.343151886 . . . . .
.
.
.
.
.

Probability of occurring exact once in N trials = N * (0.1) * (0.9)^(N-1) = . . . . . .


You will get highest probability at N=9(or 10), probability = 9 * (0.1) * (0.9)^(9-1) = 0.387420489 . . .
  • Jump to: