science_memes

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Kidplayer_666, in Astronomy go brrrrrrr

My sense of humour is broken when I consider this to be funny

lunaticneko, in Sleeping Beauty Trolley Problem

Spit to the left and right. If it spits back then there is someone else and I’m on the main track.

froh42, in "Wow, she must really like maths."

As my math teacher said:

Ich ziehe meine Wurzel aus einer Unbekannten.

Sorry, I don’t think this works when translated.

Johanno,

I pull up the root of an unknown.

froh42,

Meaning a: I take the root of a variable

Meaning b: I pull my “root” out of an unkown woman

plague_sapiens,
@plague_sapiens@lemmy.world avatar

Ich kenn den anders. Wahre Mathematik ist es, wenn man schon morgens seine Wurzel aus einer Unbekannten zieht xD

Etterra, in Sleeping Beauty Trolley Problem

Can I vote to move the one person to join the ten. Misery loves company.

Assian_Candor, in "Wow, she must really like maths."
@Assian_Candor@hexbear.net avatar

Imaginary girlfriend lmao

CantaloupeAss, in Sleeping Beauty Trolley Problem

I am confused as to why anyone would not flip the switch? Flipping the switch seems to have somewhere between a 10% and 100% chance of saving your life, and not flipping the switch seems to guarantee death?

Is there some kind of penalty to flipping the switch that I am missing?

Or is the drawing misleading, and in Scenario B, there is also supposed to be a person drawn on the other track?

Eiim,

I think in Scenario A you die if you flip the switch.

Metal_Zealot, in all head, all the time
@Metal_Zealot@lemmy.ml avatar

I bet it gives great-

Nevermind

sour,
@sour@kbin.social avatar

collection item

PixeIOrange,

Foot job?

PeriodicallyPedantic,

Compliments?

DoctorWhookah,

Helmet?

guyrocket, in all head, all the time
@guyrocket@kbin.social avatar

Just like yo momma every time I visit.

mrbaby,

The way she everts her stomach and digests you with her enzymes. You just can’t get that with other gals.

PhlubbaDubba, in all head, all the time

I mean…where did they think its mouth was if not part of the head?

brianorca,

One of the previous theories had the head in the middle and tail at the edge of the arms. But this study showed that the DNA markers for “head” are expressed all through the starfish, and there are no “tail” markers at all.

PhlubbaDubba,

So what I’m getting here is that they basically proved that Starfish evolved from a clade that predates the development of basically everything we consider an animal save for spongeoforms

howrar, (edited ) in Sleeping Beauty Trolley Problem

tldr: Always flip the switch

Edited with some of TauZero’s suggested changes.


  • Let N be the size of the population that the villain abducts from
  • Let X be the event that you are abducted
  • Let R be the outcome of the villain’s roll
  • Let C be the event that you have control of the real switch

  • If 1-5 is rolled, then the probability that you are abducted is P(X|R∈{1,2,3,4,5}) = 1/N
  • If 6 is rolled, then P(X|R=6) = (N-1 choose 9)/(N choose 10) = ((N-1)!/(9! * (N-10)!)) / (N!/(10! * (N-10)!)) = 10/N
  • The probability of getting abducted at all is P(X) = P(X|R∈{1,2,3,4,5})P(R∈{1,2,3,4,5}) + P(X|R=6)P(R=6) = (1/N)(5/6) + (10/N)(1/6)
  • The probability that a six was rolled given that you were abducted: P(R=6|X) = P(X|R=6)P(R=6)/P(X) = (10/N)(1/6)/((1/N)(5/6) + (10/N)*(1/6)) = 2/3

So as it turns out, the total population is irrelevant. If you get abducted, the probability that the villain rolled a 6 is 2/3, and the probability of rolling anything else is its complement, so 1/3.


Let’s say you want to maximize your chances of survival. We’ll only consider the scenario where you have control of the tracks.

  • P(C|R∈{1,2,3,4,5}) = 1/10
  • P(C|R=6) = 1
  • P(C) = P(C|R∈{1,2,3,4,5})P(R∈{1,2,3,4,5}) + P(C|R=6)P(R=6) = (1/10)(5/6) + (1)(1/6) = 1/4
  • P(R=6|C) = P(C|R=6)P(R=6)/P(C) = (1)(1/6)/(1/4) = 2/3
  • P(R∈{1,2,3,4,5}|C) = P(C|R∈{1,2,3,4,5})P(R∈{1,2,3,4,5})/P(C) = (1/10)(5/6)/(1/4) = 1/3
  • If you flip the switch, you have a 1/3 chance of dying.
  • If you don’t flip it, you have a 2/3 chance of dying.

If you want to maximize your own probability of survival, you flip the switch.


As for expected number of deaths, assuming you have control of the tracks:

  • If you flip the switch, the expected number of deaths is (1/3)*1+(2/3)*0 = 0.33.
  • If you don’t flip it, the expected number of deaths is (1/3)*0+(2/3)*10=6.67.

So to minimize the expected number of casualties, you still want to flip the switch.


No matter what your goal is, given the information you have, flipping the switch is always the better choice.

TauZero,

Excellent excellent!

If 6 is rolled, then P(X|R=6) = (N-1 choose 9)/(N choose 10)

Might as well reduce that to 10/N to make the rest of the lines easier to read.

If you don’t flip it, you have a 2/3 chance of dying.

There is also a chance that your switch is not connected and someone else has control of the real one. So there is an implicit assumption that everyone else is equally logical as you and equally selfish/altruistic as you, such that whatever logic you use to arrive at a decision, they must have arrived at the same decision.

No matter what your goal is, given the information you have, flipping the switch is always the better choice.

That is my conclusion too! I was surprised to learn though in the comment thread with @pancake that the decision may be different depending on the percentage of altruism in the population. E.g. if you are the only selfish one in an altruistic society, you’d benefit from deliberately not flipping the switch. Being a selfish one in a selfish society reduces to the prisoner’s dilemma.

howrar,

There is also a chance that your switch is not connected and someone else has control of the real one. So there is an implicit assumption that everyone else is equally logical as you and equally selfish/altruistic as you, such that whatever logic you use to arrive at a decision, they must have arrived at the same decision.

Ah, yes. I forgot to account for that in my calculations. I’ll maybe rework it when I find time tomorrow.

iAvicenna, (edited )
@iAvicenna@lemmy.world avatar

I am always surprised how my first guess gets wrecked by Bayes rule. I would have thought that there is 5/6 chance I am on side track and 1/6 that I am on the main track.

kromem, in Sleeping Beauty Trolley Problem

The real question is whether the song being played on the noise cancelling headphones is a foot tapper or not.

Swedneck, in all head, all the time
@Swedneck@discuss.tchncs.de avatar

this feels kinda silly, like surely we’re the ones defining what the head is here? head and body doesn’t make sense for a starfish, it’s like asking where the head of a potato is

FuglyDuck,
@FuglyDuck@lemmy.world avatar

So somebody went and looked at its genetic structure, and compared its structure as it developed from larva and found that each of the limbs (if I understand it correctly) are all head (or heads,) and the tail disappears.

they talk about it here for normies like me. the starfish thing starts at 2:15

brianorca,

No, it’s not English semantics they are using here. It’s DNA semantics. They looked for DNA markers and gene expression to define what is head or tail of various animals, and found that most of the starfish expressed those similarly to the head of other animals.

AgentOrangesicle, in all head, all the time
@AgentOrangesicle@lemmy.world avatar

Everything has always been brain.

That’s literally the principle of several religions.

PerogiBoi, in bro pls
@PerogiBoi@lemmy.ca avatar

Science bad

ASeriesOfPoorChoices,

Science naughty ;-)

rockSlayer,

You bad!

unexposedhazard, (edited ) in bro pls

Budget: Military Complex > CERN

Long term value to citizens: CERN > Miltary Complex

All historical CERN expenses combined are a tiny fraction of the yearly expenses of the combined EU miltary

Zehzin,
@Zehzin@lemmy.world avatar

But particles don’t make my dick feel big

ReadyUser31,

That’s because you’re using them wrong!

morrowind,
@morrowind@lemmy.ml avatar

Seems like you’re just not using them creatively enough

Raxiel,

Hold a particle in your hand first, then your dick. The relative difference will make your dick seem at least ten times bigger!

forrgott,

OMG. This might be my favorite burn ever!!

fossilesque,
@fossilesque@mander.xyz avatar

Even quarks aren’t that small.

tacofox,
Zehzin, (edited )
@Zehzin@lemmy.world avatar

They call me quark cause I’m always down to top and up to bottom and I’m charmingly strange. Also I’m very very small

Gabu,

Do you also mysteriously disappear whenever there’s anyone interested in what you’re doing?

AngryCommieKender,

I’m just amazed that funding $22 billion is even an issue when the project is being backed by the EU, and partially the US, since we never built ours…

That’s a rounding error for both entities

fossilesque, (edited )
@fossilesque@mander.xyz avatar

US Congress: Audit NASA > Audit the Pentagon

EU: Audit CERN > Audit Luxemborg/Malta/UK

  • All
  • Subscribed
  • Moderated
  • Favorites
  • science_memes@mander.xyz
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #