I am at my wits' end with my very basic statistics knowledge.
I roll $n$ dice with $k$ sides each (numbered $1$ thru $k$, laplace). I then add the numbers of the $m$ best dice (the higher the roll the better). This sum is the result.
What is the Expected Value of the result? (And how did you obtain it?)
What is the probability of getting the exact result of $x$ ($m \le x \le mk$)?
As you might have guessed, this question is about AD&D, and I got curious about the maths behind it.
EDIT: I think I found a partial solution, but this raises more questions. Please to check to see my answer.
This is only the case $n=4,k=6,m=3$:
Simple Perl program.