[Math] Expected number of targets hit by 10 shooters, 2 bullets each, 20 targets

expectationprobability

Consider a competition with 10 clay shooters. Each shooter has equal ability and they all use identical shotguns. Each shotgun is loaded with two bullets, therefore each shooter can shoot twice. One throws 20 clay targets simultaneously, each shooter picks a target at random and shoots at it once, all the shooters shooting at the same time. Then each shooter picks one of the remaining targets at random, again independently of the other shooters, and shoots at it. This ends the shooting.

What is the expected number of targets to get hit?

I don't know how to answer question like this because the question doesn't give what is the probability of a shooter can hit the target.

Let's say the first shooter hit a target, then the second shooter hit $\frac{19}{20}$ of a target because I think he has a $\frac{1}{20}$ chance of shooting at the same target. The third hunter, well, if there's one target is hit so far, that's a $\frac{1}{20}$ chance, and then the third shooter hit $\frac{19}{20}$ of a target. If there are two targets get hit, then the third shooter hit $\frac{18}{20}$ of a target, but this looks pretty messy and I'm not even sure this is the correct approach. Is there any way to solve it?

Best Answer

Assume that there are $t$ targets and $s$ shooters. The first target is aimed at by the first shooter for her first shot with probability $1/t$ and hit with probability $p$ hence the first target is not hit by the first shot of the first shooter with probability $$q(t)=1-p/t.$$ By independence, the first target is not hit by the first shot of any shooter with probability $q(t)^s$. Thus, the number $T$ of targets not hit by any first shot is such that $$E(T)=t\cdot q(t)^s.$$ Assume now that $t\gt s$, hence $T\geqslant1$ almost surely. Applying once more the reasoning above, one sees that the mean number of targets not hit after two rounds of shots is $r=E(T\cdot q(T)^s)$, that is, $$r=E\left(T\cdot\left(1-\frac{p}T\right)^s\right).$$ Unfortunately, $r$ seems to depend on the full distribution of $T$, not only on its mean $E(T)$, and the hypothesis that $t=2s$ does not seem to help.

Exact computations when $t=4$ and $s=2$ yield $$r=4-4p+\tfrac12p^2+\tfrac16p^3+\tfrac1{24}p^4,$$ a formula which does not point to the possibility of huge simplification when $t=2s$ for some general $s$.

Related Question