1. You are at a carnival and there is a game being played.
2. The game consistents of 40 tiles on a table numbers 1 through to 40.
3. Prior to the game starting, you have to pick 2 numbers, between 1-40. Completely random numbers.
4. Once the game starts, the host will turn over 10 of the 40 tiles.
In order to win the game, ONLY one of your 2 chosen tiles has to be revealed in the 10 tiles she has turned over.
If both do that is fine, but in order to win, you only need ONE of them turned over.
If I run this game 100 times what's my chances of winning ?
My solution
Event 1. Pick 2 balls out of 40 with only 1 needing to be correct 2/40 =1/20
Event 2. Pick 2 balls out of 10
2/10 =1/5
Probability of both events =1/20 * 1/5
=1/100
Out of 100 games I will win one time
Just need to check if this is correct
Thanks
2. The game consistents of 40 tiles on a table numbers 1 through to 40.
3. Prior to the game starting, you have to pick 2 numbers, between 1-40. Completely random numbers.
4. Once the game starts, the host will turn over 10 of the 40 tiles.
In order to win the game, ONLY one of your 2 chosen tiles has to be revealed in the 10 tiles she has turned over.
If both do that is fine, but in order to win, you only need ONE of them turned over.
If I run this game 100 times what's my chances of winning ?
My solution
Event 1. Pick 2 balls out of 40 with only 1 needing to be correct 2/40 =1/20
Event 2. Pick 2 balls out of 10
2/10 =1/5
Probability of both events =1/20 * 1/5
=1/100
Out of 100 games I will win one time
Just need to check if this is correct
Thanks