A standard fair 6-sided dice is rolled $n$ times. Let $X_k$ be the spot which faced up inthe k-th round. What is the probability that $X_1+X_2+...+X_n$ is divisible by 7?
I tried to solve it by translating the problem into: Counting the number of integral solutions of $X_1+...+X_n=7k$, subjected to the constrients $1 \leq X_i \leq 6, k \geq 1$. But then I dont know how to continue, please helps.
Let $P(n)$ be the chance that $X_1+\dots+X_n$ is a multiple of 7.
If $X_1+\dots+X_{n-1}$ is a multiple of 7, then $X_1+\dots+X_{n}$ is not. Otherwise, there is a 1 in 6 chance.
So can you find a recursion for $P(n)$ in terms of $P(n-1)$?