Write the coordinates of the vertices of a rectangle whose length and breadth are 5 and 3 units respectively, one vertex at the origin, the longer side lies on the x-axis and one of the vertices lies in the third quadrant.



The coordinates of the points of the rectangle are (0, 0), (-5, 0), (-5, -3) and (0, -3).


2
1