probability of rolling at least $n$ on $k$ 6-sided dice

840 Views Asked by At

Is there a simple form for the probability of rolling at least $n$ on $k$ 6-sided dice? Of course you can do it by recursion (see here). But is there a way to do it with just a few binomial coefficients, without the recursion?