An electric system is made up of $k$ modules. In each module, there are $N$ resistors in series. What is the expected value of working modules if $m$ resistor break down? A module is not working if there is at least $1$ bad resistor in it.
I can calculate the trivial cases (for example, $m=1$, or $m>(k-1)*N$), but I can't find out the general solution.
For $m\leq N$, I think I can use the binomial distribution: The probability for a module to have $n$ bad resistor is $$p(n)=\binom{N}{n}\left(\frac{1}{N}\right)^n\left(1-\frac{1}{N}\right)^{N-n}$$ and we would need to sum up this probability to cover all of the possible cases and multiple them with $1, 2, \dots N$ to get the expected value, but it seems to be a really big sum.
Bounty: I'd really like to have a solution to this problem, so I started a bounty.
