A triangle has corners at (1 ,5 )(1,5), (-1 ,-4 )(1,4), and (5 ,-6 )(5,6). If the triangle is dilated by a factor of 2 2 about point (-2 ,-3 )(2,3), how far will its centroid move?

1 Answer
Jun 8, 2018

color(green)("Centroid has moved by a distance of " 4.18 " units"Centroid has moved by a distance of 4.18 units

Explanation:

A (1,5), b(-1,-4), C(5,-6), D(-2,-3) "dilation factor " 2A(1,5),b(1,4),C(5,6),D(2,3)dilation factor 2

Centroid G = (x_1 + x_2 + x_3) /3, (y_1 + y_2 + y_3) / 3G=x1+x2+x33,y1+y2+y33

G(x, y) = ((1 - 1 + 5) / 3, (5 - 4 - 6) / 3) = (5/3, 5/3)G(x,y)=(11+53,5463)=(53,53)

A' ((x),(y)) = 2a - d = 2*((1),(5)) - ((-2),(-3)) = ((4, 13)

B' ((x),(y)) = 2b - d = 2*((-1),(-4)) -( (-2),(-3)) = ((0, -5)

C' ((x),(y)) = 2c - d = 2*((5),(-6)) - ((-2),(-3)) = ((12, -9)

G'(x,y) = ((4 + 0 + 12) / 3, (13 - 5 - 9)/3) = (16/3, -1/3)

bar(GG') = sqrt((16/3-5/3)^2 + (-1/3-5/3)^2) = 4.18 units