What is the distance between points 1 -1 and -3 5?

1 answer

Answer

1069877

2026-08-13 20:25

+ Follow

distance = sqrt( (xf-xi)2 + (yf-yi)2 ) = sqrt( ((-3) - (1))2 + ((5) - (-1))2 ) = sqrt(52)

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.