[Math] Chance of Winning In Tic Tac Toe

combinatorial-game-theorygame theory

I'm sure everyone knows how to play the game of tic-tac-toe.

I have just been wondering what's the probability of winning if one player started his or her move by putting his mark in the middle?

Best Answer

If the other player plays properly, zero. The game is known to be a draw. If you want to assume random play by both sides, you could make a tree and calculate it. There are only two responses to a center opening-a corner or a side, but then more branches to the tree after that because the symmetry is broken.