Answer:
A (1, 3) => A (.5, 1.5); B (1, 6) => B (.5, 3); C (4, 6) => C (2, 3); D (5, 2) => D (2.5, 1);
Explanation:
Take the points and divide the (x, y) by 2, the same as multiplying by 1/2. You get the points you see above.
5.2m questions
6.7m answers