两骰求和:已知至少一颗为 6
Two Dice Sum
题目详情
掷两枚公平六面骰(点数 1..6)。在不看结果的情况下,你被告知“至少有一枚骰子点数为 6”。
问:两枚骰子点数之和为 7 的概率是多少?
You roll two six-sided dice, each with faces showing 1 through 6. Without looking, you are told that one die shows a 6. What is the probability that the sum of the two dice is 7?
解析
在“至少有一枚为 6”的条件下,等可能的有序结果为 11 种:
其中点数和为 7 的只有 与 两种。
因此条件概率为 。
(若题意改为“恰好一枚为 6”,则答案会是 。)