I would like to find the probability that the results of 100 dice rolls sum to 400. I think to do this exactly would take a lot of work unless there's some trick I am not privy to?
I believe the sum is distributed with a multinomial distribution with 100 trials. I need to figure out the number of ways 100 dice rolls can sum to 400, which seems to be a tall task. Any hints?
The other thought I have is typically for these kind of problems, I can use CLT and approximate the sum using a normal distribution. But typically in those kind of problems, I am trying to find the probability that a variable falls within a range of values. Here I am trying to find that the sum is exactly 400, and it's not clear to me how I can apply CLT and the normal distribution. One thought I did have is I could use a normal distribution with mean 350 and variance 291, and then integrate the area around the curve right around 400, e.g., the bounds / limits of integration would be $400 \pm \epsilon$, but it's not clear to me what $\epsilon$ should be.