Suppose I throw a dice $n$ times, and sum the results in a variable $A$. Then I repeat and call the second sum $B$.
What is the probability that $A = B$? I assume the answer depends on the number of possible values ($6$ in this case) so let's call that number $v$.
I realize that this is equal to $$ \sum_{i=1..v} (P(A=i) \cdot P(B=i)) $$ but I do not know how to compute $P(A=i)$ and $P(B=i)$.
For the continues case, the Irvin-Hall distribution gives us an answer (the distribution of a sum of random variables), but what do we do in the discrete case ?