167k views
1 vote
Airport a is located at (125,-325) and airport b is located at (125,125) what is the distance between the two airports in miles?

User Nsantana
by
8.1k points

1 Answer

3 votes

Answer:

450 Miles

Step-by-step explanation:

To find the distance between the two airports, we can use the distance formula:

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

where (x1, y1) and (x2, y2) are the coordinates of the two airports.

In this case, the coordinates of airport A are (125, -325) and the coordinates of airport B are (125, 125). So we have:

distance = sqrt((125-125)^2 + (125-(-325))^2)

distance = sqrt(0^2 + 450^2)

distance = sqrt(202500)

distance = 450

Therefore, the distance between the two airports is 450 miles.

User Andrew Allen West
by
7.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.