I am a DOTA 2 player and I came across this intriguing problem which I do not know how to solve. In this game 1 match is played between two teams, each consisting of 5 players. Each player has to pick a hero/character from a pool of total 107 heroes, i.e 10 heroes picked. Moreover both team's captain bans 5 heroes for other team to pick. i.e 10 heroes banned.
Now, in a tournament of 16 teams, played on a knockout format with each contest between two teams consisting of 3 matches (best of 3 winner) and grand final of 5 matches. What is the probability that atleast X (lets say 5) heroes will not be picked or banned in whole tournament.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
I don't know of any simple formula for this one, but here's what I came up with:
In the whole tournament, there will be (8+4+2)⋅3+1⋅5=47 matches. That translates to 47⋅20=940 hero-selections (either for picking or banning, that isn't our concern).
If you don't want y players to be selected in the whole tournament, then, effectively in every match you have Ny=107−y heroes. So, in each match, you can have (20Ny) selections. And since there are 940 matches, totally there are (20Ny)940 possible selections.
Thus, the probability of y heroes being completely neglected in the whole tournament is P(y)=(20107)940(20Ny)940.
So, the probability that at least X are totally neglected in the whole tournament is:
1−0≤y≤X−1∑P(y)
Log in to reply
Isn't there only 14 matches. Other than that, good solution
Thank you Parth, But i think ( 8 + 4 + 2 ) x 3 + 1 x 5 = 47...So, there will be 47 matches in total 15 contests..that would mean 47 x 20 = 940 hero-selections. Right?
A good solution though.
Log in to reply
Aah that was so dumb! :D Thanks for pointing it out. Dumb Dumb Dumb! Sometimes its fun to do dumb things though ;) :D Edited.
Log in to reply
Log in to reply
(20107) and not (20940). That's the total number of possible selections, without any player being neglected.
That's another mistake I made! Well, it should beOne question. Can both teams ban the same hero?
Log in to reply
No. A hero can be picked/banned only once.