Answer:
[tex]P=\frac{2n!}{m!*(2n-m)!}*0.5^{2n}[/tex]
Step-by-step explanation:
In a coin toss the probability of tossing a head is 0.5 (50% head/50% tails)
If n is the number of rounds and 2n the number of coins tossed (one for each player), the probability of having m heads tossed is:
[tex]R=\frac{2n!}{m!*(2n-m)!}[/tex]
R is the number of cases (combination of coins tossed) that gives a m number of heads. Each case has a probability of [tex]P_{case}=0.5^{2n}[/tex] so:
[tex]P=\frac{2n!}{m!*(2n-m)!}*0.5^{2n}[/tex]
For example, to toss 4 heads in 5 rounds:
[tex]P=\frac{10!}{4!*(10-4)!}*0.5^{10}[/tex]
[tex]P=\frac{10*9*8*7*6!}{4!*6!}*0.5^{10}[/tex]
[tex]P=\frac{10*9*8*7}{4!}*0.5^{10}[/tex]
[tex]P=\frac{10*9*8*7}{4!}*0.5^{10}=0.205[/tex]