Question 1181033
find the distance between each pair of points (x1,y1)~(-3,-6) and (x2,y2)~(5,6)
0 solutions

Distance formula {{{ sqrt((x2-x1)^2 +(y2-y1)^2)}}}

D = {{{ sqrt((5-(-3))^2 +(6-(-6))^2)}}}

= {{{ sqrt(8^2 +12^2)}}}

= {{{sqrt(228)}}}

=15.09