document.write( "Question 2562: Find the distance between each pair of points whose coordinates are given Express answers in simplest radical form and as decimal approximations to the nearest hundreth\r
\n" );
document.write( "\n" );
document.write( "1.(9,7),(1,1)
\n" );
document.write( "2.(5,2),(8,-2)
\n" );
document.write( "3.(1,-3, (1,4) \n" );
document.write( "
Algebra.Com's Answer #1085 by kiru_khandelwal(79)![]() ![]() ![]() You can put this solution on YOUR website! Distance between points with coordinates (x1,y1) and (x2,y2) is sqrt((x2-x1)*(x2-x1) + (y2-y1)*(y2-y1))\r \n" ); document.write( "\n" ); document.write( "Therefore distance between \n" ); document.write( "1) (9,7),(1,1) \n" ); document.write( "=> x2-x1 = 1-9 = -8 \n" ); document.write( "=> y2-y1 = 1-7 = -6 \n" ); document.write( "Distance between two points = sqrt ((-8)*(-8) + (-6)*(-6)) \n" ); document.write( "=> sqrt(64 + 36) => sqrt (100) => 10\r \n" ); document.write( "\n" ); document.write( "Similarly distancex between other pairs can also be found out \n" ); document.write( " |