Math I · G-CO.5

Drawing Transformed Figures and Specifying Sequences of Transformations

This objective teaches students how to turn geometric motion into clear instructions. It is the skill behind moving, matching, animating, aligning, and proving shapes.

Concept Geometry
Domain Congruence
Read time 11 minutes

What this learning objective is really asking you to learn

This objective asks students to do transformation geometry actively. Earlier objectives focused on understanding transformations as functions, recognizing symmetry, and defining rotations, reflections, and translations. This objective asks students to apply those ideas: draw the image of a figure under a transformation and describe a sequence of transformations that maps one figure to another.

A transformation takes every point of a figure and sends it to a new point. For polygons, students often transform the vertices and then connect the image vertices in the same order. This works because a rigid motion maps segments to segments. If triangle \(ABC\) is transformed, the image is triangle A'B'C', where \(A'\) is the image of \(A\), \(B'\) is the image of \(B\), and \(C'\) is the image of \(C\). The side \(AB\) maps to side A'B', and so on.

Drawing a translated figure means moving every point the same distance in the same direction. On graph paper, a translation might be described as “5 units right and 2 units down.” Then every vertex moves according to the same instruction. If \(A(1, 4)\) becomes \(A'(6, 2)\), then \(B(3, 7)\) becomes \(B'(8, 5)\), and \(C(-2, 1)\) becomes \(C'(3, -1)\). The shape does not change size, angle, or orientation. It simply changes location.

Drawing a reflected figure means reflecting each key point across a line. If reflecting across the \(y\)-axis, the coordinate rule is \((x, y) -> (-x, y)\). If reflecting across the \(x\)-axis, the rule is \((x, y) -> (x, -y)\). If reflecting across another line, students can use perpendicular distances: each point and its image must be on opposite sides of the mirror line, the segment joining them must be perpendicular to the mirror line, and the distances to the mirror line must be equal. Reflection changes orientation while preserving size and shape.

Drawing a rotated figure means rotating each point about a center by a specified angle and direction. For common rotations about the origin, coordinate rules help. A 90-degree counterclockwise rotation sends \((x, y)\) to \((-y, x)\). A 180-degree rotation sends \((x, y)\) to \((-x, -y)\). A 270-degree counterclockwise rotation sends \((x, y)\) to \((y, -x)\). For rotations about other centers, students can use tracing paper, geometry software, or coordinate strategies involving translating the center to the origin, rotating, and translating back.

The second part of the objective asks students to specify a sequence of transformations that carries one figure onto another. This is composition: performing one transformation after another. A sequence might be “reflect across the \(y\)-axis, then translate 4 units right.” Another might be “rotate 90 degrees clockwise about point \(P\), then translate down 3 units.” The order matters. Reflecting and then translating may produce a different final image than translating and then reflecting.

A transformation sequence is like a set of navigation directions. It must be precise enough for someone else to reproduce the result. “Move it over” is not enough. “Translate the figure by vector \(<6, -2>\)” is precise. “Turn it” is not enough. “Rotate the figure 90 degrees clockwise about the origin” is precise. “Flip it” is not enough. “Reflect the figure across the line \(x = 1\)” is precise.

This objective is also a first step toward proving congruence through rigid motions. If one figure can be mapped onto another using a sequence of rotations, reflections, and translations, then the figures are congruent. The transformation sequence is not just a drawing method; it is evidence that the two figures have the same size and shape.

Why students should learn this math

Students should learn this math because much of the modern visual and technical world is built from transformation sequences. Animations, games, maps, user interfaces, manufacturing layouts, architectural designs, robotics, and image editing all depend on moving shapes accurately. To animate a character, rotate a wheel, mirror a design, align two scans, place a component, or move a camera, people and software apply transformations in sequence.

Consider computer animation. A simple object may be modeled once and then translated across a screen, rotated around a point, reflected for a mirrored version, and scaled for depth or perspective. Every frame is a result of transformation instructions. A student drawing a triangle after a translation is doing the seed version of what animation software does thousands or millions of times.

Consider engineering and manufacturing. If a part must be installed in a new position, the designer needs to know whether it was translated, rotated, mirrored, or some combination. A mirrored part may not fit where an unmirrored part fits. A rotated part may align only if the center and angle are correct. Transformation sequences help engineers communicate exact placement.

Consider maps and navigation. Moving from one coordinate system to another can involve translations, rotations, and reflections. A building plan may use a local coordinate system while a site map uses a different one. Aligning them requires transformation thinking. In robotics, a robot must transform coordinates from a camera view to an arm position. The ability to specify a sequence of movements is practical spatial reasoning.

This objective also matters for proof. Students often think proof is a separate language from drawing. But transformation sequences can prove things. If a triangle can be carried onto another triangle by rigid motions, then corresponding sides and angles match. If a rectangle maps onto itself by a 180-degree rotation, then opposite sides correspond. If a regular polygon maps onto itself by rotations, its repeated structure is confirmed. Drawing transformations is therefore not just visual practice; it is preparation for logical argument.

There is also a creativity benefit. Transformation sequences generate patterns. Repeated translations create friezes. Rotations create rosettes. Reflections create mirror patterns. Combining transformations creates tessellations and complex designs. Many forms of art, from textile patterns to mosaics to digital graphics, use a small motif transformed repeatedly. Students who understand transformations can create and analyze these patterns intentionally.

For students asking “Why do I need this?” the simple answer is: because exact movement is one of the languages of design and technology. Whenever a shape must be moved without distortion, transformation geometry is involved. Whenever a pattern repeats, transformation geometry is involved. Whenever two figures must be matched, transformation geometry is involved.

Where this objective fits on the full map of mathematics

This objective sits at the end of the first transformation cluster and right before congruence through rigid motions. Objective 037 introduced transformations as functions on points. Objective 038 studied transformations that map figures onto themselves. Objective 039 defined rotations, reflections, and translations precisely. Objective 040 asks students to use those definitions to draw images and write transformation sequences.

It is an operational objective. The student must not only understand words but execute procedures. Given a rule, produce the image. Given two figures, produce the rule or sequence. This is the same relationship students saw earlier with functions: sometimes you evaluate a function from a rule; sometimes you infer a rule from input-output behavior. In geometry, sometimes you apply a transformation; sometimes you identify the transformation that was applied.

The objective prepares for Objective 041, where students use rigid motions to decide whether two figures are congruent. If a sequence of rigid motions maps figure \(A\) onto figure \(B\), then the figures are congruent. The sequence is the bridge from visual matching to formal congruence.

It also connects to coordinate geometry. Drawing transformations on graph paper strengthens students' understanding of coordinates. A translation changes coordinates by addition. A reflection changes signs or swaps coordinates depending on the line. A rotation changes coordinates according to a pattern. Students begin to see coordinates as controllable information, not just labels.

In algebra, transformation sequences resemble function composition. If \(R\) is a rotation and \(T\) is a translation, then applying \(R\) followed by \(T\) is a composite transformation. In notation, this might be written as \(T(R(P))\). The order matters, just as function composition order matters. This is a major connection between geometry and algebra.

In later math, transformations become matrices and vectors. A sequence of transformations can be represented by multiplying matrices, adding vectors, or composing functions. In computer graphics, transformations are often stored and combined using matrix operations. The school task of reflecting a triangle and then translating it is the beginning of that larger machinery.

The historical machinery behind transformation sequences

The idea of moving figures exactly has practical roots in drafting, surveying, navigation, mechanics, and art. Builders and artisans needed to copy patterns, mirror designs, rotate motifs, and align parts long before formal transformation notation existed. A tile pattern, for example, can be created by translating and rotating a basic shape. A decorative border may repeat a motif through translation and reflection. A wheel design repeats spokes by rotation.

As geometry developed, transformations became more formal. Coordinate geometry made it possible to describe motion numerically. Instead of saying “move this point to the right,” one could say \((x, y) -> (x + a, y)\). Instead of physically rotating a drawing, one could calculate the new coordinates. This made transformations useful in science and engineering.

In modern computing, transformation sequences became essential. Computer graphics pipelines move objects from local coordinates to world coordinates, then camera coordinates, then screen coordinates. Each step is a transformation. Robotics uses chains of transformations to calculate where an arm, tool, or sensor is located. Geographic information systems transform coordinates between different map projections and reference systems. Medical imaging aligns images using transformations so doctors can compare structures accurately.

The classroom version is simpler, but it is the same kind of thinking: specify a transformation, apply it point by point, and combine transformations when one move is not enough.

The technical machinery: how to draw transformed figures

For a translation, identify the movement vector. If the vector is \(<a, b>\), add \(a\) to every \(x\)-coordinate and \(b\) to every \(y\)-coordinate. On graph paper, count the same movement from each vertex. Then connect the image vertices in the same order. Check that corresponding sides are parallel and congruent.

For a reflection across a coordinate axis, use coordinate rules. Across the \(x\)-axis, \((x, y) -> (x, -y)\). Across the \(y\)-axis, \((x, y) -> (-x, y)\). Across \(y = x\), \((x, y) -> (y, x)\). For a reflection across a non-coordinate line, construct perpendiculars from each vertex to the mirror line and place the image point the same distance on the opposite side. Then connect the image points.

For a rotation about the origin, use known rules for common angles. For 90 degrees counterclockwise, \((x, y) -> (-y, x)\). For 180 degrees, \((x, y) -> (-x, -y)\). For 270 degrees counterclockwise, \((x, y) -> (y, -x)\). For clockwise rotations, either use the corresponding counterclockwise equivalent or reason carefully. A 90-degree clockwise rotation is the same as 270 degrees counterclockwise.

For a rotation about a point other than the origin, one coordinate method has three steps. First, translate the center of rotation to the origin by subtracting its coordinates from every point. Second, apply the rotation rule. Third, translate back by adding the center coordinates. Geometry software or tracing paper can also show this process visually.

To specify a transformation sequence from one figure to another, look for corresponding orientation, position, and shape. If the figures face opposite directions, a reflection may be needed. If one is turned relative to the other, a rotation may be needed. If the size is the same and the orientation is the same but the location differs, a translation may be enough. If the figures are congruent but not aligned, use one or more rigid motions.

A good sequence should name every required detail: reflection line, rotation center, rotation angle and direction, translation vector. It should also map corresponding points correctly. If point \(A\) is supposed to land on \(D\), the sequence must actually send \(A\) to \(D\). Checking one point is not always enough, but it is a good start.

A concrete example

Suppose triangle \(ABC\) has vertices \(A(1, 1)\), \(B(4, 1)\), and \(C(2, 3)\). The instruction is to reflect the triangle across the \(y\)-axis and then translate it 5 units right and 2 units down. First apply the reflection rule \((x, y) -> (-x, y)\). The reflected points are \(A_{1}(-1, 1)\), \(B_{1}(-4, 1)\), and \(C_{1}(-2, 3)\). Then translate by \(<5, -2>\). The final points are \(A'(4, -1)\), \(B'(1, -1)\), and \(C'(3, 1)\).

The order matters. If the triangle were translated first and then reflected across the \(y\)-axis, the final coordinates would be different. Translation and reflection do not always commute. This is an important preview of function composition.

Now suppose two congruent triangles are shown on a grid, and one appears to be a rotated version of the other. A student might identify a corresponding vertex, choose a center of rotation, rotate 90 degrees clockwise, and then translate to align the vertices. A valid answer does not have to be the only possible sequence. There may be multiple ways to map one figure to another. The key is that the sequence must be precise and correct.

How this objective supports proof

A transformation sequence can be evidence. If one figure can be carried onto another by rigid motions, then the two figures are congruent. This approach gives congruence a mechanism. Instead of saying “the triangles look the same,” the student can say, “A rotation maps this side to that side, and a translation then aligns the corresponding vertices; because rotations and translations preserve distance and angle, the triangles are congruent.”

This is why drawing transformed figures matters. The drawing is not merely a picture; it is a record of a transformation rule. The rule explains why measurements are preserved. Later, when students use ASA, SAS, and SSS, those criteria will be connected to rigid motions. Objective 040 helps prepare that foundation.

Common misconceptions

A common misconception is that the order of transformations does not matter. Sometimes it does not, but often it does. A translation followed by a reflection can produce a different result from a reflection followed by a translation. Students should track points step by step.

Another misconception is that only vertices move. As in earlier objectives, every point of the figure moves. Vertices are used because they determine a polygon, but the transformation applies to the whole plane.

A third misconception is that a sequence must be unique. There can be many valid sequences mapping one figure onto another. One student might translate then rotate; another might rotate then translate; another might use reflections. The important question is whether the stated sequence actually works.

Students also sometimes use vague transformation descriptions. “Move it right” is incomplete unless the distance is given. “Rotate it” is incomplete unless the center, angle, and direction are given. “Reflect it” is incomplete unless the line of reflection is given.

Closing perspective

This objective turns transformation geometry into action. Students learn to draw images from rules and write rules from images. They learn that moving a figure mathematically means applying a precise point-by-point function. They also learn that transformations can be composed into sequences, just like steps in a program or instructions in a design file.

The deeper lesson is that geometry can describe motion with exactness. A figure can be moved, matched, mirrored, turned, and aligned without losing its structure. That is the foundation for congruence, design, animation, robotics, and much of the geometry used in modern technology.

Problem Library

Problems in the App From This Objective

180 problems across 15 archetypes in the app.

move every vertex by the same vector.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Translate polygon vertices 0, 0; 3, 0; 1, 2 by vector <4,-1>.

Problem 2

Translate polygon vertices -2, 1; 1, 4; 2, 0 by vector <-3,2>.

Problem 3

Translate polygon vertices 5, -1; 6, 2; 2, 1 by vector <0,-4>.

Problem 4

Translate polygon vertices 1, 1; 2, 3 by vector <2,5>.

Problem 5

Translate polygon vertices 0, 0; -1, -1; -2, 0 by vector <-1,-1>.

Problem 6

Translate polygon vertices -5, 5; 5, -5 by vector <5,-5>.

Problem 7

Translate polygon vertices 10, 0; 0, 10; -10, 0; 0, -10 by vector <-10,10>.

Problem 8

Translate polygon vertices -1, -2; 3, 4; -5, 6 by vector <7,-3>.

Open in simulator
Problem 9

Translate polygon vertices 0, 5; 5, 0; 0, -5; -5, 0 by vector <0,0>.

Problem 10

Translate polygon vertices -3, -3; -1, -1; 1, 1; 3, 3 by vector <2,2>.

Problem 11

Translate polygon vertices -10, 10; 10, 10; 10, -10; -10, -10 by vector <1,-1>.

Problem 12

Translate polygon vertices 1, 2; 3, 4; 5, 6 by vector <-5,-5>.

apply coordinate reflection rules to vertices.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Reflect vertices 1, 2; 4, -1; -3, 5 over x-axis.

Problem 14

Reflect vertices 2, 3; -5, 1; 0, -4 over y-axis.

Problem 15

Reflect vertices 0, 2; 3, 4; -1, -2 over x-axis.

Problem 16

Reflect vertices 1, 1; 2, 3 over x-axis.

Open in simulator
Problem 17

Reflect vertices 3, 2; 1, 4 over y-axis.

Problem 18

Reflect vertices -2, 5; 0, -1; 3, 0 over x-axis.

Problem 19

Reflect vertices -4, 1; 2, -3; 0, 0 over y-axis.

Problem 20

Reflect vertices 1, 2; 2, 1; 3, -1; -1, -2 over x-axis.

Problem 21

Reflect vertices 1, 2; 2, 1; 3, -1; -1, -2 over y-axis.

Problem 22

Reflect vertices -1, -2; -3, -4 over x-axis.

Problem 23

Reflect vertices -1, -2; -3, -4 over y-axis.

Problem 24

Reflect vertices -10, 20; 5, -15; 0, 0 over x-axis.

preserve perpendicular distance to reflection line.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Reflect vertices 5, 1; 7, 3; 4, -2 over line x=3.

Problem 26

Reflect vertices 2, 6; -1, 8; 4, 5 over line y=4.

Problem 27

Reflect vertices -2, 1; 0, 4; 3, -1 over line x=1.

Problem 28

Reflect vertices 1, 2; 3, 4; 0, 1 over line x=0.

Problem 29

Reflect vertices -3, -1; -1, -3; -2, 0 over line y=0.

Problem 30

Reflect vertices -1, 5; 2, 7; 0, 3 over line x=-2.

Problem 31

Reflect vertices 4, -1; 6, -3; 5, 0 over line y=-2.

Problem 32

Reflect vertices -5, -1; -3, 2; -6, 0 over line x=-4.

Problem 33

Reflect vertices 1, -5; 3, -7; 0, -4 over line y=-6.

Problem 34

Reflect vertices 10, 1; 12, 3; 9, -2 over line x=15.

Problem 35

Reflect vertices 2, 10; -1, 12; 4, 9 over line y=15.

Problem 36

Reflect vertices 5, 1; 7, 3; 4, -2 over line x=5.

Open in simulator
apply 90, 180, or 270-degree rotation rules.
12 problems Warmup Practice Mixed Review Assessment
Problem 37

Rotate vertices 1, 2; 3, 0; -1, 4 about the origin by 90 degrees counterclockwise.

Problem 38

Rotate vertices 2, -1; -3, 4; 0, 5 about the origin by 180 degrees.

Problem 39

Rotate vertices 1, 3; -2, 0; 4, -1 about the origin by 90 degrees clockwise.

Problem 40

Rotate vertices -2, 3; 1, -4; 0, 0 about the origin by 90 degrees counterclockwise.

Problem 41

Rotate vertices -5, -1; 2, 6; -3, 0 about the origin by 180 degrees.

Problem 42

Rotate vertices 3, -2; -1, 5; 4, 0 about the origin by 90 degrees clockwise.

Problem 43

Rotate vertices -4, -3; 0, 2; 1, 1 about the origin by 270 degrees counterclockwise.

Open in simulator
Problem 44

Rotate vertices 5, -2; -3, 1; 0, -4 about the origin by 270 degrees clockwise.

Problem 45

Rotate vertices -1, -1; 2, 3; -4, 0 about the origin by 360 degrees.

Problem 46

Rotate vertices 0, 1; -2, -3; 4, 0 about the origin by 90 degrees counterclockwise.

Problem 47

Rotate vertices -1, 0; 0, -5; 3, 2 about the origin by 180 degrees.

Problem 48

Rotate vertices -3, -4; 1, 0; 0, 2 about the origin by 90 degrees clockwise.

use center, angle, and equal distance from center.
12 problems Warmup Practice Mixed Review Assessment
Problem 49

Rotate point 4, 3 about center 1, 1 by 180 degrees.

Problem 50

Rotate point 3, 2 about center 1, 2 by 90 degrees counterclockwise.

Problem 51

Rotate point -1, 5 about center -1, 2 by 90 degrees clockwise.

Problem 52

Rotate point 5, 0 about center 2, 0 by 90 degrees counterclockwise.

Problem 53

Rotate point 0, 0 about center 1, 1 by 180 degrees.

Problem 54

Rotate point 2, 4 about center 2, 2 by 90 degrees clockwise.

Problem 55

Rotate point -3, -1 about center -1, -1 by 180 degrees.

Problem 56

Rotate point 1, 1 about center 0, 0 by 90 degrees counterclockwise.

Problem 57

Rotate point 0, 5 about center 0, 2 by 270 degrees counterclockwise.

Open in simulator
Problem 58

Rotate point 4, 0 about center 2, 2 by 90 degrees counterclockwise.

Problem 59

Rotate point -2, 1 about center 0, 1 by 90 degrees clockwise.

Problem 60

Rotate point 3, 3 about center 3, 3 by 180 degrees.

scale distances from center.
12 problems Warmup Practice Mixed Review Assessment
Problem 61

Dilate point 4, 6 from center 0, 0 by scale factor 2.

Problem 62

Dilate point 5, 3 from center 1, 1 by scale factor 3.

Problem 63

Dilate point 7, -1 from center 3, -1 by scale factor 1/2.

Problem 64

Dilate point -2, 4 from center 0, 0 by scale factor 3.

Open in simulator
Problem 65

Dilate point 1, 1 from center 2, 3 by scale factor -1.

Problem 66

Dilate point -5, -1 from center -1, 3 by scale factor 1/4.

Problem 67

Dilate point 10, -5 from center 2, 2 by scale factor 1.

Problem 68

Dilate point 7, 8 from center 3, 4 by scale factor 0.

Problem 69

Dilate point 5, 5 from center 5, 5 by scale factor 2.5.

Problem 70

Dilate point 3, -2 from center 0, 0 by scale factor -2.

Problem 71

Dilate point 10, 15 from center 2, 3 by scale factor 1/2.

Problem 72

Dilate point -10, 20 from center -2, 4 by scale factor -1/2.

identify translation, reflection, rotation, or dilation.
12 problems Warmup Practice Mixed Review Assessment
Problem 73

Identify the single transformation mapping triangle ABC to same-size triangle shifted 5 right and 2 down.

Problem 74

Identify the single transformation mapping point set in Quadrant I to mirror image in Quadrant II across the y-axis.

Problem 75

Identify the single transformation mapping polygon with every point twice as far from the origin to similar larger polygon centered at origin.

Problem 76

Identify the single transformation mapping square ABCD to an identical square moved 3 units left and 4 units up.

Problem 77

Identify the single transformation mapping a figure in the upper half-plane to its mirror image in the lower half-plane.

Problem 78

Identify the single transformation mapping triangle PQR to the same triangle rotated 90 degrees counterclockwise around the origin.

Problem 79

Identify the single transformation mapping a circle with radius R to a concentric circle with radius 3R.

Problem 80

Identify the single transformation mapping a line segment to the same line segment shifted 1 unit down and 7 units right.

Open in simulator
Problem 81

Identify the single transformation mapping a point (2,3) to its image at (3,2).

Problem 82

Identify the single transformation mapping a shape to the same shape flipped 180 degrees around the point (1,1).

Problem 83

Identify the single transformation mapping a rectangle to a smaller similar rectangle whose sides are half the length, centered at the origin.

Problem 84

Identify the single transformation mapping a figure in the first quadrant to the figure rotated 90 degrees counterclockwise about the origin into the second quadrant.

compose transformations in order.
12 problems Warmup Practice Mixed Review Assessment
Problem 85

Apply the two-step transformation sequence translate by <3,-1>, then reflect over the x-axis to point 2, 4.

Open in simulator
Problem 86

Apply the two-step transformation sequence rotate 90 degrees counterclockwise about the origin, then translate by <1,2> to point 3, 1.

Problem 87

Apply the two-step transformation sequence reflect over the y-axis, then dilate from the origin by 2 to point -2, 5.

Problem 88

Apply the two-step transformation sequence reflect over the x-axis, then translate by <-2,5> to point 1, -3.

Problem 89

Apply the two-step transformation sequence dilate from the origin by 0.5, then rotate 180 degrees about the origin to point 6, -4.

Problem 90

Apply the two-step transformation sequence translate by <0,-3>, then reflect over the y-axis to point -4, 2.

Problem 91

Apply the two-step transformation sequence rotate 270 degrees counterclockwise about the origin, then dilate from the origin by 3 to point 2, 1.

Problem 92

Apply the two-step transformation sequence reflect over y=x, then translate by <1,-1> to point 5, -2.

Problem 93

Apply the two-step transformation sequence translate by <-5,0>, then rotate 90 degrees counterclockwise about the origin to point 3, 6.

Problem 94

Apply the two-step transformation sequence dilate from the origin by 2, then reflect over y=-x to point -1, -3.

Problem 95

Apply the two-step transformation sequence reflect over the y-axis, then rotate 180 degrees about the origin to point 4, -5.

Problem 96

Apply the two-step transformation sequence rotate 90 degrees clockwise about the origin, then translate by <-3,-4> to point -2, 7.

compare composition order and final coordinates.
12 problems Warmup Practice Mixed Review Assessment
Problem 97

Determine whether sequences translate by <2,0>, then reflect over y-axis and reflect over y-axis, then translate by <2,0> produce the same image for point 1, 3.

Problem 98

Determine whether sequences translate by <1,2>, then translate by <3,-1> and translate by <4,1> produce the same image for point 0, 0.

Problem 99

Determine whether sequences rotate 180 degrees about origin, then reflect over x-axis and reflect over y-axis produce the same image for point 2, 5.

Problem 100

Determine whether sequences translate by <0,2>, then reflect over x-axis and reflect over x-axis, then translate by <0,2> produce the same image for point 3, 1.

Problem 101

Determine whether sequences rotate 90 degrees about origin, then dilate by factor 2 about origin and dilate by factor 2 about origin, then rotate 90 degrees about origin produce the same image for point 1, 2.

Problem 102

Determine whether sequences reflect over x-axis, then reflect over y-axis and rotate 180 degrees about origin produce the same image for point 4, -2.

Open in simulator
Problem 103

Determine whether sequences translate by <1,1>, then dilate by factor 3 about origin and dilate by factor 3 about origin, then translate by <1,1> produce the same image for point 2, 0.

Problem 104

Determine whether sequences reflect over y=x, then translate by <-1,0> and translate by <-1,0>, then reflect over y=x produce the same image for point 5, 2.

Problem 105

Determine whether sequences rotate 90 degrees about origin, then rotate 180 degrees about origin and rotate 270 degrees about origin produce the same image for point -1, 3.

Problem 106

Determine whether sequences dilate by factor 0.5 about origin, then reflect over y-axis and reflect over y-axis, then dilate by factor 0.5 about origin produce the same image for point 6, -4.

Problem 107

Determine whether sequences translate by <5,-2>, then translate by <-3,4> and translate by <2,2> produce the same image for point 10, 10.

Problem 108

Determine whether sequences rotate 90 degrees about origin, then reflect over x-axis and reflect over x-axis, then rotate 90 degrees about origin produce the same image for point 2, 1.

apply mapping rule to unknown vertex values.
12 problems Warmup Practice Mixed Review Assessment
Problem 109

Find the missing coordinate in transformation translation by <4,-2> from 3, 5 to (a,3).

Problem 110

Find the missing coordinate in transformation reflection over the y-axis from -6, 2 to (b,2).

Problem 111

Find the missing coordinate in transformation dilation centered at origin with scale factor 3 from 2, -1 to (6,c).

Problem 112

Find the missing coordinate in transformation translation by <-3, 7> from 5, -2 to (2,d).

Open in simulator
Problem 113

Find the missing coordinate in transformation reflection over the x-axis from 4, -3 to (e,3).

Problem 114

Find the missing coordinate in transformation rotation 90 degrees counterclockwise about the origin from 2, 5 to (-5,f).

Problem 115

Find the missing coordinate in transformation dilation centered at origin with scale factor 1/2 from -8, 6 to (g,3).

Problem 116

Find the missing coordinate in transformation reflection over the line y = x from -1, 7 to (7,h).

Problem 117

Find the missing coordinate in transformation rotation 180 degrees about the origin from -4, -3 to (4,j).

Problem 118

Find the missing coordinate in transformation translation by <1, -5> from -7, 2 to (k,-3).

Problem 119

Find the missing coordinate in transformation dilation centered at origin with scale factor -2 from 3, -4 to (-6,m).

Problem 120

Find the missing coordinate in transformation reflection over the line y = -x from 5, -2 to (n,-5).

verify each vertex transformation.
12 problems Warmup Practice Mixed Review Assessment
Problem 121

Identify and correct the incorrectly transformed vertex in Translation by <2,1>: A(0,0)->A'(2,1), B(3,0)->B'(5,1), C(1,4)->C'(2,5).

Problem 122

Identify and correct the incorrectly transformed vertex in Reflection over x-axis: P(1,2)->P'(1,-2), Q(-3,4)->Q'(-3,-4), R(5,-1)->R'(-5,1).

Problem 123

Identify and correct the incorrectly transformed vertex in Rotation 180 degrees: A(2,-1)->A'(-2,1), B(0,3)->B'(0,-3), C(-4,2)->C'(4,2).

Problem 124

Identify and correct the incorrectly transformed vertex in Reflection over y-axis: A(1,2)->A'(-1,2), B(-3,4)->B'(-3,-4), C(5,-1)->C'(-5,-1).

Problem 125

Identify and correct the incorrectly transformed vertex in Rotation 90 degrees CCW: P(2,1)->P'(-1,2), Q(-1,3)->Q'(-3,-1), R(0,-4)->R'(0,4).

Problem 126

Identify and correct the incorrectly transformed vertex in Dilation by scale factor 2: D(1,1)->D'(1,2), E(-2,3)->E'(-4,6), F(0,-1)->F'(0,-2).

Problem 127

Identify and correct the incorrectly transformed vertex in Reflection over y=x: G(2,3)->G'(3,2), H(-1,0)->H'(-1,0), I(4,-5)->I'(-5,4).

Problem 128

Identify and correct the incorrectly transformed vertex in Rotation 270 degrees CCW: J(3,1)->J'(-1,3), K(-2,4)->K'(4,2), L(0,-5)->L'(-5,0).

Problem 129

Identify and correct the incorrectly transformed vertex in Reflection over y=-x: M(1,2)->M'(-2,-1), N(-3,0)->N'(-3,0), O(4,-1)->O'(1,-4).

Problem 130

Identify and correct the incorrectly transformed vertex in Translation by <-3,2>: U(0,0)->U'(-3,2), V(4,-1)->V'(1,1), W(-2,3)->W'(0,5).

Problem 131

Identify and correct the incorrectly transformed vertex in Dilation by scale factor 0.5: X(2,4)->X'(1,2), Y(-6,0)->Y'(-12,0), Z(1,-3)->Z'(0.5,-1.5).

Open in simulator
Problem 132

Identify and correct the incorrectly transformed vertex in Rotation 180 degrees: A(1,1)->A'(-1,-1), B(-2,3)->B'(-2,-3), C(4,-5)->C'(-4,5).

write ordered rules or named transformations.
12 problems Warmup Practice Mixed Review Assessment
Problem 133

Describe the transformation sequence move every point 3 left and 5 up, then reflect over the x-axis using precise notation.

Problem 134

Describe the transformation sequence rotate 90 degrees counterclockwise about the origin, then dilate by 2 from the origin using precise notation.

Problem 135

Describe the transformation sequence reflect over the y-axis, then translate 4 right using precise notation.

Problem 136

Describe the transformation sequence translate 2 units down and 1 unit right, then reflect over the y-axis using precise notation.

Problem 137

Describe the transformation sequence rotate 180 degrees about the origin, then dilate by a scale factor of 3 from the origin using precise notation.

Problem 138

Describe the transformation sequence reflect over the line y=x, then move every point 5 units up using precise notation.

Problem 139

Describe the transformation sequence dilate by a scale factor of 0.5 from the origin, then reflect over the x-axis using precise notation.

Problem 140

Describe the transformation sequence translate 7 units left, then rotate 270 degrees counterclockwise about the origin using precise notation.

Open in simulator
Problem 141

Describe the transformation sequence reflect over the line y=-x, then translate 3 units down using precise notation.

Problem 142

Describe the transformation sequence rotate 90 degrees clockwise about the origin, then dilate by 4 from the origin using precise notation.

Problem 143

Describe the transformation sequence reflect over the y-axis, then rotate 180 degrees about the origin using precise notation.

Problem 144

Describe the transformation sequence dilate by a scale factor of 2 from the origin, then translate 1 unit left and 6 units up using precise notation.

find sequence preserving size and shape.
12 problems Warmup Practice Mixed Review Assessment
Problem 145

Find a rigid-motion sequence mapping preimage vertices 0, 0; 2, 0; 0, 1 to image vertices 3, -2; 5, -2; 3, -1.

Problem 146

Find a rigid-motion sequence mapping preimage vertices 1, 2; 4, 2; 1, 5 to image vertices -1, 2; -4, 2; -1, 5.

Problem 147

Find a rigid-motion sequence mapping preimage vertices 1, 0; 2, 0; 1, 3 to image vertices 0, 1; 0, 2; -3, 1.

Problem 148

Find a rigid-motion sequence mapping preimage vertices 1, 1; 3, 1; 1, 2 to image vertices 3, 4; 5, 4; 3, 5.

Problem 149

Find a rigid-motion sequence mapping preimage vertices 1, 1; 3, 1; 1, 2 to image vertices 1, -1; 3, -1; 1, -2.

Open in simulator
Problem 150

Find a rigid-motion sequence mapping preimage vertices 1, 1; 2, 1; 1, 3 to image vertices -1, -1; -2, -1; -1, -3.

Problem 151

Find a rigid-motion sequence mapping preimage vertices 1, 0; 2, 0; 1, 1 to image vertices 0, -1; 0, -2; 1, -1.

Problem 152

Find a rigid-motion sequence mapping preimage vertices 1, 2; 3, 2; 1, 4 to image vertices 2, 1; 2, 3; 4, 1.

Problem 153

Find a rigid-motion sequence mapping preimage vertices 1, 2; 3, 2; 1, 4 to image vertices -2, -1; -2, -3; -4, -1.

Problem 154

Find a rigid-motion sequence mapping preimage vertices 0, 0; 2, 0; 0, 1 to image vertices -1, 1; -3, 1; -1, 2.

Problem 155

Find a rigid-motion sequence mapping preimage vertices 0, 0; 1, 0; 0, 1 to image vertices 0, 2; 0, 3; -1, 2.

Problem 156

Find a rigid-motion sequence mapping preimage vertices 1, 1; 3, 1; 1, 2 to image vertices 7, 1; 5, 1; 7, 2.

recognize size change and specify scale.
12 problems Warmup Practice Mixed Review Assessment
Problem 157

Find a transformation sequence mapping preimage vertices 0, 0; 2, 0; 0, 1 to similar image vertices 3, 1; 7, 1; 3, 3.

Problem 158

Find a transformation sequence mapping preimage vertices 1, 1; 3, 1; 1, 4 to similar image vertices -2, -2; -6, -2; -2, -8.

Problem 159

Find a transformation sequence mapping preimage vertices 0, 0; 4, 0; 0, 2 to similar image vertices 1, 1; 3, 1; 1, 2.

Problem 160

Find a transformation sequence mapping preimage vertices 0, 0; 3, 0; 0, 2 to similar image vertices 1, -2; 10, -2; 1, 4.

Open in simulator
Problem 161

Find a transformation sequence mapping preimage vertices 1, 1; 4, 1; 1, 3 to similar image vertices -2, 2; -8, 2; -2, 6.

Problem 162

Find a transformation sequence mapping preimage vertices 0, 0; 4, 0; 2, 6 to similar image vertices 0, 0; 2, 0; 1, -3.

Problem 163

Find a transformation sequence mapping preimage vertices 1, 1; 3, 1; 1, 2 to similar image vertices -2, 2; -2, 6; -4, 2.

Problem 164

Find a transformation sequence mapping preimage vertices 0, 0; 2, 0; 0, 1 to similar image vertices 0, 0; -6, 0; 0, -3.

Problem 165

Find a transformation sequence mapping preimage vertices 2, 4; 6, 4; 2, 8 to similar image vertices 2, -1; 2, -3; 4, -1.

Problem 166

Find a transformation sequence mapping preimage vertices 0, 0; 2, 0; 0, 2 to similar image vertices 1, -1; 5, -1; 1, -5.

Problem 167

Find a transformation sequence mapping preimage vertices 0, 0; 1, 0; 0, 1 to similar image vertices -2, 2; -2, 6; -6, 2.

Problem 168

Find a transformation sequence mapping preimage vertices 1, 1; 3, 1; 1, 2 to similar image vertices 2, 2; 2, 6; 4, 2.

compare orientation, size, distances, and angles.
12 problems Warmup Practice Mixed Review Assessment
Problem 169

Explain why no listed transformation sequence maps a triangle with side lengths 3,4,5 to a triangle with side lengths 3,4,6.

Problem 170

Explain why no listed transformation sequence maps a clockwise-ordered triangle to a same-size triangle from a translation then rotation option, but orientation is reversed.

Problem 171

Explain why no listed transformation sequence maps a rectangle 2 by 5 to a rectangle 3 by 8.

Problem 172

Explain why no listed transformation sequence maps a square to a pentagon.

Open in simulator
Problem 173

Explain why no listed transformation sequence maps a rectangle with side lengths 3 and 6 to a rectangle with side lengths 4 and 9.

Problem 174

Explain why no listed transformation sequence maps a square to a rhombus that is not a square.

Problem 175

Explain why no listed transformation sequence maps the letter 'F' to the letter 'F' reflected across a vertical line.

Problem 176

Explain why no listed transformation sequence maps a circle to a square.

Problem 177

Explain why no listed transformation sequence maps a right triangle with legs 3 and 4 to an equilateral triangle with side length 5.

Problem 178

Explain why no listed transformation sequence maps a donut shape (annulus) to a solid disk.

Problem 179

Explain why no listed transformation sequence maps a regular hexagon to a regular octagon.

Problem 180

Explain why no listed transformation sequence maps an isosceles triangle with angles 30, 75, 75 degrees to an isosceles triangle with angles 40, 70, 70 degrees.