I have to say that I find the idea of a 1/20 chance of 96 charges to be a bit freaky... But this is certainly an interesting system, overall.
Spatz: There’s no way to argue that my math as wrong, either. :> The probability of rolling on the d20 a+1 times, the d12 b+1 times, the d8 c+1 times, the d6 d+1 times, and the d4 e+1 times is:
p(a,b,c,d,e) = (1/20)(19/20)a(1/12)(11/12)b(1/8)(7/8)c(1/6)(5/6)d(1/4)(3/4)e[/i]
Hence, the probability of getting exactly n charges is q(n) = ∑ a,b,c,d,e ← ℕ0, a+b+c+d+e+5 = n p(a,b,c,d,e). The cumulative probability of getting at least m rolls is ∑ n ← [1,m] q(n). And if we limit ourselves to being interested only in the cumulative probabilities for m ≤ 100, we can always discard partial results for x+y+2 > 100, since ∀ x,y,z ← [0,99] (x+y+2 ≥ 100) ⇒ (x+y+z+3 > 100).
I think the argument I saw going on before was because you can’t sum medians meaningfully. That is, you can’t take the median value for 1d20 (13) and combine it with the median value for 1d12 (7) in order to get the median value for 1d20+1d12 (26).
In this case, the individual probabilities of each number of charges are being computed exactly, and then the median is found by looking at the cumulative probability distribution.
Anyway, it was a fun little analysis.
P.S. I wasn’t going to post this, because it’s pretty obvious. But then I decided that I wanted to play around with vB and unicode and see how well notation comes out. I wonder how much of this is only readable to me because I have extra math fonts installed.