Let us assume the following two binomial experiments, assuming coin tosses with a fair coin $(p = 0.5)$:
General: $\binom{n}{k}p^{k}(1-p)^{n-k}$
$\binom{10}{9} \cdot 0.5^{9} \cdot 0.5^{1} = 0.009766$
$\binom{20}{18} \cdot 0.5^{18} \cdot 0.5^{2} = 0.0001812$
Why is it that in the second case the probability of the event decreases, although the successes and failures have been proportionally (doubled) changed here? That seems counterintuitive to me. Is there an intuitive explanation for this?
Many thanks in advance!
Note: I‘m an undergraduate economics student.
Think about an extreme case (often a useful strategy).
If you flip just twice the probability of an equal number of heads and tails is $1/2$. That is clearly not the case if you flip $1000$ times - exactly $500$ heads would be very surprising. What you do know is that the probability of a ratio near $1/2$ is high.
In your case, if you preserved all the probabilities going from $10$ to $20$ coin flips you would have no probability left for $19$ heads out of $20$.