A fair dice is thrown repeatedly. For , let be the sum of the first throws. Now for any integer , define be the probability that . (In this problem, we assume if and )
For example, is the probability that or (we stop here since there is no way to have 3 throws to get a score 2), so
Find the value of
Bonus: Find
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For any n ≥ 0 we have 1 = k = 1 ∑ ∞ P ( a k − 1 ≤ n < a k ) = k = 1 ∑ ∞ m = 0 ∑ 5 P ( a k − 1 = n − m and a k − a k − 1 > m ) = m = 0 ∑ 5 k = 1 ∑ ∞ P ( a k − 1 = n − m ) ⋅ P ( a k − a k − 1 > m ) = m = 0 ∑ 5 6 6 − m k = 1 ∑ ∞ P ( a k − 1 = n − m ) = m = 0 ∑ 5 6 6 − m p ( n − m )
Therefore, by multiplying both sides by 6 , we have 6 p ( n ) + 5 p ( n − 1 ) + 4 p ( n − 2 ) + 3 p ( n − 3 ) + 2 p ( n − 4 ) + p ( n − 5 ) = m = 0 ∑ 5 ( 6 − m ) p ( n − m ) = 6
Note for the Bonus : The only hard part is showing that the limit exists (it does). Under the assumption it exists, we can use the result of the main problem to write 6 = ( 6 + 5 + 4 + 3 + 2 + 1 ) n → ∞ lim p ( n ) ⟹ n → ∞ lim p ( n ) = 7 2