I apologize in advance if this is a duplicate, I suspect it must be but I don't know how to search for it.
Imagine you play a game 7 times; each time you add your score. The number of ways to get a particular score (the numerator of the probability fraction) is displayed below:
$$ \begin{array}{cccc} \begin{array}{c|c} \text{Score} & \text{Combos} \\ \hline 1 & 720 \\ 2 & 1080 \\ 3 & 1792 \\ 4 & 3648 \\ 5 & 7176 \\ \hline \\ \end{array} & \begin{array}{c|c} \text{Score} & \text{Combos} \\ \hline 6 & 11136 \\ 7 & 17040 \\ 8 & 26460 \\ 9 & 40104 \\ 10 & 50776 \\ \hline \\ \end{array} & \begin{array}{c|c} \text{Score} & \text{Combos} \\ \hline 11 & 59016 \\ 12 & 60660 \\ 13 & 55800 \\ 14 & 40592 \\ 15 & 24284 \\ \hline \\ \end{array} & \begin{array}{c|c} \text{Score} & \text{Combos} \\ \hline 16 & 10968 \\ 17 & 3328 \\ 18 & 776 \\ 19 & 80 \\ 20 & 4 \\ \hline \text{Total} & 415440 \end{array} \end{array} $$
I know how to compute the $EV$; $EV = 11.091555$.
How would you calculate the probability of getting less than some particular total score $n$? Is the EV enough? I don't need the answer, just the procedure is enough.
Update:
- The runs are completely independent.
- I need to calculate the probability for various $50 \leq n \leq 80$
We may also use probability generating functions:
$P(x)=\left(4 \, x^{20} + 80 \, x^{19} + 776 \, x^{18} + 3328 \, x^{17} + 10968 \, x^{16} + 24284 \, x^{15} + 40592 \, x^{14} + 55800 \, x^{13} + 60660 \, x^{12} + 59016 \, x^{11} + 50776 \, x^{10} + 40104 \, x^{9} + 26460 \, x^{8} + 17040 \, x^{7} + 11136 \, x^{6} + 7176 \, x^{5} + 3648 \, x^{4} + 1792 \, x^{3} + 1080 \, x^{2} + 720 \, x\right)/415440$
and the probability can be calculated from $P(x)^7$
E.g. for a score less than $n=61$, summing the coefficients of the terms $x^7\ldots x^{60}$ in the above polynomial gives $\displaystyle \frac{844291674672075639073225007734969}{65179080904297424559820836480000000}\approx 0.0129534148527156$
As an aside, the expected value can also be calculated from the p.g.f,
$\displaystyle P'(1)=\frac{1151969}{103860}\approx 11.0915559406894 $