The probability of an event occurring at least x times?

  • Context: Undergrad 
  • Thread starter Thread starter mpatryluk
  • Start date Start date
  • Tags Tags
    Probability
Click For Summary
SUMMARY

The discussion centers on calculating the probability of an event occurring at least 'n' times in 'x' rounds, specifically with an 80% chance of occurrence. Participants emphasize the importance of understanding the fundamentals of probability, particularly the binomial probability formula. The conversation highlights that to find the probability of at least 'n' successes, one must sum the probabilities of all combinations that yield 'n' or more successes, utilizing binomial coefficients. The recommended approach is to derive a formula for "exactly n times" and then extrapolate it for "at least n times."

PREREQUISITES
  • Understanding of binomial probability and coefficients
  • Familiarity with basic probability concepts
  • Knowledge of generating functions in probability
  • Ability to perform combinatorial calculations
NEXT STEPS
  • Research "binomial probability formula" for calculating exact successes
  • Explore "generating functions" for advanced probability problems
  • Study "combinatorial mathematics" to enhance understanding of sequence combinations
  • Practice problems involving "at least n successes" in various scenarios
USEFUL FOR

Mathematicians, statisticians, data analysts, and anyone interested in probability theory and its applications in real-world scenarios.

mpatryluk
Messages
46
Reaction score
0
Assuming that an event has 80% chance of occurrence and 20% of not occurring per "round", what is the formula to calculate the likelihood that it will occur at least n times assuming that there are x rounds?

i.e.
If you flip a coin 3 times, what are the chances that at least 2 times will turn up heads?

This example would be simple enough to map out all of the occurrences and find out which proportion meet those criteria, but the examples i will need to work with are too complex to do so.

I tried to find the formula online but didnt know the name and couldn't describe it in such a way that a google search yielded results.

Thanks!
 
Physics news on Phys.org
Forget formulas. If you don't understand the fundamentals, you may well apply a formula incorrectly.

Just think about the basics. If an event has a 80%/20% chance of occurring/not occurring, what's the likelihood that it will occur/not occur a second time?
 
What he said
 
phinds said:
Forget formulas. If you don't understand the fundamentals, you may well apply a formula incorrectly.

Just think about the basics. If an event has a 80%/20% chance of occurring/not occurring, what's the likelihood that it will occur/not occur a second time?

I'm really not sure how that relates to what I asked. I am well aware that combined probability of multiple independent events is multiplicative. But I'm asking about the odds (for example) of an event occurring at least 5 times out of 8 chances.

Not exactly 5 times, at least 5 times, and in no particular required order of successes vs failures.

For that I would need to sum the aggregate probability of all possible sequence combinations where there are at least 5 successes. This includes:

YYYYYNNN
YYNNNYYY
YYYYYYYY
NNYNYYYY
etc.

So unless I am blatantly missing an obvious concept, I am not sure which fundamentals in your post will help me derive a formula to solve what i asked efficiently.
 
It was not clear from your post that you understand the fundamentals so well. It sounded as though you were simply searching for a formula to plug number into.

I don't know if there's an equation per se. I would find a generic expression for "exactly n times" and extrapolate it as a sum of terms and see if that looks like it would yield a single expression or simply have to be such a sum of terms.
 
  • Like
Likes   Reactions: mpatryluk
I am not sure which fundamentals in your post will help me derive a formula to solve what i asked efficiently.
Well if you don't follow suggestions you'll never know ;) Here, I'll start you off...

For 2 independent trials, probability of success being p, the probability of exactly
2 successes is ##P(2)=p^2##
1 success is ##P(1)=2p(1-p)## ... because that requires one success and one failure, and there are two ways this can happen
0 successes is ##P(0)=(1-p)^2##
... so the probability of at least one success is ##P(1)+P(2) = p^2 + 2p(1-p) = 2p-p^2##

Repeat for three independent trials and spot the pattern.
Mind you - you'd have to recognize the binomial coefficients.

You can just look up "binomial probability", which I see you found while I was typing, and memorize the equation.
 
  • Like
Likes   Reactions: mpatryluk
phinds said:
It was not clear from your post that you understand the fundamentals so well. It sounded as though you were simply searching for a formula to plug number into.

I don't know if there's an equation per se. I would find a generic expression for "exactly n times" and extrapolate it as a sum of terms and see if that looks like it would yield a single expression or simply have to be such a sum of terms.
That turned out to be exactly the right approach. It's a sum of terms using exactly n times, and I found that equation pretty easily online

thanks!
 
Simon Bridge said:
Well if you don't follow suggestions you'll never know ;) Here, I'll start you off...

For 2 independent trials, probability of success being p, the probability of exactly
2 successes is ##P(2)=p^2##
1 success is ##P(1)=2p(1-p)## ... because that requires one success and one failure, and there are two ways this can happen
0 successes is ##P(0)=(1-p)^2##
... so the probability of at least one success is ##P(1)+P(2) = p^2 + 2p(1-p) = 2p-p^2##

Repeat for three independent trials and spot the pattern.
Mind you - you'd have to recognize the binomial coefficients.

You can just look up "binomial probability", which I see you found while I was typing, and memorize the equation.

Great, thanks for the detailed response!
 
mpatryluk said:
I tried to find the formula online but didnt know the name and couldn't describe it in such a way that a google search yielded results.

Try the general topic of "generating functions" - often mentioned in connection with problems involving how many ways a certain sum of money can be made using coins of various types.

The problem you described may just amount to a sum of terms each of which is a "binomial coefficient" times probabilities raised to powers. (For example, the probability of "at least 7 heads" in 10 independent tosses of a fair coin is the sum: probability of exactly 7 heads + probability of exactly 8 heads + probability of excactly 9 heads + probability of exactly 10 heads. So if you can solve the "probability of exactly..." kind of problem, you can solve the "probability of at least" sort of problem.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
9K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
5K