← 返回数学题库
079概率中等数值题medium

Four-Door Monty Hall

题目

There are four doors: one hides a car, the other three hide goats. You pick Door 1. The host, who knows where the car is, opens one of the remaining doors to reveal a goat (choosing uniformly at random among the goat doors he can open). He opens Door 4. You are now given two options: (a) stick with Door 1, or (b) switch to one of the two unopened doors (Door 2 or Door 3), chosen uniformly at random. What is the probability of winning the car under each option? Is there a third strategy that does even better?

解题计时

0:00

提交作答时记录,用于后续平均用时统计。

你的答案

Probability of winning when sticking with Door 1

Probability of winning when switching randomly to Door 2 or Door 3

Probability of winning with the best strategy (switching to a specific door)

追问练习

追问 1

Generalize: with nn doors, you pick one, and the host reveals kk goat doors (1kn21 \leq k \leq n-2). If you switch uniformly among the remaining n1kn-1-k doors, what is your winning probability?

提交作答后加载提示与解析。