Finding Distance on a Coordinate Plane
Since we're only in the first quadrant, all coordinates are positive. Distances are always positive.
Horizontal Distance (Left to Right):
- Points have the same y-coordinate
- Distance = |x₂ - x₁|
Vertical Distance (Up and Down):
- Points have the same x-coordinate
- Distance = |y₂ - y₁|
Distance Formula for Same Row/Column:
Horizontal: |x₂ - x₁| Vertical: |y₂ - y₁|
Note: | | means "absolute value" (always positive)