Distance and the pythagorean theorem practice

Find the length between landmark A and landmark E

To find the length between landmark A and landmark E, we can use the Pythagorean theorem.

Let's suppose that landmark A is located at coordinates (x1, y1) and landmark E is located at coordinates (x2, y2).

The formula for the distance between two points using the Pythagorean theorem is:

distance = √((x2 - x1)^2 + (y2 - y1)^2)

So, we need the coordinates of landmark A and landmark E to calculate the distance. Once we have those coordinates, we can plug them into the formula to find the distance.