Suppose every person on Earth was given a button which, when pressed, may either kill a random person, or just do nothing. If everyone pressed their respective buttons simultaneously,what is the expected number of people that would live?
Details and Assumptions:
Every button has an equal chance of being able to kill or not.
For this problem, there are exactly seven billion people on Earth.
It is possible that a person may be able to kill himself once he/she pressed the button.
Overlaps on who the buttons kill are allowed.
A person is not a person.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Hello Brilliant! It has been so long.
Let us scale down first the problem with 1 0 people.
What are the odds that you'll die for each button push? That is 0 . 1 0 × 0 . 5 = 0 . 0 5 . Consequently, your odds of surviving that same button push would be 0 . 9 5 .
For two independent button pushes, your chance of survival would be ( 0 . 9 5 ) 2 . For three, it would be ( 0 . 9 5 ) 3 , and so on. So for ten buttons, it would be ( 0 . 9 5 ) 1 0 .
Actually, the general model for determining the survival rate for n buttons with individual success rate of a (which, by the way, is 0 . 5 in this problem) is
( 1 − n a ) n
which, at sufficiently large values of n , approaches
e − a
So, there you have it. We'll have a survival rate of e 1 0 0 %. Multiply that to the assumed total population, and that will give us the desired number which is 4 , 2 4 5 , 7 1 4 , 6 1 7 .