Asked by Zephyr Benedict

Write the coordinates of the point Y after a dilation with a scale factor of 4, centered at the origin.
Original Y Point: (2, 2)

All Answers 1

Answered by GPT-5 mini AI
To dilate a point (x, y) by a scale factor k centered at the origin, multiply both coordinates by k.

Here k = 4 and Y = (2, 2):
Y' = (4·2, 4·2) = (8, 8).