2020 AMC 10 A

Complete problem set with solutions and individual problem pages

Problem 23 Hard

Let T be the triangle in the coordinate plane with vertices (0,0),(4,0), and (0,3). Consider the following five isometries (rigid transformations) of the plane: rotations of 90^{\circ}, 180^{\circ}, and 270^{\circ} counterclockwise around the origin, reflection across the x-axis, and reflection across the y-axis. How many of the 125 sequences of three of these transformations (not necessarily distinct) will return T to its original position? (For example, a 180^{\circ} rotation, followed by a reflection across the x-axis, followed by a reflection across the y-axis will return T to its original position, but a 90^{\circ} rotation, followed by a reflection across the x-axis, followed by another reflection across the x-axis will not return T to its original position.)

  • A.

    12

  • B.

    15

  • C.

    17

  • D.

    20

  • E.

    25

Answer:A

Solution 1:

First, any combination of motions we can make must reflect T an even number of times. This is because every time we reflect T, it changes orientation. Once T has been flipped once, no combination of rotations will put it back in place because it is the mirror image; however, flipping it again changes it back to the original orientation. Since we are only allowed 3 transformations and an even number of them must be reflections, we either reflect T 0 times or 2 times.

Case 1: 0 reflections on \text{T} In this case, we must use 3 rotations to return T to its original position. Notice that our set of rotations, \left\{90^{\circ}, 180^{\circ}, 270^{\circ}\right\}, contains every multiple of 90^{\circ} except for 0^{\circ}. We can start with any two rotations a, b in \left\{90^{\circ}, 180^{\circ}, 270^{\circ}\right\} and there must be exactly one c \equiv-a-b\left(\bmod 360^{\circ}\right) such that we can use the three rotations (a, b, c)_{\text {which ensures that }} a+b+c \equiv 0^{\circ}\left(\bmod 360^{\circ}\right). That way, the composition of rotations a, b, c yields a full rotation. For example, if a=b=90^{\circ}, then c \equiv-90^{\circ}-90^{\circ}=-180^{\circ}\left(\bmod 360^{\circ}\right), so c=180^{\circ} and the rotations \left(90^{\circ}, 90^{\circ}, 180^{\circ}\right) yields a full rotation. The only case in which this fails is when c would have to equal 0^{\circ}. This happens when (a, b)_{\text {is already a full rotation, }} namely, (a, b)=\left(90^{\circ}, 270^{\circ}\right),\left(180^{\circ}, 180^{\circ}\right), or \left(270^{\circ}, 90^{\circ}\right). However, we can simply subtract these three cases from the total. Selecting (a, b)_{\text {from }}\left\{90^{\circ}, 180^{\circ}, 270^{\circ}\right\} yields 3 \cdot 3=9 choices, and with 3 that fail, we are left with 6 combinations for case 1 .

Case 2: 2 reflections on \text{T} In this case, we first eliminate the possibility of having two of the same reflection. Since two reflections across the x-axis maps T back to itself, inserting a rotation before, between, or after these two reflections would change T 's final location, meaning that any combination involving two reflections across the x-axis would not map T back to itself. The same applies to two reflections across the y-axis. Therefore, we must use one reflection about the x-axis, one reflection about the y-axis, and one rotation. Since a reflection about the x-axis changes the sign of the y component, a reflection about the y-axis changes the sign of the x component, and a 180^{\circ} rotation changes both signs, these three transformation composed (in any order) will suffice. It is therefore only a question of arranging the three, giving us 3 !=6 combinations for case 2 . Combining both cases we get 6+6= (A) 12

Solution 2(Rewording solution 1): As in the previous solution, note that we must have either 0 or 2 reflections because of orientation since reflection changes orientation that is impossible to fix by rotation. We also know we can't have the same reflection twice, since that would give a net of no change and would require an identity rotation. Suppose there are no reflections. Denote 90^{\circ} as 1,180^{\circ} as 2 , and 270^{\circ} as 3 , just for simplification purposes. We want a combination of 3 of these that will sum to either 4 or 8(0 and 12 is impossible since the minimum is 3 and the max is 9). 4 can be achieved with any permutation of (1-1-2) and 8 can be achieved with any permutation of (2-3-3). This case can be done in 3+3=6 ways. Suppose there are two reflections. As noted already, they must be different, and as a result will take the triangle to the opposite side of the origin if we don't do any rotation. We have 1 rotation left that we can do though, and the only one that will return to the original position is 2 , which is 180^{\circ} AKA reflection across origin. Therefore, since all 3 transformations are distinct. The three transformations can be applied anywhere since they are commutative(think quadrants). This gives 6 ways. 6+6=(A) 12