|
|
|
|
|
by cstrahan
987 days ago
|
|
> that's what the host does in the other scenario to me. Is it, though? It seems apparent that, after the first guess, the host opens all but the last two doors, which just so happens to be 1 door. To check the math: Start with the $NUM_DOORS open doors. Now open all but the last two. So that’s $NUM_DOORS-2, which is 3-2, which equals 1 open door. |
|