Question

Difficulty: MediumTransformations in the Coordinate Plane

A drone starts at position PP on a grid. The drone's path is programmed with a sequence of two movements: first, it is translated 66 units to the right and 55 units up, and then its position is reflected across the yy-axis. If the drone's final position is (4,8)(-4, 8), what were the coordinates of its starting position PP?

  1. A
    (10,3)(10, 3)
  2. B
    (2,13)(-2, 13)
  3. (2,3)(-2, 3)Answer
  4. D
    (10,13)(10, 13)
  5. E
    (10,13)(-10, -13)

Answer

The correct answer is (2,3)(-2, 3) because working backward from the final position (4,8)(-4, 8) by undoing the reflection across the yy-axis gives (4,8)(4, 8), and then undoing the translation by subtracting 66 from the xx-coordinate and 55 from the yy-coordinate yields (2,3)(-2, 3).
The correct answer is (2,3)(-2, 3) because we can find the starting position by working backward from the final position. The last transformation applied was a reflection across the yy-axis. Undoing this reflection maps the final coordinates (4,8)(-4, 8) to (4,8)(4, 8) because reflecting across the yy-axis changes the sign of the xx-coordinate. The first transformation was a translation of 66 units to the right and 55 units up. To undo this translation, we subtract 66 from the xx-coordinate and subtract 55 from the yy-coordinate of (4,8)(4, 8), giving (46,85)=(2,3)(4 - 6, 8 - 5) = (-2, 3).

Step-by-Step Solution

1
Identify the final transformation and undo it. The final transformation is a reflection across the yy-axis, which maps (x,y)(x,y)(x, y) \rightarrow (-x, y).
The coordinates before reflection are (4,8)(4, 8).
Undoing a reflection across the yy-axis on (4,8)(-4, 8) means changing the sign of the xx-coordinate: (4)=4-(-4) = 4, while keeping the yy-coordinate the same.
2
Identify the first transformation and undo it. The first transformation is a translation of 66 units right and 55 units up, which maps (x,y)(x+6,y+5)(x, y) \rightarrow (x+6, y+5).
The starting coordinates PP are (2,3)(-2, 3).
To undo the translation, subtract 66 from the xx-coordinate and 55 from the yy-coordinate of the intermediate point (4,8)(4, 8): 46=24 - 6 = -2 and 85=38 - 5 = 3.

Key Concept

Transformations in the Coordinate Plane

Alternative Method

Instead of working backward, you can test the options by applying the transformations forward. For (2,3)(-2, 3), translating 6 units right and 5 units up gives (2+6,3+5)=(4,8)(-2+6, 3+5) = (4, 8). Reflecting across the yy-axis then gives (4,8)(-4, 8), which matches the final position.
Estimated Time:1m 15s
Rate this question