how do you use absolute value to find the distance between two points that have the same X-coordinates but different Y-coordinates? Explain.

Respuesta :

so since x coordinates are same, we just have a horizontal distance to find (no fancy slanted lines)

so what you do is
|y1-y2|=distance