Please help me with this question:
- Player "A" starts the first game.
- Player who starts a game has probability "P" of winning that game.
- Player who loses starts new game.
Assuming this series continues infinitely, whats the probability "A" will win Nth game.
Taking P=0.2, I initially thought for Nth probability as:
- 1: 0.2
- 2: 0.8*0.2
- 3: (1-0.8*.02) * 0.2
But its wrong. Can someone please help me in right direction.