We roll a regular die n times such that 5 ∣ n . You need to find the probability such that the sum of the numbers shown is a multiple of 5 .
The probability can be expressed as c ⋅ d n a n + b . Find a + b + c + d .
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.
Lemma: If p is a prime number and a 0 , a 1 , . . . , a p − 1 are rational numbers satisfying a 0 + a 1 ϵ + . . . + a p − 1 ϵ p − 1 = 0 , where ϵ = e p 2 π i , then a 0 = a 1 = . . . = a p − 1 .
Proof: Observe that the polynomials f ( x ) = a 0 + a 1 x + a 2 x 2 + . . . + a p − 1 x p − 1 and g ( x ) = 1 + x + x 2 + . . . + x n are not relatively prime because they share a common root. Since g ( x ) is irreducible over Q , g must divide f , which can only happen when a 0 = a 1 = . . . = a p − 1 .
Let a n ( k ) be the number of die rollings such that the sum of the numbers is k modulo 5 .
Let ϵ = e 5 2 π i It is clear that k = 0 ∑ 4 a n ( k ) ϵ k = ( ϵ + ϵ 2 + ϵ 3 + ϵ 4 + ϵ 5 + ϵ 6 ) n = ϵ n = 1
Due to the lemma, we have a n 0 − 1 = a n 1 = a n 2 = a n 3 = a n 4 = q
Then 5 q = k = 0 ∑ 4 a n k − 1 = 6 n − 1 ⟹ q = 5 6 n − 1 ⟹ a n 0 = 5 6 n + 4
Thus the probability is 6 n 5 6 n + 4 = 5 ⋅ 6 n 6 n + 4 ⟹ a + b + c + d = 2 1
Prob that 1-5 nos are on top= 5^n÷6^n And prob that sum of no on top =1/5 Now prob that all are six =1/6^n Now also in remaining cases prob=1/5 So required prob = (5/6)^n+1/6^n + 6^n-5^n-1/5*6^n
Let a n , k be the number of ordered n -tuples out of { 1 , 2 , 3 , 4 , 5 , 6 } n for which the sum is equal to k (modulo 5).
We will prove by induction that a n , k = 5 6 n − 1 + δ n k , where δ n k = 1 if n ≡ k mod 5, and = 0 otherwise.
Initial step: When rolling n = 1 dice, there are two ways for the sum to be equal to 1 mod 5 (namely, rolling 1 and rolling 6). This shows a 1 , 1 = 2 . For k ≡ 1 , a 1 , k = 1 . This satisfies the equation.
Induction step: Suppose that the formula is proven up to a certain value n . Choose 1 ≤ m ≤ n and let n ′ = n + m . We will prove that the formula also holds for n ′ .
We have a n ′ , k = i + j ≡ k ∑ (5 terms) a n , i a m , j = i = 0 ∑ 4 ( 5 6 n − 1 + δ n i ) ( 5 6 m − 1 + δ m j ) . If k ≡ n ′ we must account for the δ s in two of the terms, and find: a n ′ , k = 5 ⋅ 2 5 6 n + m − 6 n − 6 m + 1 + 5 6 n − 1 + 5 6 m − 1 , and if k ≡ n ′ , the non-zero δ s occur in the same term: a n ′ , k = 5 ⋅ 2 5 6 n + m − 6 n − 6 m + 1 + 5 6 n − 1 + 5 6 m − 1 + 1 . In either case, we have a n ′ , k = 5 6 n + m − 6 n − 6 m + 1 + 5 6 n − 1 + 5 6 m − 1 + δ n + m , k = 5 6 n + m − 1 + δ n + m , k . This completes the induction step.
Finally, if 5 ∣ n , n ≡ 0 mod 5. The probability of rolling a sum that is a multiple of 5 is 6 n a n , 0 = 5 ⋅ 6 n 6 n − 1 .
Problem Loading...
Note Loading...
Set Loading...
I'll write a sketch as I don't have time to do a complete solution. the generating function for the score on one die is for t = 1 g ( t ) = 6 ( t − 1 ) t 7 − t So by the convolution theorem our generating function for the sum of the scores is for (t\neq1) G ( t ) = ( 6 ( t − 1 ) t 7 − t ) n Now to get the probability our score is divisible by 5 we need the coefficient on all powers of 5 in the expansion. Note that if we compute G ( 1 ) + G ( w ) + . . . + G ( w 4 ) ,where w is the first complex fifth root of unity, then the coefficient of every t who's power isn't divisible by 5 goes to zero as 1 + w + . . . + w 4 = 0 and we are left with 5x the sum of the coefficients of those t who's power is a multiple of 5 (as w 5 k = 1 for integer k ). Hence our probability is (noting G ( 1 ) = 1 as it's the sum of all the probabilities, and that w i n = 1 )
5 1 ( 1 + ∑ i = 1 4 ( 6 ( w i − 1 ) w i 6 − 1 ) n )
Noting that w i 6 = w i and that this becomes
5 1 ( 1 + 6 n 4 ) = 5 × 6 n 6 n + 4
Hence our answer is 2 1