Solution:To magnify the triangle 4 times its size while keeping point R fixed at (10,4), we can use the following formula to final the coordinates of the other two points.
New coordinate = (old coordinate- fixed point) × magnification factor + fixed point
Let's calculate the new coordinates for points P and Q - for point P:
New P = (0.0 – (10, 4)) × 4 + (10,4)
= (–10, –4) × 4 + (10, 4)
= (–40, –16) + (10, 4)
= (–30, – 12)
For point Q: New Q = (2, 2 –(10, 4)) × 4 + (10, 4) =
(–8, -2) × 4 + (10, 4)
= (–32, –8) + (10, 4)
= (–22, – 4)
So, the coordinates of the magnified triangle are: P (– 30, –12), Q (–22, –4) and R (10, 4).