In the game of Hearthstone, wins and losses are reflected by the amount of stars a player obtains.
A player gains a star per win, loses a star per loss, and gains two stars instead of one for a win after the second win (from the third win onwards).
If a player has a consistent 50% win rate , what is the expected net gain/loss in the number of stars in 9722 games?
Assume that the player has never played Hearthstone before, there are no ranks, there is no limit of positive/negative stars and there are no ties.
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 P be the probability of winning a game.
Expected star gain per game in the first two games:
1 × P ( w i n ) + ( − 1 ) × P ( l o s e )
= P − ( 1 − P )
= 2 P − 1
Expected star gain per game from the third game onwards:
1 × P ( w i n ) + ( − 1 ) × P ( l o s e ) + 1 × ( P ( w i n ) ) 3
= P − ( 1 − P ) + P 3
= P 3 + 2 P − 1
Expected star gain for N games
2 × ( 2 P − 1 ) + ( N − 2 ) ( P 3 + 2 P − 1 )
Expected star gain when N = 9 7 2 2 and P = 2 1 :
2 × ( 2 × 2 1 − 1 ) + ( 9 7 2 2 − 2 ) × ( ( 2 1 ) 3 + 2 × 2 1 − 1 )
= 1215