Math II · G-SRT.1.b

Verifying That Dilations Scale Line Segments by the Scale Factor

Scale factor is the machinery behind maps, models, blueprints, image resizing, similarity, and indirect measurement.

Concept Geometry
Domain Similarity, Right Triangles, and Trigonometry
Read time 7 minutes

What this learning objective is really asking you to learn

This objective asks students to verify that dilations multiply segment lengths by the scale factor. If a dilation has scale factor \(k\), then every distance from the center is multiplied by \(k\), and every segment length in the figure is also multiplied by \(|k|\) in standard high-school settings. If the scale factor is 2, lengths double. If the scale factor is \(1/3\), lengths become one-third as long. If the scale factor is 1, lengths stay the same.

This is the length-scaling heart of similarity. Congruent figures have equal corresponding lengths. Similar figures have proportional corresponding lengths. Dilation is the transformation that creates those proportional lengths.

Imagine a triangle dilated from a center by scale factor 3. Each vertex moves three times as far from the center along its ray. The sides of the image triangle are also three times as long as the corresponding sides of the original triangle. The angles stay the same, but the lengths scale. That is why the image triangle has the same shape but a different size.

This objective asks students to verify the claim, not only use it. Verification can happen with coordinates, diagrams, measurement, or similarity reasoning. The point is to know why scale factor controls length. If students understand this, they can reason about scale drawings, maps, models, similar triangles, area scaling, volume scaling, and indirect measurement.

Why students should learn this math

Students should learn this because proportional scaling is one of the most useful mathematical ideas in the physical and digital world. Scale drawings, maps, blueprints, models, photographs, medical images, 3D printing, architecture, engineering design, animation, and computer graphics all depend on controlled length scaling.

If a blueprint has scale 1 inch to 4 feet, every length in the drawing corresponds to a real length multiplied by the scale factor. If a model car is built at 1:24 scale, every length is one twenty-fourth of the real car’s corresponding length. If an image is enlarged by 150 percent, every length in the image is multiplied by 1.5. If a CAD model is scaled down for a 3D print, all segment lengths change by the scale factor.

This objective also explains why “same shape” is not the same as “same size.” Many students recognize similar shapes visually but do not understand the numerical machinery. Dilation gives the machinery: corresponding lengths are multiplied by the same factor. That common factor is what keeps the shape from distorting. If one side doubled, another side tripled, and another side stayed the same, the figure would not be a true dilation. It would be stretched unevenly.

In real-world design, this distinction matters. A logo must scale without distortion. A map must preserve local proportional distances according to its scale. A model bridge must keep corresponding lengths proportional if it is meant to represent the real bridge. A medical scan must preserve proportions if it is being used for measurement. In digital images, uniform scaling preserves shape, while nonuniform scaling stretches or squashes.

The “why” for students is that dilation is the mathematical rule behind resizing without changing shape. That is an everyday idea, but the geometry gives it precision.

The historical machinery: proportion, similarity, and scale

The study of proportional lengths is ancient. Similar triangles were used to measure heights and distances long before modern coordinate geometry. The classic idea is indirect measurement: if two triangles are similar, the ratio of corresponding sides is constant. This makes it possible to measure a tall tree using a shadow, a mirror, or a smaller triangle with known lengths.

Greek geometry treated proportion as a central idea. Euclid’s Elements developed a rigorous theory of ratios and similar figures. The modern language of dilation gives a transformation-based version of those older proportional relationships. Instead of only comparing two completed figures, students describe a process that generates one from the other.

The scale factor is the numerical link between the original and the image. This idea became essential in mapmaking, architecture, engineering, and later photography and computer graphics. Whenever a representation is smaller or larger than the object it represents, scale factor is operating.

Modern mathematics generalized scaling into vector and linear transformations. Multiplying a vector by a scalar changes its length by that scalar factor while preserving or reversing direction depending on the sign. In linear algebra, scaling transformations are represented by matrices. In computer graphics, scaling is one of the basic transformations used to build scenes and animations.

This historical arc is useful for students: dilation is not a school-only diagram move. It is a mathematical version of resizing, modeling, measuring, and representing space.

Where this fits in the big map of mathematics

This objective is paired with Objective 104. Objective 104 explains what dilation does to lines. Objective 105 explains what dilation does to lengths. Together, they build the foundation for similarity transformations. Lines behave predictably, and segment lengths scale predictably.

This prepares students for triangle similarity. If a dilation maps one triangle to another, then corresponding side lengths are proportional by the scale factor, and corresponding angles remain equal. This leads toward AA similarity, side proportionality, right-triangle trigonometry, and eventually the Laws of Sines and Cosines.

It connects to measurement. Scale factor affects length by \(k\), area by \(k^2\), and volume by \(k^3\). Students may already have seen scale factors for area and volume in measurement objectives. This objective provides the linear foundation: first understand lengths, then understand how two-dimensional and three-dimensional measures scale.

It connects to coordinate geometry. A dilation centered at the origin with scale factor \(k\) sends \((x, y)\) to \((kx, ky)\). The distance between two image points becomes \(k\) times the original distance. This can be verified with the distance formula.

It connects to functions and transformations. Scaling a graph or geometric object changes coordinates and distances in predictable ways. It connects to physics and modeling because units, scale models, and proportional reasoning appear constantly.

In the big map, this objective teaches proportional change in space: not just “things get bigger,” but “every corresponding length is multiplied by the same factor.”

How to execute the skill technically

Coordinate verification is one clear method. Suppose a dilation is centered at the origin with scale factor \(k\). Point \(A(x_{1}, y_{1})\) maps to \(A'(kx_{1}, ky_{1})\). Point \(B(x_{2}, y_{2})\) maps to \(B'(kx_{2}, ky_{2})\).

The original segment length is:

\[AB = \sqrt{(x_{2} - x_{1})^2 + (y_{2} - y_{1})^2}\]

The image segment length is:

\[A'B' = \sqrt{(kx_{2} - kx_{1})^2 + (ky_{2} - ky_{1})^2}\]

Factor out \(k\) inside each difference:

\[A'B' = \sqrt{(k(x_{2} - x_{1}))^2 + (k(y_{2} - y_{1}))^2}\]

Square the \(k\) terms:

\[A'B' = \sqrt{k^2(x_{2} - x_{1})^2 + k^2(y_{2} - y_{1})^2}\]

Factor out \(k^2\):

\[A'B' = \sqrt{k^2[(x_{2} - x_{1})^2 + (y_{2} - y_{1})^2]}\]

So:

\[A'B' = |k| \sqrt{(x_{2} - x_{1})^2 + (y_{2} - y_{1})^2}\]

Therefore:

\[A'B' = |k| AB\]

In most high-school dilation work, \(k\) is positive, so this is simply \(A'B' = kAB\). That proves segment lengths scale by the scale factor.

A geometric verification uses similarity. If a segment \(AB\) is dilated from center \(O\), its endpoints move to \(A'\) and \(B'\). The ratios \(OA'/OA\) and \(OB'/OB\) are both \(k\). The triangles formed by \(OAB\) and OA'B' are similar, so \(A'B'/AB = k\). Therefore the image segment length is \(k\) times the original.

A worked example

Let \(A(1, 2)\) and \(B(5, 5)\). Dilate the segment centered at the origin with scale factor 3.

The image points are:

\[A'(3, 6)\]
\[B'(15, 15)\]

Compute the original length:

\[AB = \sqrt{(5 - 1)^2 + (5 - 2)^2} = \sqrt{4^2 + 3^2} = \sqrt{25} = 5\]

Compute the image length:

\[A'B' = \sqrt{(15 - 3)^2 + (15 - 6)^2} = \sqrt{12^2 + 9^2} = \sqrt{225} = 15\]

The image length is 15, which is 3 times the original length 5. The scale factor was 3, so the result matches the rule.

This example also shows why coordinate proof is useful. The diagram may show the segment getting larger, but the distance formula proves the exact scale factor.

From length to area and volume

This objective focuses on segment lengths, but it supports a larger scaling map. If all lengths are multiplied by \(k\), then areas are multiplied by \(k^2\) because area has two dimensions. A rectangle with length and width both doubled has area multiplied by 4. If all lengths are multiplied by \(k\), then volumes are multiplied by \(k^3\) because volume has three dimensions. A cube with side length tripled has volume multiplied by 27.

Students often memorize these rules separately. Dilation helps them see why they are true. Length is one-dimensional, so it scales by \(k\). Area is two-dimensional, so it scales by \(k^2\). Volume is three-dimensional, so it scales by \(k^3\).

This is important for model-building. A scale model that is half as long as the real object does not have half the volume. Its volume is one-eighth of the original if all dimensions are scaled by \(1/2\). This affects engineering, packaging, biology, architecture, and 3D printing.

Common mistakes and how to avoid them

One common mistake is thinking dilation adds a fixed amount to lengths. It does not. It multiplies lengths. A scale factor of 3 changes a length of 2 to 6 and a length of 10 to 30. The added amount is different because the relationship is multiplicative.

Another mistake is confusing scale factor with final length. If the original length is 7 and the scale factor is 4, the image length is 28, not 4.

Students also sometimes scale coordinates but forget to check distances. Multiplying coordinates by 3 from the origin does multiply distances by 3, but only because the center is the origin and the transformation is uniform. If the center is not the origin, the coordinate rule is different: move relative to the center, multiply, then move back.

Another mistake is assuming angles scale. They do not. Dilation preserves angle measures. Lengths scale; angles stay equal. That is what makes similarity possible.

A final mistake is confusing length, area, and volume scale factors. Length scales by \(k\), area by \(k^2\), and volume by \(k^3\).

Problem Library

Problems in the App From This Objective

153 problems across 12 archetypes in the app.

multiply length by scale factor.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Dilate segment AB length 8 by scale factor 3 and compare lengths.

Open in simulator
Problem 2

Dilate segment PQ length 12 by scale factor 1/2 and compare lengths.

Problem 3

Dilate segment MN length 5.5 by scale factor 2 and compare lengths.

Problem 4

Dilate segment XY length L by scale factor k and compare lengths.

Problem 5

Dilate segment CD length 10 by scale factor 4 and compare lengths.

Problem 6

Dilate segment RS length 7.2 by scale factor 5 and compare lengths.

Problem 7

Dilate segment EF length 20 by scale factor 0.75 and compare lengths.

Problem 8

Dilate segment GH length 3/4 by scale factor 8 and compare lengths.

Problem 9

Dilate segment JK length 15 by scale factor 2/3 and compare lengths.

Problem 10

Dilate segment OP length X by scale factor 6 and compare lengths.

Problem 11

Dilate segment UV length 9 by scale factor m and compare lengths.

Problem 12

Dilate segment WZ length 6.5 by scale factor 1.5 and compare lengths.

compute preimage and image lengths.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Verify segment scaling using distance formula for preimage A(0,0), B(3,4) and image A'(0,0), B'(6,8).

Problem 14

Verify segment scaling using distance formula for preimage P(2,1), Q(6,1) and image P'(1,0.5), Q'(3,0.5).

Problem 15

Verify segment scaling using distance formula for preimage M(0,0), N(1,1) and image M'(0,0), N'(3,3).

Problem 16

Verify segment scaling using distance formula for preimage X(1,2), Y(4,6) and image X'(2,4), Y'(8,12).

Problem 17

Verify segment scaling using distance formula for preimage C(0,0), D(5,0) and image C'(0,0), D'(15,0).

Problem 18

Verify segment scaling using distance formula for preimage E(1,1), F(1,5) and image E'(1,1), F'(1,3).

Problem 19

Verify segment scaling using distance formula for preimage G(-2,0), H(2,0) and image G'(-5,0), H'(5,0).

Problem 20

Verify segment scaling using distance formula for preimage I(0,0), J(3,0) and image I'(0,0), J'(1,0).

Problem 21

Verify segment scaling using distance formula for preimage K(1,1), L(4,5) and image K'(1,1), L'(13,17).

Problem 22

Verify segment scaling using distance formula for preimage N(-1,-1), O(1,1) and image N'(-2,-2), O'(2,2).

Problem 23

Verify segment scaling using distance formula for preimage R(0,0), S(5,12) and image R'(0,0), S'(2.5, 6).

Problem 24

Verify segment scaling using distance formula for preimage T(1,0), U(4,0) and image T'(1,0), U'(10,0).

Open in simulator
use `image = k * original`.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Find image segment length from original length 14 and scale factor 2.

Open in simulator
Problem 26

Find image segment length from original length 30 and scale factor 1/3.

Problem 27

Find image segment length from original length 7.2 and scale factor 1.5.

Problem 28

Find image segment length from original length a and scale factor 5.

Problem 29

Find image segment length from original length 25 and scale factor 3.

Problem 30

Find image segment length from original length 48 and scale factor 1/4.

Problem 31

Find image segment length from original length 5.5 and scale factor 2.

Problem 32

Find image segment length from original length 12.8 and scale factor 0.5.

Problem 33

Find image segment length from original length x and scale factor 1/2.

Problem 34

Find image segment length from original length 8 and scale factor 2.5.

Problem 35

Find image segment length from original length 1/2 and scale factor 10.

Problem 36

Find image segment length from original length 3/4 and scale factor 2/3.

divide by k.
12 problems Warmup Practice Mixed Review Assessment
Problem 37

Find original segment length from image length 28 and scale factor 2.

Problem 38

Find original segment length from image length 10 and scale factor 1/3.

Open in simulator
Problem 39

Find original segment length from image length 10.8 and scale factor 1.5.

Problem 40

Find original segment length from image length 5a and scale factor 5.

Problem 41

Find original segment length from image length 45 and scale factor 3.

Problem 42

Find original segment length from image length 12.6 and scale factor 2.

Problem 43

Find original segment length from image length 25 and scale factor 2.5.

Problem 44

Find original segment length from image length 18 and scale factor 1/2.

Problem 45

Find original segment length from image length 20 and scale factor 2/5.

Problem 46

Find original segment length from image length 7.5x and scale factor 2.5.

Problem 47

Find original segment length from image length 3/4y and scale factor 1/4.

Problem 48

Find original segment length from image length 120 and scale factor 4.

form image/original ratio.
12 problems Warmup Practice Mixed Review Assessment
Problem 49

Find scale factor from original segment length 8 and image segment length 24.

Problem 50

Find scale factor from original segment length 12 and image segment length 6.

Open in simulator
Problem 51

Find scale factor from original segment length 5 and image segment length 7.5.

Problem 52

Find scale factor from original segment length a and image segment length ka.

Problem 53

Find scale factor from original segment length 4 and image segment length 16.

Problem 54

Find scale factor from original segment length 10 and image segment length 2.

Problem 55

Find scale factor from original segment length 2.5 and image segment length 10.

Problem 56

Find scale factor from original segment length 8 and image segment length 2.

Problem 57

Find scale factor from original segment length 1/2 and image segment length 2.

Problem 58

Find scale factor from original segment length 3/4 and image segment length 1/4.

Problem 59

Find scale factor from original segment length x and image segment length 3x.

Problem 60

Find scale factor from original segment length 2y and image segment length y.

compare corresponding side ratios.
12 problems Warmup Practice Mixed Review Assessment
Problem 61

Verify all sides of polygon triangle sides 3,4,5 map to 6,8,10 scale equally under dilation.

Open in simulator
Problem 62

Verify all sides of polygon quadrilateral sides 2,3,4,5 map to 4,6,8,10 scale equally under dilation.

Problem 63

Verify all sides of polygon triangle sides 3,4,5 map to 6,8,9 scale equally under dilation.

Problem 64

Verify all sides of polygon triangle sides a,b,c map to ka,kb,kc scale equally under dilation.

Problem 65

Verify all sides of polygon triangle sides 2,3,4 map to 6,9,12 scale equally under dilation.

Problem 66

Verify all sides of polygon quadrilateral sides 8,12,16,20 map to 4,6,8,10 scale equally under dilation.

Problem 67

Verify all sides of polygon triangle sides 5,6,7 map to 10,12,13 scale equally under dilation.

Problem 68

Verify all sides of polygon pentagon sides 1,2,3,4,5 map to 3,6,9,12,15 scale equally under dilation.

Problem 69

Verify all sides of polygon triangle sides 7,8,9 map to 7,8,9 scale equally under dilation.

Problem 70

Verify all sides of polygon quadrilateral sides 10,20,30,40 map to 5,10,15,10 scale equally under dilation.

Problem 71

Verify all sides of polygon triangle sides 4,6,8 map to 6,9,12 scale equally under dilation.

Problem 72

Verify all sides of polygon hexagon sides 1,2,3,4,5,6 map to 2,4,6,8,10,12 scale equally under dilation.

distinguish similarity from congruence.
15 problems Warmup Practice Mixed Review Assessment
Problem 73

Explain why dilation preserves angle measure but changes length for scale factor 3.

Problem 74

Explain why dilation preserves angle measure but changes length for scale factor 1/2.

Problem 75

Explain why dilation preserves angle measure but changes length for scale factor k.

Problem 76

Explain why dilation preserves angle measure but changes length for a triangle image under dilation.

Problem 77

Explain why dilation preserves angle measure but changes length for a scale factor of 5.

Problem 78

Explain why dilation preserves angle measure but changes length for a scale factor of 3/4.

Problem 79

Explain why dilation preserves angle measure but changes length for a scale factor of 1.5.

Problem 80

Explain why dilation preserves angle measure but changes length for a scale factor of -2.

Problem 81

Explain why dilation preserves angle measure but changes length for a dilation that triples all side lengths.

Problem 82

Explain why dilation preserves angle measure but changes length for any non-isometric dilation.

Open in simulator
Problem 83

Explain why dilation preserves angle measure but changes length for a rectangle under dilation.

Problem 84

Explain why dilation preserves angle measure but changes length for a scale factor of 1.

Problem 85

Explain why dilation preserves angle measure but changes length for a transformation that changes size but not shape.

Problem 86

Explain why dilation preserves angle measure but changes length for a reduction by a scale factor of 0.25.

Problem 87

Explain why dilation preserves angle measure but changes length for a figure and its dilated image.

apply proportional lengths.
15 problems Warmup Practice Mixed Review Assessment
Problem 88

Use dilation scale factor to find missing side in similar figures: scale factor 3, original side 7.

Problem 89

Use dilation scale factor to find missing side in similar figures: scale factor 1/2, original side 18.

Problem 90

Use dilation scale factor to find missing side in similar figures: similar triangles with corresponding sides 5->20 and x->28.

Problem 91

Use dilation scale factor to find missing side in similar figures: map scale 1:100 and model length 4 cm.

Problem 92

Use dilation scale factor to find missing side in similar figures: scale factor 4, original side 12.

Problem 93

Use dilation scale factor to find missing side in similar figures: scale factor 0.75, original side 20.

Problem 94

Use dilation scale factor to find missing side in similar figures: scale factor 5/2, original side 8.

Problem 95

Use dilation scale factor to find missing side in similar figures: similar triangles with corresponding sides 4->16 and x->24.

Problem 96

Use dilation scale factor to find missing side in similar figures: similar parallelograms with corresponding sides 30->10 and 18->y.

Problem 97

Use dilation scale factor to find missing side in similar figures: map scale 1:5000, map length 5 cm.

Problem 98

Use dilation scale factor to find missing side in similar figures: building model scale 1:200, actual building height 60 m.

Problem 99

Use dilation scale factor to find missing side in similar figures: dilation with scale factor 2.5, image side 50.

Problem 100

Use dilation scale factor to find missing side in similar figures: dilation with scale factor 3/4, original side 28.

Problem 101

Use dilation scale factor to find missing side in similar figures: two similar trapezoids, one with sides 6, 8, 10, 12 and the other with a corresponding side of 18 to the side of length 6. Find the side corresponding to 8.

Problem 102

Use dilation scale factor to find missing side in similar figures: similar rectangles with corresponding sides 2->(x+1) and 6->15.

Open in simulator
check common scale factor and aligned center.
12 problems Warmup Practice Mixed Review Assessment
Problem 103

Determine whether transformation data all corresponding side ratios equal 2 and rays align from center O could be a dilation from segment ratios.

Problem 104

Determine whether transformation data side ratios are 2,2,3 could be a dilation from segment ratios.

Problem 105

Determine whether transformation data side ratios equal 1/2 but corresponding points are not aligned with a common center could be a dilation from segment ratios.

Problem 106

Determine whether transformation data all side ratios equal 1 and figure is translated could be a dilation from segment ratios.

Problem 107

Determine whether transformation data all corresponding side ratios equal 3 and rays align from center P could be a dilation from segment ratios.

Problem 108

Determine whether transformation data all corresponding side ratios equal 0.5 and rays align from center C could be a dilation from segment ratios.

Problem 109

Determine whether transformation data corresponding side ratios are 1.5, 2, 1.5 could be a dilation from segment ratios.

Problem 110

Determine whether transformation data all corresponding side ratios equal 4 but corresponding points are not aligned with a common center could be a dilation from segment ratios.

Problem 111

Determine whether transformation data all corresponding side ratios are 0.75 but the figures are rotated, not dilated from a single center could be a dilation from segment ratios.

Problem 112

Determine whether transformation data all side ratios equal 1 and figure is reflected could be a dilation from segment ratios.

Problem 113

Determine whether transformation data all side ratios equal 1 and figure is rotated could be a dilation from segment ratios.

Open in simulator
Problem 114

Determine whether transformation data one side ratio is 2, another is 2.5, and the third is 2 could be a dilation from segment ratios.

use k for length/perimeter and `k^2` for area.
12 problems Warmup Practice Mixed Review Assessment
Problem 115

Compare length, perimeter, and area effects under dilation scale factor 2.

Problem 116

Compare length, perimeter, and area effects under dilation scale factor 3.

Open in simulator
Problem 117

Compare length, perimeter, and area effects under dilation scale factor 1/2.

Problem 118

Compare length, perimeter, and area effects under dilation scale factor k.

Problem 119

Compare length, perimeter, and area effects under dilation scale factor 4.

Problem 120

Compare length, perimeter, and area effects under dilation scale factor 5.

Problem 121

Compare length, perimeter, and area effects under dilation scale factor 1/3.

Problem 122

Compare length, perimeter, and area effects under dilation scale factor 1/4.

Problem 123

Compare length, perimeter, and area effects under dilation scale factor 10.

Problem 124

Compare length, perimeter, and area effects under dilation scale factor 2/3.

Problem 125

Compare length, perimeter, and area effects under dilation scale factor 1.5.

Problem 126

Compare length, perimeter, and area effects under dilation scale factor 1.

use coordinates, vectors, or similarity.
15 problems Warmup Practice Mixed Review Assessment
Problem 127

Complete a proof that dilation scales segments: Under origin dilation, A(x1,y1) maps to A'(kx1,ky1) and B(x2,y2) maps to B'(kx2,ky2).

Problem 128

Complete a proof that dilation scales segments: A segment and its image are corresponding sides of similar triangles from the center.

Problem 129

Complete a proof that dilation scales segments: Vector AB is transformed to vector kAB.

Problem 130

Complete a proof that dilation scales segments: Scale factor is 1/2.

Problem 131

Complete a proof that dilation scales segments: Let segment AB have endpoints A(x1, y1) and B(x2, y2). After dilation centered at the origin with scale factor k, the image points are A'(kx1, ky1) and B'(kx2, ky2).

Open in simulator
Problem 132

Complete a proof that dilation scales segments: Consider a segment from P to Q represented by vector PQ = <x_Q-x_P, y_Q-y_P>. A dilation centered at the origin with scale factor k maps P to P' and Q to Q'.

Problem 133

Complete a proof that dilation scales segments: If a segment MN is dilated with center C and scale factor k, then triangle CMN is similar to triangle CM'N'.

Problem 134

Complete a proof that dilation scales segments: A segment with endpoints (x1, y1) and (x2, y2) is dilated by a scale factor of 3 centered at the origin.

Problem 135

Complete a proof that dilation scales segments: Let segment AB be represented by the vector v. After dilation by scale factor k, the image segment A'B' is represented by vector v'.

Problem 136

Complete a proof that dilation scales segments: When a segment AB is dilated from center C to A'B', the segment A'B' is parallel to AB.

Problem 137

Complete a proof that dilation scales segments: Let the coordinates of A be (x_A, y_A) and B be (x_B, y_B). A dilation centered at the origin with scale factor k maps A to A' and B to B'.

Problem 138

Complete a proof that dilation scales segments: A dilation transforms every segment into a segment whose length is k times the length of the original segment.

Problem 139

Complete a proof that dilation scales segments: A segment is dilated by a scale factor of 0.5 with respect to a point P not at the origin.

Problem 140

Complete a proof that dilation scales segments: Let the position vectors of points A and B be a and b, respectively. A dilation centered at the origin with scale factor k maps A to A' and B to B'.

Problem 141

Complete a proof that dilation scales segments: Consider segment CD with C(1,2) and D(4,6). It is dilated by a scale factor of 2 centered at the origin.

catch reciprocal, area/length confusion, and nonuniform scaling mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 142

Correct the dilation scale-factor error: A student divides by 3 to find image length when k=3.

Problem 143

Correct the dilation scale-factor error: A student uses k^2 for a segment length.

Open in simulator
Problem 144

Correct the dilation scale-factor error: A student says side ratios 2,2,3 can come from one dilation.

Problem 145

Correct the dilation scale-factor error: A student finds scale factor as original divided by image.

Problem 146

Correct the dilation scale-factor error: A student multiplies image coordinates by 2 to find original coordinates when k=2.

Problem 147

Correct the dilation scale-factor error: A student uses k^2 to find the perimeter of a dilated figure.

Problem 148

Correct the dilation scale-factor error: A student uses k to find the area of a dilated figure when k=3.

Problem 149

Correct the dilation scale-factor error: A student uses a scale factor of 1/2 to enlarge a figure.

Problem 150

Correct the dilation scale-factor error: A student applies a scale factor of 2 to x-coordinates and 3 to y-coordinates and calls the transformation a dilation.

Problem 151

Correct the dilation scale-factor error: A student calculates the scale factor as 10/5 when a figure of length 10 is dilated to length 5.

Problem 152

Correct the dilation scale-factor error: A student uses k^2 to find the volume of a dilated 3D figure.

Problem 153

Correct the dilation scale-factor error: A student incorrectly states that if the scale factor from A to B is k, then the scale factor from B to A is also k.