SOLUTION: Use the Distance Formula to find the distance between each pair of points. W(-1,4) & T(4,1)

Algebra ->  Length-and-distance -> SOLUTION: Use the Distance Formula to find the distance between each pair of points. W(-1,4) & T(4,1)      Log On


   



Question 1092425: Use the Distance Formula to find the distance between each pair of points. W(-1,4) & T(4,1)
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
+d%5E2+=+%28+x%5B2%5D+-+x%5B1%5D+%29%5E2+%2B+%28+y%5B2%5D+-+y%5B1%5D+%29%5E2+%29+
+d+=+sqrt%28+%28+x%5B2%5D+-+x%5B1%5D+%29%5E2+%2B+%28+y%5B2%5D+-+y%5B1%5D+%29%5E2+%29+
and
( x[1], y[1] ) = W( -1, 4 )
( x[2], y[2] ) = T( 4, 1 )
--------------------------------
+d+=+sqrt%28+%28+4+-%28-1+%29+%29%5E2+%2B+%28+1+-+4+%29%5E2+%29+
+d+=+sqrt%28+5%5E2+%2B+%28-3%29%5E2+%29+
+d+=+sqrt%28+25+%2B+9+%29+
+d+=+sqrt%28+34+%29+
+d+=+5.831+
Check my math!