You are making plans for a larger home. You are giving the builder instructions. You told him that you want your new house to be twice as big as your original house with coordinates A (2,2), B (4,2), C (4,4), D (3,5), and E (2,4). Apply a scale factor of 2 and plot your new house. Hint dilation rule (x,y) ---> {2x, 2y}

Original house coordinates:

A (2,2)
B (4,2)
C (4,4)
D (3,5)
E (2,4)

New house coordinates:
A' (2*2, 2*2) = (4,4)
B' (4*2, 2*2) = (8,4)
C' (4*2, 4*2) = (8,8)
D' (3*2, 5*2) = (6,10)
E' (2*2, 4*2) = (4,8)

New house plot:
A'(4,4)-----B'(8,4)
| |
| |
E'(4,8)----C'(8,8)
|
D'(6,10)