You play a game with a opponent. The game consists of the number of rounds, dcided before the game starts. In each round, your probability of winning is 0.45 and the opponent's probability of winning is 0.55. A player gets 1 point after winning each round. Who has more points afer finishing all the rounds is the winner of the entire game. If both players end with the same number of points, result is considered to draw. If you have a position of determining the number of rounds. Then how many rounds should you chose to maximize your chance of being winner?
PS: I tried using Wolfram Alpha to find the value of N to obtain the maximum value of \(sum_{n=floor{N/2}+1}^{N} (0.45)^n*(0.55)^{N-n}* \binom {N}{n}\), but Wolfram failed
. By brute-forcing using Excel for N up to 16, I think N=1 gives the maximum chance, which surprises me.
PS: I tried using Wolfram Alpha to find the value of N to obtain the maximum value of \(sum_{n=floor{N/2}+1}^{N} (0.45)^n*(0.55)^{N-n}* \binom {N}{n}\), but Wolfram failed
