Say i'm playing a game that has two outcomes: win or lose.
Every round I calculate the win percentage by dividing the the number of wins by the total number of rounds played.
1/1 = 100% | 1/2 = 50% | 39/100 = 39% | 152/400 = 38%
Let's say my latest "score" is this last ration: 145/400 = 38%, and i would like to calculate how many games I need to win consecutively in order to reach a certain percentage, say 40%?
I tried to work it out myself but I'm just not getting to any solution. I'm not sure if there's a formula or whether it is something very trivial and i'm simply not seeing it.
Is there a formula or a method to calculate it? I'd appreciate any insight. Thanks