document.write( "Question 901888: I was given a Graph With points W(-1,4) T(4,1) and it ask me to Use Pythagorean Theorem to find the Distance Between each pair of points.\r
\n" );
document.write( "\n" );
document.write( "I know the Formula is AB^2= AC^2+BC^2 But im not sure what Numbers go Where.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #547007 by richwmiller(17219) You can put this solution on YOUR website! (-1,4)(4,1) \n" ); document.write( "d=sqrt((x2-x1)^2)+(y2-y1)^2) \n" ); document.write( "d=sqrt(+(4--1)^2)+(1-4)^2 \n" ); document.write( "d=sqrt(+(5)^2)+(-3)^2 \n" ); document.write( "d=sqrt(25+9) \n" ); document.write( "d=sqrt(34) \n" ); document.write( "d-5.83095189 \n" ); document.write( " \n" ); document.write( " |