素数骰:点数和为素数的概率
Prime Pair
题目详情
掷两枚公平骰子,但每枚骰子的 6 个面分别写着前 6 个素数:。求两枚朝上的点数之和仍为素数的概率。
You roll two fair -sided dice. Each of the two dice have the first prime numbers on the sides. Find the probability that the sum of the two upfaces is also prime?
解析
除了 2 外所有素数都是奇数,因此若两数都为奇数,它们的和为偶数且大于 2,不可能是素数。
所以必须有一个是 2。此时和为素数要求 为素数。
可行的素数和为 5、7、13,对应对偶为 (2,3)、(2,5)、(2,11),每个有 2 种排列,共 6 个有利结果。
总结果 ,故概率为
Original Explanation
The numbers on the sides would be and . Therefore, the sum of the two upfaces has to be between and , inclusive. The prime integers in this interval are and . We now need to determine how each prime can be obtained from these dice. One thing to note is that must be one of the rolls, as all other values on the die are primes larger than , which must be odd. Therefore, the outcomes are just primes such that is also a prime and . The values of where this holds true is and . Each of these have two permutations of the die outcomes that yield that sum. Therefore, such outcomes of the yield a prime sum, so our answer is