- #1
chingcx
- 21
- 0
Homework Statement
Flip N fair coins. The distribution for different numbers of heads and tails should be peaked at N/2. When N is very large, the peak will be very high. Let x = N(head)-N/2, required to find an expression for this distribution near the peak, i.e. x<<N.
Homework Equations
Strling Approx
ln(1+x)=x for small x
The Attempt at a Solution
clearly incorrect because square of (N/2)! must be smaller than the product of (N/2+x)! and (N/2-x)!, but I can't find where goes wrong.