document.write( "Question 365082: I am struggling with a distance formula problem that has radicands in the points. I am ok with doing the distance formula d=square root of (x2-x1)sq +(y2-y1)sq.
\n" );
document.write( "the points I am trying to find the distance between are:
\n" );
document.write( "(4 square root of 2, 3 square root of 5) and (-2 square root of 2, 5 square root of 5) \n" );
document.write( "
Algebra.Com's Answer #260372 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! (4 square root of 2, 3 square root of 5) and (-2 square root of 2, 5 square root of 5) \n" ); document.write( "-------------- \n" ); document.write( "(4*sqrt(2),3*sqrt(5)) and (-2*sqrt(2),5*sqrt(5)) \n" ); document.write( "diffy = 2sqrt(5) \n" ); document.write( "diffx = 6sqrt(2) \n" ); document.write( " \n" ); document.write( "d = sqrt(92) \n" ); document.write( "d =~ 9.59 \n" ); document.write( " \n" ); document.write( " |