Tic Tac Toe

Logic Level 2

In the above position it's X X turn .

X , X, and O , O, are playing randomly .

What is the probability that X X will win .

Note : the game can end in a tie .


The answer is 0.333.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Here are all the possibilities to continue the game :-

1 = X 1=X wins , 1 = O -1=O wins , 0 = 0 = draw .

The answer is 2 6 \frac{2}{6}

Jordan Cahn
Dec 26, 2018

There is only one way X X can win: diagonally from top left to bottom right (note that X X cannot win in the leftmost column, as that would necessitate O O playing in the bottom right square and winning before X X does). Thus, out of three possible first moves, two leave X X with the chance to win. Out of the remaining two spaces for O O to play, one allows X X to win. Thus the probability of X X winning is 2 3 × 1 2 = 1 3 0.333 \frac{2}{3}\times\frac{1}{2} = \frac{1}{3} \approx \boxed{0.333} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...