document.write( "Question 681833: find the leangth of the line segment joining the following pairs of points:
\n" );
document.write( "(a,0)and(0,b) \n" );
document.write( "
Algebra.Com's Answer #422820 by mananth(16949) You can put this solution on YOUR website! Distance between two points \n" ); document.write( "x1 y1 x2 y2 \n" ); document.write( " \n" ); document.write( "a 0 0 b \n" ); document.write( "d= \n" ); document.write( "\n" ); document.write( "d= \n" ); document.write( "\n" ); document.write( "d= \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |