5
$\begingroup$

What is the expected value of the absolute difference between 2 N faced dice? What about the difference between 2 dice one with N faces and one with M faces?

While finding the expected value of 2 random variable sums or differences are simple enough, how do you deal with absolute value of differences?

Thanks

  • 1
    Have you tried listing all the possibilities in some simple cases?2012-05-20

1 Answers 1

6

Split into cases.

For the first, $\sum_{i=1}^n \sum_{j=1}^n \dfrac{|i-j|}{n^2} = 2 \sum_{i=1}^n \sum_{j=1}^i \frac{i-j}{n^2} = \frac{n^2-1}{3n}$

For the second, if $n < m$, $ \sum_{i=1}^n \sum_{j=1}^m \dfrac{|i-j|}{nm} = \sum_{i=1}^n \sum_{j=1}^i \frac{i-j}{nm} + \sum_{i=1}^{n} \sum_{j=i}^m \frac{j-i}{nm} = \frac{2 n^2 - 3 n m + 3 m^2 - 2}{6m}$

  • 1
    Maybe it would be if I could figure out what $n=0$ would mean.2012-05-21