document.write( "Question 81660: Find the distance between (1,4) and (-3,1). \n" ); document.write( "
Algebra.Com's Answer #58495 by tutorcecilia(2152)\"\" \"About 
You can put this solution on YOUR website!
Use the distance formula:
\n" ); document.write( "d=\"%28sqrt%28%28x1-x2%29%5E2%2B%28y1-y2%29%5E2%29%29%29\"
\n" ); document.write( "d=\"%28sqrt%28+%281-%28-3%29%29%5E2%2B%284-1%29%5E2%29+%29\" [plug-in the values (1,4) and (-3,1)and solve]
\n" ); document.write( "d=\"%28sqrt%28%284%29%5E2%2B%283%29%5E2%29%29\"
\n" ); document.write( "d=\"%28sqrt%2816%2B9%29%29\"
\n" ); document.write( "d=\"%28sqrt%2825%29%29\"
\n" ); document.write( "d=5
\n" ); document.write( "
\n" ); document.write( "
\n" );