What is the distance between this pair of points 0 4 and -4 6?

1 answer

Answer

1240850

2026-05-11 02:20

+ Follow

Distance = sqrt [(Y2 - Y1)2 + (X2 - X1)2]

Distance = sqrt [(6 - 4)2 + (- 4 - 0)2]

Distance = sqrt [(2)2 + (- 4)2]

Distance = sqrt(4 + 16)

Distance = sqrt(20)

==============

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.