this post was submitted on 29 Sep 2023
-21 points (31.6% liked)
Showerthoughts
29723 readers
816 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. A showerthought should offer a unique perspective on an ordinary part of life.
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- Avoid politics
- NEW RULE as of 5 Nov 2024, trying it out
- Political posts often end up being circle jerks (not offering unique perspective) or enflaming (too much work for mods).
- Try c/politicaldiscussion, volunteer as a mod here, or start your own community.
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct-----
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Probability theory to the rescue:
Assume you have two binary variables X and Y. X is equal to 1 if you're sick, 0 otherwise. Y is equal to 1 if you win the lottery, 0 otherwise.
Your question implicitly asks what the probability of winning would be given that you're not sick. By definition that would be:
p = P("X=0" and "Y=1") / P("X=0")
And you're stuck with the
"X=0" and "Y=1"
event as you need some knowledge about how X and Y are related to each other.In other words, does your health have any effect on how the lottery machine works? Or vice versa, does the lottery machine impact your health? As the answer to both is obviously no (as there's no physically possible way that could be true, unless you believe in the paranormal and there being some god who plays around with the probabilities), it's reasonable to assume that X and Y are independent, in which case
P("X=0" and "Y=1") = P("X=0") * P("Y=1")
, but then this simply means thatp = P("Y=1")
, ie your health doesn't matter: whether you're healthy or sick, that doesn't change the probability of you winning the lottery.1 or 0. Odds are 50/50. Got it.