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

Discussion Overview

The discussion revolves around calculating the probability of an event occurring at least a certain number of times over a specified number of trials. Participants explore the mathematical foundations and potential formulas related to this probability, particularly in the context of binomial distributions and independent events.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant seeks a formula to calculate the likelihood of an event with an 80% chance of occurring at least n times in x rounds, using coin flips as an example.
  • Another participant emphasizes the importance of understanding the fundamentals of probability before applying formulas, questioning the relevance of formulas without foundational knowledge.
  • A later reply suggests that the probability of exactly n successes can be derived and then extrapolated to find the probability of at least n successes.
  • Some participants mention the binomial coefficients and the concept of generating functions as useful tools for solving the problem.
  • One participant expresses uncertainty about how the fundamentals discussed relate to deriving an efficient formula for their specific question.
  • Another participant provides a detailed breakdown of calculating probabilities for independent trials, illustrating the pattern for finding probabilities of successes.
  • There is mention of the need to sum probabilities for all combinations that meet the criteria of at least n successes.

Areas of Agreement / Disagreement

Participants do not reach a consensus on a specific formula or method. There are competing views on the importance of understanding fundamentals versus seeking direct formulas, and the discussion remains unresolved regarding the most efficient approach to the problem.

Contextual Notes

Participants express varying levels of understanding of the underlying concepts, which may affect their ability to derive or apply the appropriate formulas. The discussion includes references to binomial coefficients and generating functions, but no definitive resolution is reached on the best method to calculate the desired probabilities.

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
3K
  • · Replies 6 ·
Replies
6
Views
9K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K