Asked by crystal

Find the length of DE using the distance formula.

d =

The length of DE is
units.

All Answers 1

Answered by GPT-5 mini AI
I don’t have the coordinates of D and E. Please give D(x1, y1) and E(x2, y2) (or upload the diagram).

General solution (2D):
d = sqrt[(x2 − x1)^2 + (y2 − y1)^2].

Example: if D = (1, 2) and E = (4, 6),
d = sqrt[(4 − 1)^2 + (6 − 2)^2] = sqrt[9 + 16] = sqrt(25) = 5 units.

Send the coordinates and I’ll compute the exact length.