626 views
0 votes
0 votes
You're in a game show. There are 100 doors. A Car is there behind one of those doors.

1. You pick a door. The host opens 98 other doors where the car is absent. What is the probability that the car is behind the door you picked and what is the probability that the car is behind the door the remaining door that is not yet opened(i.e., the door which you did not choose and the host also didn't open it).

2. You pick a door. The host opens 98 other doors where the car is absent. But the Host never reveals to you whether the car is present in any of the door he opened. So, you are thinking that car might be behind any of those 100 doors. What is the probability that the car is behind the door you picked and what is the probability that the car is behind the door the remaining door that is not yet opened(i.e., the door which you did not choose and the host also didn't open it).

3. You pick door number 29. The host opens 98 other doors where the car is absent. 92nd door is left unopened. What is the probability that the car is behind the door 29 and what is the probability that the car is behind the door 92?

4. You pick door number 29. The host opens 98 other doors where the car is absent. 92nd door is left unopened. But the Host never reveals to you whether the car is present in any of the door he opened. So, you are thinking that car might be behind any of those 100 doors. What is the probability that the car is behind the door 29 and what is the probability that the car is behind the door 92?

1 Answer

0 votes
0 votes
1/100 in any door if all doors are unopened.

But if 98 doors are opened than probability in your guessed door is 1/100 and for the other unopened door is 99/100

Related questions

0 votes
0 votes
1 answer
1
Hardik Vagadia asked Jul 26, 2015
666 views
the number of bit strings of length 8 that will either start with 1 or end with 00 is?a) 32              b) 128              c) 160       ...
0 votes
0 votes
0 answers
3
jatin khachane 1 asked Jan 3, 2019
294 views
Let X and Y be two exponentially distributed and independent random variables with mean α and β, respectively.If Z = MAX (X,Y), then the mean of Z is given by
1 votes
1 votes
0 answers
4
Ajit J asked Dec 30, 2018
492 views
The complexity of this program? int fun1 (int n) { int i, j, k, p, q = 0; for (i = 1; i < n; ++i) { p = 0; for (j = n; j 1; j = j/2) { p++; for (k = 1; k < p; k = k * ...