You can put this solution on YOUR website! 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|
If you're supposed to use the distance formula
(x1,y1)=(-3,0) and (x2,y2)=(4,0)
Happy Calculating!!!