answersLogoWhite

0

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

What else can I help you with?