Alice and Bob are playing a game with rounds (there are no ties). With each successive round, the money Alice and Bob are betting increases. Namely, for round , with the first round being round , the amount of money the loser will need to pay the winner is dollars. By the end of the game, Alice has won a profit of . What is the sum of every round she has won?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let set A contain all the rounds Alice won and set B contain the rounds Bob won (Alice lost). Then,
n ∈ A ∑ 2 n − 1 − n ∈ B ∑ 2 n − 1 = 2 0 1 7
n ∈ A ∑ 2 n − 1 + n ∈ B ∑ 2 n − 1 = n = 1 ∑ 1 0 0 2 n − 1 = 2 1 0 0 − 1
Adding these two equations and dividing by two leaves n ∈ A ∑ 2 n − 1 = 2 2 1 0 0 + 2 0 1 6 = 2 9 9 + 1 0 0 8 = 2 9 9 + 2 9 + 2 8 + 2 7 + 2 6 + 2 5 + 2 4 .
Therefore, Alice won rounds 5 , 6 , 7 , 8 , 9 , 1 0 , and 1 0 0 , the sum of which is 1 4 5 .