点数减少 1:掷到偶数的概率
Dot Removal
题目详情
一枚公平六面骰点数为 1..6。先均匀随机选取其中一面,把该面的点数减 1(例如 4 变 3)。之后掷这枚改造后的骰子。
问:掷出偶数的概率是多少?
A fair -sided die has the values on the sides. The value of one of the sides (selected uniformly at random) is decreased by . Find the probability an even value is rolled on this die.
解析
若被减 1 的那面原本是偶数,则偶数面从 3 个变为 2 个,掷出偶数概率为 。
若被减 1 的那面原本是奇数,则偶数面从 3 个变为 4 个,掷出偶数概率为 。
两种情况各以 发生,因此总体概率为
Original Explanation
It is equally likely to select an even or odd value to decrease the value by on. Subtracting one turns the side into one of opposite parity. If we select an even value to decrease, with probability we roll an even value. If we select an odd value to decrease, with probability we roll an even value. Therefore, the total probability is