Problem preview
G-CO.2 Warmup M1-037-A08-V01

Represent transformations as functions on points and compare distance/angle-preserving transformations with non-rigid transformations.

Apply a transformation rule to every vertex of a polygon

Problem

Apply \((x,y)~\to~(x~+~2,~y~-~3)\) to every vertex of the displayed polygon. Give the image coordinates in \(V_{0}\), \(V_{1}\), \(V_{2}\) order.

Big Picture

What this problem is really about

A polygon transformation is just the same point function applied repeatedly, with labels and order preserved. We’ll handle each vertex independently, keep the horizontal and vertical changes attached to the correct coordinates, and then reconnect the image points in the original vertex order as a built-in completeness check.

Inside Gozunta

Turn the preview into practice.

More than a preview

Gozunta lets you study this problem—and more than 10,000 others.

Create targeted learning sessions, use hints, check your answer, read the walkthrough, watch the video, print the work, and track your progress.

Discover Gozunta Try it now
Four variants of this problem type
Curriculum context
Course
Math I
Standard
G-CO.2
Category
Geometry
Domain
Congruence
Objective
Represent transformations as functions on points and compare distance/angle-preserving transformations with non-rigid transformations.
Problem type
Apply a transformation rule to every vertex of a polygon