Question 62546: WHAT IS THE DISTANCE d(A,B) BETWEEN THE POINTS A(-1,0) AND B(4,3).
Answer by uma(370) (Show Source):
You can put this solution on YOUR website! Distance betwee the points (x1,y1) and (x2,y2) = sqrt[(x2-x1)^2 + (y2-y1)^2]
Distance betwee the points (-1,0) and (4,3) = sqrt[(4+1)^2 + (3-0)^2]
= sqrt[(5)^2 + 3^2]
= sqrt [25 + 9]
= sqrt(34)
= 5.83 units
Good Luck!!!
|
|
|