Two players are playing a fair penny flipping game. For each flip, the winner adds one penny from the loser's collection to his/her collection. This continues until one player runs out of pennies and loses the game.

Calculate the probability of winning for the first player, given the first player's number of coins, m, and the second player's number of coins, n.

Example:

Input: m = 1, n =1
Output: 0.50

Solution Stats

319 Solutions

196 Solvers

Last Solution submitted on Feb 25, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...