document.write( "Question 762404: the distance between the points (14, 18) and (19, 30) in the xy-plane \n" ); document.write( "
Algebra.Com's Answer #463925 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Formula: Square root(x2 - x1)^2 + (y2 - y1)^2
\n" ); document.write( " Square root(19 - 14)^2 + (30 - 18)^2
\n" ); document.write( " Square root (5)^2 + (12)^2
\n" ); document.write( " Square root 25 + 144
\n" ); document.write( " \"sqrt%28169%29\"
\n" ); document.write( " = 13.
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );