I'm really stuck on this probability question. Any hints to help me get going would be great.
Let $N$ be $1346$. Suppose you flip a fair coin $N$ times and let $H$ be the number of heads you get.
$(a)$ What is the probability that $H$ is exactly $\frac{N}{2}$?
This is an example of a Binomial Probability Distribution. You can see more info on it here. In this case, you are looking for the probability of $\frac{1346}{2}=673$ successes out of 1346 trials with probability of success $p=0.5$, which gives us $\binom{1346}{673}(\frac{1}{2})^{1346}\approx0.02174.$