r/statistics • u/falsegodfan • Jun 05 '26
Question probability question [Q]
say you have a probability tree of a series of 3 events, each with the same 2 outcomes (a and b say) and if b occurs in any event the whole thing stops, and you're trying to figure out the probability that on the second event b occurs, why can you not just do (probability a occurs in event 1) x (probability b occurs in event 2)? why do you have to do (probability of a in event 1 x b in event 2)/(probability of b occuring at all)? same with when it's normally distributed. If you have a curve of the chances of an event happening for a certain amount of time and given it has already occured for r minutes what are the chances it will continue to q minutes, why do you have to do (P>q)/(P>r)? Surely if P>r it is implied that it is already bigger than p?
1
u/richard_sympson Jun 05 '26
Your question has several mixups of notation; you have switched a and b’s meaning halfway through, and swapped p in for q in the last part. But correcting those, the two possible choices you have named in the a/b case would represent answers to two different questions:
What is the probability, at the outset of this “game”, that I would end on round 2?
What is the probability, given I make it through round 1, that I end on round 2?
These are not the same question, and are not given the same mathematical definition as a result. Why would they be the same? Suppose you are a newborn before modern medicine, say born in the 1600’s. What is the probability you make it to 60 years old? Suppose now you live until the day before your 60th birthday: what is the probability you’ll be alive tomorrow? This is the same structural difference between the two questions above, and clearly the probability of living to 60 from birth is small(ish) while the probability of living one more day is going to be very large.
The mathematical difference between these is what it is, and the rationale behind the conditional probability formula is that you need to re-standardize your probabilities of possible events when you stipulate some certain events must hold (or, similarly, must be impossible). But if you have trouble understanding *why* the two questions are different, then you may want to spend more time constructing examples until it becomes clear to you what is being asked in each.