Given an X sided die, and Y throws, what is the probability that the sum of the throws is greater than or equal to Z?
For example, given a 6 sided die and 5 throws, what's the probability that the sum is at least 10?
I tried to do this by trying to figure out the probability of of each individual possible value, but I couldn't get it to work out. What is the approach to this? Is there an easy programmatic way of figuring this out?