document.write( "Question 156211: How do I do the following problem:\r
\n" );
document.write( "\n" );
document.write( " Use the Pythagorean Theorem to find the distance between each pair of points\r
\n" );
document.write( "\n" );
document.write( "A(0,0), B(8,6)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #115073 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 6^2+8^2=d^2 \n" ); document.write( "36+64=d^2 \n" ); document.write( "d^2=100 \n" ); document.write( "d=sqrt100 \n" ); document.write( "d=10 is the distance from (0,0) to (6,8) \n" ); document.write( "y=4x/3 \n" ); document.write( " |