We have to draw a scaled copy of ABCD.
The position of the quadrilateral will not be referenced to any coordinate.
As we need to scale it with a factor of 3, then the side AD, for example, that has a length of 1, will have an image corresponding side A'D' with length 3*1=3.
This same calculation is applied to all sides.
We can use the grid to reference the direction of each of the sides.
For example, the side DC is one unit down and one unit right. Then, the corresponding side D'C' will move 3 units down and 3 units right.
With that information, we can draw tha quadrilateral as: