Confused with this question, don't even know where to start
Combine a dilation of factor 2 from the x-axis and factor 3 from the y-axis to find the new coordinates of the square (0, 0), (1, 0), (1, 1), (0, 1).
P.S This is in the matrix chapter of my year 11 methods book - transformation of matrices
Any help is appreciated!
Thanks!
Using matrix method,

you can set up each point eg:

Then, multiply the two matrices to find the image

eg:
ADDED: Now, there is also an intuitive method:
Dilation of factor 2 from x-axis --> means all the y-values are multiplied by 2:
(0, 0), (1, 0), (1, 1), (0, 1) --> (0, 0), (1, 0), (1, 2), (0, 2).
Dilation of factor 3 from y-axis --> means all the x-values are multiplied by 3:
(0, 0), (1, 0), (1, 2), (0, 2) --> (0, 0), (3, 0), (3, 2), (0, 2).
Notice it is no longer a square
