pineapplewithmouse
Junior Member
- Joined
- Jun 22, 2021
- Messages
- 52
The problem:
There are x people in a room.
The people are separated into groups (any group has a random number of people ranging from 1 to x, groups can have the same number of people but they don't have to).
50% of the people in the room are going to be randomly selected, and they will die.
What are the chances, that if I choose a group, nobody in the group will die?
I tried to solve this by creating a simpler version:
There is a room with x people. The people are separated into 2 equal groups: red and blue. And then the "50% of the people..."
I thought about it and I came up with the formula: (((0.5x)!)^2)/(x!).
The problem is, when x is more than 40, the odds the formula gives are almost zero.
It's seems too small to me.
I did something wrong? The original problem has an answer?
There are x people in a room.
The people are separated into groups (any group has a random number of people ranging from 1 to x, groups can have the same number of people but they don't have to).
50% of the people in the room are going to be randomly selected, and they will die.
What are the chances, that if I choose a group, nobody in the group will die?
I tried to solve this by creating a simpler version:
There is a room with x people. The people are separated into 2 equal groups: red and blue. And then the "50% of the people..."
I thought about it and I came up with the formula: (((0.5x)!)^2)/(x!).
The problem is, when x is more than 40, the odds the formula gives are almost zero.
It's seems too small to me.
I did something wrong? The original problem has an answer?