174k views
3 votes
A playground has a fence covering an area with the coordinates (2, 3), (-3, 2),and (2,-2). The park wants to extend the fence's range by a scale factor of 4.What are the new coordinates of the new fence?

1 Answer

2 votes

P1 = (2, 3)

P2 = (-3, 2)

P3 = (2, -2)

Factor of 4

P1 = 4(2, 3) = (8, 12)

P2 = 4(-3, 2) = (-12, 8)

P3 = 4(2, -2) = (8, -8)

User Henrik Leijon
by
5.3k points