document.write( "Question 78230: Find the distance between each pair of points.
\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( "(-3, 0) and (4, 0)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #56115 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: Distance between two points in two dimensions
The distance (denoted by d) between two points in two dimensions is given by the following formula:
\n" ); document.write( "
\n" ); document.write( " \"d=sqrt%28%28x1-x2%29%5E2+%2B+%28y1-y2%29%5E2%29\"
\n" ); document.write( "
\n" ); document.write( " Thus in our case, the required distance is
\n" ); document.write( " \"d=sqrt%28%28-3-4%29%5E2+%2B+%280-0%29%5E2%29=+7+\"
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " For more on this concept, refer to Distance formula.
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );