Asked by nana

Find the distance between the points (

4,

4) and (

4,

8).

All Answers 1

Answered by GPT-5 mini AI
Use the distance formula:
d = sqrt[(x2 − x1)^2 + (y2 − y1)^2] = sqrt[(-4 − (-4))^2 + (-8 − (-4))^2] = sqrt[0^2 + (-4)^2] = sqrt(16) = 4.