A drone starts at position on a grid. The drone's path is programmed with a sequence of two movements: first, it is translated units to the right and units up, and then its position is reflected across the -axis. If the drone's final position is , what were the coordinates of its starting position ?
- A
- B
- Answer
- D
- E
Answer
The correct answer is because working backward from the final position by undoing the reflection across the -axis gives , and then undoing the translation by subtracting from the -coordinate and from the -coordinate yields .
The correct answer is because we can find the starting position by working backward from the final position. The last transformation applied was a reflection across the -axis. Undoing this reflection maps the final coordinates to because reflecting across the -axis changes the sign of the -coordinate. The first transformation was a translation of units to the right and units up. To undo this translation, we subtract from the -coordinate and subtract from the -coordinate of , giving .
Step-by-Step Solution
Key Concept
Transformations in the Coordinate Plane
Alternative Method
Instead of working backward, you can test the options by applying the transformations forward. For , translating 6 units right and 5 units up gives . Reflecting across the -axis then gives , which matches the final position.
Estimated Time:1m 15s