Question 65699
Find the distance between each pair of points:

(-3,0) and (4,0)

Since these points are both on the x axis, you can find absolute value of the difference in the x's:
d=|4-(-3)|
d=|4+3|
d=|7|
{{{highlight(d=7)}}}
If you're supposed to use the distance formula {{{highlight(d=sqrt((x2-x1)^2+(y2-y1)^2))}}}
(x1,y1)=(-3,0) and (x2,y2)=(4,0)
{{{d=sqrt((4-(-3))^2+(0-0)^2)}}}
{{{d=sqrt((7)^2+(0)^2)}}}
{{{d=sqrt(49)}}}
{{{highlight(d=7)}}}
Happy Calculating!!!