Difference between revisions of "2021 Fall AMC 12A Problems/Problem 22"

(Created page with "==Problem== Azar and Carl play a game of tic-tac-toe. Azar places an in <math>X</math> one of the boxes in a 3-by-3 array of boxes, then Carl places an <math>O</math> in one o...")
 
(Video Solution by Mathematical Dexterity)
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
==Problem==
 
==Problem==
Azar and Carl play a game of tic-tac-toe. Azar places an in <math>X</math> one of the boxes in a 3-by-3 array of boxes, then Carl places an <math>O</math> in one of the remaining boxes. After that, Azar places an <math>X</math> in one of the remaining boxes, and so on until all boxes are filled or one of the players has of their symbols in a row—horizontal, vertical, or diagonal—whichever comes first, in which case that player wins the game. Suppose the players make their moves at random, rather than trying to follow a rational strategy, and that Carl wins the game when he places his third <math>O</math>. How many ways can the board look after the game is over?
+
Azar and Carl play a game of tic-tac-toe. Azar places an in <math>X</math> one of the boxes in a <math>3</math>-by-<math>3</math> array of boxes, then Carl places an <math>O</math> in one of the remaining boxes. After that, Azar places an <math>X</math> in one of the remaining boxes, and so on until all boxes are filled or one of the players has of their symbols in a row—horizontal, vertical, or diagonal—whichever comes first, in which case that player wins the game. Suppose the players make their moves at random, rather than trying to follow a rational strategy, and that Carl wins the game when he places his third <math>O</math>. How many ways can the board look after the game is over?
  
 
<math>\textbf{(A) } 36 \qquad\textbf{(B) } 112 \qquad\textbf{(C) } 120 \qquad\textbf{(D) } 148 \qquad\textbf{(E) } 160</math>
 
<math>\textbf{(A) } 36 \qquad\textbf{(B) } 112 \qquad\textbf{(C) } 120 \qquad\textbf{(D) } 148 \qquad\textbf{(E) } 160</math>
  
==Solution==
+
== Solution ==
 +
We need to find out the number of configurations with 3 <math>O</math> and 3 <math>X</math> with 3 <math>O</math> in a row, and 3 <math>X</math> not in a row.
  
'''Case 1: Carl wins with a complete row or column.'''
+
<math>\textbf{Case 1}</math>: 3 <math>O</math> are in a horizontal row or a vertical row.
  
Carl can win in three rows or three columns.  
+
Step 1: We determine the row that 3 <math>O</math> occupy.
  
For each row and column, there are six spaces where Carl did not play (so Azar could have played) and {6 \choose 3} ways Azar could play. However, two of these ways would lead to Azar winning, so they must be excluded.
+
The number of ways is 6.
  
This leads to <math>6({6 \choose 3}-2)=108</math> possible board conditions.  
+
Step 2: We determine the configuration of 3 <math>X</math>.
  
'''Case 2: Carl wins with a diagonal.'''
+
The number of ways is <math>\binom{6}{3} - 2 = 18</math>.
  
Carl can win in two diagonals.
+
In this case, following from the rule of product, the number of ways is <math>6 \cdot 18 = 108</math>.
  
For each diagonal, there are six spaces where Carl did not play (so Azar could have played) and {6 \choose 3} ways Azar could play.
+
<math>\textbf{Case 2}</math>: 3 <math>O</math> are in a diagonal row.
  
This leads to <math>2{6 \choose 3}=40</math> possible board conditions.  
+
Step 1: We determine the row that 3 <math>O</math> occupy.
  
Therefore, there are a total of <math>108+40 \implies \boxed{\textbf{(D) } 148}</math> board conditions.
+
The number of ways is 2.
  
{{AMC12 box|year=2021 Fall|ab=A|num-a=20|num-b=22}}
+
Step 2: We determine the configuration of 3 <math>X</math>.
 +
 
 +
The number of ways is <math>\binom{6}{3}  = 20</math>.
 +
 
 +
In this case, following from the rule of product, the number of ways is <math>2 \cdot 20 = 40</math>.
 +
 
 +
Putting all cases together, the total number of ways is <math>108 + 40 = 148</math>.
 +
 
 +
Therefore, the answer is <math>\boxed{\textbf{(D) }148}</math>.
 +
 
 +
~Steven Chen (www.professorchenedu.com)
 +
 
 +
== Video Solution by OmegaLearn ==
 +
https://youtu.be/kxgUdv_L-ys?t=796
 +
 
 +
~ pi_is_3.14
 +
 
 +
==Video Solution by Mathematical Dexterity==
 +
https://www.youtube.com/watch?v=OpRk-iposj8
 +
 
 +
==Video Solution by TheBeautyofMath==
 +
Solved Mentally writing only the answer, and then regular way also
 +
 
 +
https://youtu.be/o2MAmtgBbKc
 +
 
 +
~IceMatrix
 +
 
 +
{{AMC12 box|year=2021 Fall|ab=A|num-b=21|num-a=23}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Latest revision as of 04:52, 4 November 2022

Problem

Azar and Carl play a game of tic-tac-toe. Azar places an in $X$ one of the boxes in a $3$-by-$3$ array of boxes, then Carl places an $O$ in one of the remaining boxes. After that, Azar places an $X$ in one of the remaining boxes, and so on until all boxes are filled or one of the players has of their symbols in a row—horizontal, vertical, or diagonal—whichever comes first, in which case that player wins the game. Suppose the players make their moves at random, rather than trying to follow a rational strategy, and that Carl wins the game when he places his third $O$. How many ways can the board look after the game is over?

$\textbf{(A) } 36 \qquad\textbf{(B) } 112 \qquad\textbf{(C) } 120 \qquad\textbf{(D) } 148 \qquad\textbf{(E) } 160$

Solution

We need to find out the number of configurations with 3 $O$ and 3 $X$ with 3 $O$ in a row, and 3 $X$ not in a row.

$\textbf{Case 1}$: 3 $O$ are in a horizontal row or a vertical row.

Step 1: We determine the row that 3 $O$ occupy.

The number of ways is 6.

Step 2: We determine the configuration of 3 $X$.

The number of ways is $\binom{6}{3} - 2 = 18$.

In this case, following from the rule of product, the number of ways is $6 \cdot 18 = 108$.

$\textbf{Case 2}$: 3 $O$ are in a diagonal row.

Step 1: We determine the row that 3 $O$ occupy.

The number of ways is 2.

Step 2: We determine the configuration of 3 $X$.

The number of ways is $\binom{6}{3}  = 20$.

In this case, following from the rule of product, the number of ways is $2 \cdot 20 = 40$.

Putting all cases together, the total number of ways is $108 + 40 = 148$.

Therefore, the answer is $\boxed{\textbf{(D) }148}$.

~Steven Chen (www.professorchenedu.com)

Video Solution by OmegaLearn

https://youtu.be/kxgUdv_L-ys?t=796

~ pi_is_3.14

Video Solution by Mathematical Dexterity

https://www.youtube.com/watch?v=OpRk-iposj8

Video Solution by TheBeautyofMath

Solved Mentally writing only the answer, and then regular way also

https://youtu.be/o2MAmtgBbKc

~IceMatrix

2021 Fall AMC 12A (ProblemsAnswer KeyResources)
Preceded by
Problem 21
Followed by
Problem 23
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 12 Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png