Plot Points 3Aeaa7
1. The problem asks to plot the points (-2,1), (0,3), (3,0), and (3,5) on the Cartesian coordinate system.
2. Each point is represented as $(x,y)$ where $x$ is the horizontal coordinate and $y$ is the vertical coordinate.
3. To plot a point, start at the origin $(0,0)$, move $x$ units along the x-axis (right if positive, left if negative), then move $y$ units along the y-axis (up if positive, down if negative).
4. For point $(-2,1)$: move 2 units left and 1 unit up.
5. For point $(0,3)$: stay on the y-axis and move 3 units up.
6. For point $(3,0)$: move 3 units right on the x-axis and stay on the x-axis.
7. For point $(3,5)$: move 3 units right and 5 units up.
8. These points are correctly located as described in the problem statement.
Final answer: The points are plotted at $(-2,1)$, $(0,3)$, $(3,0)$, and $(3,5)$ on the Cartesian plane.