document.write( "Question 289182: What is the distance between points (5,-3) and (0,9) in a coordinate system?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #209546 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (5,-3) and (0,9) \n" ); document.write( "You have a right triangle with sides of x & y & an hypotenuse (distance) of c. \n" ); document.write( "x=5-0=5 \n" ); document.write( "y=9+3=12 \n" ); document.write( "x^2+y^2=c^2 \n" ); document.write( "5^2+12^2=c^2 \n" ); document.write( "25+144=c^2 \n" ); document.write( "169=c^2 \n" ); document.write( "c=sqrt169 \n" ); document.write( "c=13 ans. for the distance between these 2 points. \n" ); document.write( " |