Assuming that I roll 10 dice, and am going to call a 5 or 6 a 'success' on any single die, how can I determine the average number of successes, the variance, and the standard deviation for the associated bell curve?
If I use $N$ as the number of dice used, and $P$ as the probability of getting a success on a single die roll, I believe the average is simply $NP$, or in this case, $10×\frac26=3.33$ successes on average.
What I'd like to know now, is what is my range of possible successes at 1 and 2 standard deviations. Beyond that, I'd like to understand how to perform this calculation assuming I change either $N$ or $P$.
Thanks in advance!
The distribution is binomial with p=1/3. Use the standard form to get the first and second moment and therefore the variance and standard deviation.