@dalehileman,
What I think (s)he is asking is what is the expected distribution for the number of heads out of ten flips if you conduct forty trials. The probability of any given number of heads is
10! / n! / (10-n)! / 2^10
So the result table where "Count" is out of forty trials would look like:
Code:N Prob Count
0 0.1% 0
1 1.0% 0
2 4.4% 2
3 11.7% 5
4 20.5% 8
5 24.6% 10
6 20.5% 8
7 11.7% 5
8 4.4% 2
9 1.0% 0
10 0.1% 0
But I'm not exactly sure that is what is being asked.