find the image vertices for a dilation with center (0,0) and scale factor of 4

coordinates:
R(-5,7)
S(2,6)
V(-4,0)
T(5,-3)

To find the image vertices after a dilation with center at (0,0) and a scale factor of 4, we multiply the coordinates of each vertex by the scale factor.

The image coordinates will be:
R' = (-5 * 4, 7 * 4) = (-20, 28)
S' = (2 * 4, 6 * 4) = (8, 24)
V' = (-4 * 4, 0 * 4) = (-16, 0)
T' = (5 * 4, -3 * 4) = (20, -12)

Therefore, the image vertices after the dilation with center (0,0) and scale factor of 4 are:
R'(-20,28)
S'(8,24)
V'(-16,0)
T'(20,-12)