What is the distance between points (4 0) and (3 2)?

1 answer

Answer

1077971

2026-04-18 22:51

+ Follow

I'm assuming that these are 3-D coordinates A(0,0,0) and B(3,4,5) The distance formula between two points in 3 dimensions is the following: D = SQR {(x1-x2)2 + (y1-y2)2 + (z1-z2)2} D = SQR {(0-3)2 + (0-4)2 + (0-5)2} D = SQR {9+16+25} = SQR {50} D is approx. = 7.07

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.