Coordinates are pairs of numbers used to name points on a grid, written in parentheses like (x,y). The first number is taken from the horizontal scale (x-axis), and the second number is from the vertical scale (y-axis). The point where the axes meet is the origin, (0,0), which is the starting point for all plotting.
The coordinates (7,8) mean: start at the origin, move 7 units right along the horizontal axis, then 8 units up.
Point A at (7,8) and Point B at (7,3) share the same horizontal position but have different vertical positions.
To plot point C at (1,3), you first move 1 unit to the right and then 3 units up from the origin.
Coordinates are a point's secret address on a grid. Just remember to walk along the horizontal hallway first to find your number, and then take the vertical elevator up to find its partner. Always go horizontal, then vertical, to pinpoint the exact location every time!