$a^n + C_n^{1}a^{n-1}b + ... C_n^{n-1}a^{1}b^{n-1}+b^n = (a+b)^n$
But how to calculate (maybe approximately)
$a^n + C_n^{1}a^{n-1}b + ... C_n^{i}a^{n-i}b^{i} = ?$
For info, the underlying problem is "How many $n$ packets should I send to deliver at least $i$ packets successfully if packet loss probability is $a$".