Finding Distance (Same X or Y)
- Find the distance between two points on a coordinate grid when they line up straight across or straight up-and-down.
- Use subtraction and absolute value to get a positive distance between two x-values or two y-values.
- Decide whether to compare x-coordinates or y-coordinates based on whether the move is horizontal or vertical.
- Count grid units correctly to measure length on the coordinate plane.