Difference between revisions of "2025 AIME II Problems/Problem 3"

(Problem)
(Solution)
Line 3: Line 3:
  
 
== Solution ==
 
== Solution ==
 +
Since all four edges of the center are common to both squares, we consider five distinct cases:
 +
 +
\textbf{Case 1:} All center edges are used. There is only one way to do this.
 +
 +
\textbf{Case 2:} Three center edges are used, meaning two squares are missing an edge. For each square, there are 2 ways to choose an edge, resulting in <math>2 \times 2 = 4</math> ways. Additionally, considering the rotational symmetry of the arrangement, there are 4 possible rotations, giving a total of <math>4 \times 4 = 16</math> configurations.
 +
 +
\textbf{Case 3:} Two center edges are used. There are two sub-cases:
 +
 +
\textbf{Scenario 1:} The two selected sides are perpendicular to each other. The square diagonally opposite its adjacent square has only one choice, while the other two squares each have two choices. This gives a total of <math>1 \times 2 \times 2 = 4</math> choices. Considering the 16 possible rotations, the total number of configurations is <math>4 \times 16 = 64</math>.
 +
 +
\textbf{Scenario 2:} The two selected sides are aligned along the same straight line. Each of the four squares has 2 choices, yielding <math>2^4 = 16</math> possible choices. Taking into account the 2 possible rotations, the total number of configurations is <math>16 \times 2 = 32</math>.
 +
 +
\textbf{Case 4:} Only one center edge is used. This case is similar to Case 2, yielding 16 possible configurations.
 +
 +
\textbf{Case 5:} No center edge is used. This is similar to Case 1, with only 1 possible configuration.
 +
 +
In conclusion, the total number of configurations is:
 +
 +
\[
 +
1 + 16 + 64 + 32 + 16 + 1 = 130
 +
\]
 +
 +
~[https://artofproblemsolving.com/wiki/index.php/User:Athmyx Athmyx]

Revision as of 00:17, 14 February 2025

Problem

Four unit squares form a $2 \times 2$ grid. Each of the $12$ unit line segments forming the sides of the squares is colored either red or blue in such a say that each unit square has $2$ red sides and $2$ blue sides. One example is shown below (red is solid, blue is dashed). Find the number of such colorings.

Solution

Since all four edges of the center are common to both squares, we consider five distinct cases:

\textbf{Case 1:} All center edges are used. There is only one way to do this.

\textbf{Case 2:} Three center edges are used, meaning two squares are missing an edge. For each square, there are 2 ways to choose an edge, resulting in $2 \times 2 = 4$ ways. Additionally, considering the rotational symmetry of the arrangement, there are 4 possible rotations, giving a total of $4 \times 4 = 16$ configurations.

\textbf{Case 3:} Two center edges are used. There are two sub-cases:

\textbf{Scenario 1:} The two selected sides are perpendicular to each other. The square diagonally opposite its adjacent square has only one choice, while the other two squares each have two choices. This gives a total of $1 \times 2 \times 2 = 4$ choices. Considering the 16 possible rotations, the total number of configurations is $4 \times 16 = 64$.

\textbf{Scenario 2:} The two selected sides are aligned along the same straight line. Each of the four squares has 2 choices, yielding $2^4 = 16$ possible choices. Taking into account the 2 possible rotations, the total number of configurations is $16 \times 2 = 32$.

\textbf{Case 4:} Only one center edge is used. This case is similar to Case 2, yielding 16 possible configurations.

\textbf{Case 5:} No center edge is used. This is similar to Case 1, with only 1 possible configuration.

In conclusion, the total number of configurations is:

\[ 1 + 16 + 64 + 32 + 16 + 1 = 130 \]

~Athmyx