HOME

TheInfoList



OR:

The Newton–Pepys problem is a
probability Probability is a branch of mathematics and statistics concerning events and numerical descriptions of how likely they are to occur. The probability of an event is a number between 0 and 1; the larger the probability, the more likely an e ...
problem concerning the probability of throwing sixes from a certain number of dice. In 1693
Samuel Pepys Samuel Pepys ( ; 23 February 1633 – 26 May 1703) was an English writer and Tories (British political party), Tory politician. He served as an official in the Navy Board and Member of Parliament (England), Member of Parliament, but is most r ...
and
Isaac Newton Sir Isaac Newton () was an English polymath active as a mathematician, physicist, astronomer, alchemist, theologian, and author. Newton was a key figure in the Scientific Revolution and the Age of Enlightenment, Enlightenment that followed ...
corresponded over a problem posed to Pepys by a school teacher named John Smith. The problem was: Pepys initially thought that outcome C had the highest probability, but Newton correctly concluded that outcome A actually has the highest probability.


Solution

The probabilities of outcomes A, B and C are: :P(A)=1-\left(\frac\right)^ = \frac \approx 0.6651\, , :P(B)=1-\sum_^1\binom\left(\frac\right)^x\left(\frac\right)^ = \frac \approx 0.6187\, , :P(C)=1-\sum_^2\binom\left(\frac\right)^x\left(\frac\right)^ = \frac \approx 0.5973\, . These results may be obtained by applying the
binomial distribution In probability theory and statistics, the binomial distribution with parameters and is the discrete probability distribution of the number of successes in a sequence of statistical independence, independent experiment (probability theory) ...
(although Newton obtained them from first principles). In general, if P(''n'') is the probability of throwing at least ''n'' sixes with 6''n'' dice, then: :P(n)=1-\sum_^\binom\left(\frac\right)^x\left(\frac\right)^\, . As ''n'' grows, P(''n'') decreases monotonically towards an asymptotic limit of 1/2.


Example in R

The solution outlined above can be implemented in R as follows: for (s in 1:3)


Newton's explanation

Although Newton correctly calculated the odds of each bet, he provided a separate intuitive explanation to Pepys. He imagined that B and C toss their dice in groups of six, and said that A was most favorable because it required a 6 in only one toss, while B and C required a 6 in each of their tosses. This explanation assumes that a group does not produce more than one 6, so it does not actually correspond to the original problem.


Generalizations

A natural generalization of the problem is to consider ''n'' non-necessarily fair dice, with ''p'' the probability that each die will select the 6 face when thrown (notice that actually the number of faces of the dice and which face should be selected are irrelevant). If ''r'' is the total number of dice selecting the 6 face, then P(r \ge k ; n, p) is the probability of having at least ''k'' correct selections when throwing exactly ''n'' dice. Then the original Newton–Pepys problem can be generalized as follows: Let \nu_1, \nu_2 be natural positive numbers s.t. \nu_1 \le \nu_2. Is then P(r \ge \nu_1 k ; \nu_1 n, p) not smaller than P(r \ge \nu_2 k ; \nu_2 n, p) for all ''n, p, k''? Notice that, with this notation, the original Newton–Pepys problem reads as: is P(r \ge 1 ; 6, 1/6) \ge P(r \ge 2 ; 12, 1/6) \ge P(r \ge 3 ; 18, 1/6)? As noticed in Rubin and Evans (1961), there are no uniform answers to the generalized Newton–Pepys problem since answers depend on ''k, n'' and ''p''. There are nonetheless some variations of the previous questions that admit uniform answers: (from Chaundy and Bullard (1960)): If k_1, k_2, n are positive natural numbers, and k_1 < k_2, then P(r \ge k_1 ; k_1 n, \frac) > P(r \ge k_2 ; k_2 n, \frac). If k, n_1, n_2 are positive natural numbers, and n_1 < n_2, then P(r \ge k ; k n_1, \frac) > P(r \ge k ; k n_2, \frac). (from Varagnolo, Pillonetto and Schenato (2013)): If \nu_1, \nu_2 , n, k are positive natural numbers, and \nu_1 \le \nu_2, k \le n, p \in
, 1 The comma is a punctuation mark that appears in several variants in different languages. Some typefaces render it as a small line, slightly curved or straight, but inclined from the vertical; others give it the appearance of a miniature fille ...
/math> then P(r = \nu_1 k ; \nu_1 n, p) \ge P(r = \nu_2 k ; \nu_2 n, p).


References

{{DEFAULTSORT:Newton-Pepys problem Factorial and binomial topics Probability problems Isaac Newton Mathematical problems