Let's say I roll N twenty sided dice. What is the expected value of the highest and lowest rolls?
Bonus: Is there a more general formula if I wanted to find the expected value of N dX dice, where X is the number of sides on each dice? Or what if each if it were a mixture of dice of different numbers of sides?
I wanted to figure this out for a D&D session, but its been a long time since my class in probability theory, lol
You might find this answer enlightening: https://math.stackexchange.com/a/150633/26091. In short, the expected maximum of $n$ random numbers on the interval $[0,1]$ is $\frac{n}{n+1}$. Your dice are discrete rather than continuous, but scaling this by $20$ (or whatever number of sides you have) for a rough approximation would be pretty good. In other words, the answer is approximately $$20\frac{n}{n+1}.$$
You can check that for one die, this gives $10$, which is close to the actual average of $10.5$, and as $n$ increases, it approaches $20$ (as it clearly should).