Find the distance between the pair of points given on the graph.

Answer:
5 units
Step-by-step explanation:
Calculate the distance d using the distance formula
d = √ (x₂ - x₁ )² + (y₂ - y₁ )²
with (x₁, y₁ ) = (- 2, - 4) and (x₂, y₂ ) = (1, 0) ← 2 points on the line
d = [tex]\sqrt{(1+2)^2+(0+4)^2}[/tex]
= [tex]\sqrt{3^2+4^2}[/tex]
= [tex]\sqrt{9+16}[/tex]
= [tex]\sqrt{25}[/tex]
= 5