document.write( "Question 1080728: Find the distance between each pair of points whose coordinates are given. Express answers in simplest form.
\n" );
document.write( "(√8,√3) ( √3,-√8) \n" );
document.write( "
Algebra.Com's Answer #694833 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! distance is the sqrt ((x2-x1)^2+(y2-y1)^2) \n" ); document.write( "That is sqrt {[-sqrt(8)-sqrt (3)]^2+[sqrt(3)-sqrt(8)]^2} \n" ); document.write( "=sqrt (8+2 sqrt(24)+3+3-2sqrt(24)+8) \n" ); document.write( "=sqrt(22) \n" ); document.write( " \n" ); document.write( " |