Alexis is working for a GPS company. The GPS software has recently been updated with a new algorithm and Alexis needs to
check to see if it is calculating properly. Alexis places Charlotte area on a grid and finds Charlotte to be at (6,7) and Gastonia
is at (-1,4). What is the distance between them, if each unit is two miles?

Respuesta :

Answer:

2root(58) == 15.23 miles

Step-by-step explanation:

Find distance between two points --> root( (x2 - x1)^2 + (y2 - y1)^2 ) = root (3^2 + 7^2) = root ( 58), as one unit is two miles then 2* root(58) = 15.23 miles.

If you find it is helpful plz give Brainliest