So, if we start with n players, there will be log2(n) rounds in total.
In the first round, n/2 matches are played, and each winner gets $100, so the total amount given away in the first round is 100 * n/2 = 50n.
In the second round, n/4 matches are played, and
Show more…