Four fair coins are flipped. If the outcomes are assumed independent, what is the probability that two heads and two tails are obtained?
I calculated the answer as $\frac{11}{16}$ via using brute-force computations; is there any logical approach for this?
The correct answer is $\frac6{16}$. In general, for $n$ fair coins and obtaining $k$ heads and $n-k$ tails the probability is $\binom nk/2^n$.