document.write( "Question 292823: In a rectangular coordinate system, what is the distance from (-2,-1) to (5,3)? \r
\n" );
document.write( "\n" );
document.write( "and please show work \n" );
document.write( "
Algebra.Com's Answer #211433 by lmc22391(7)![]() ![]() ![]() You can put this solution on YOUR website! This can be solved in several ways, I prefer the distance formula, which is \n" ); document.write( "sqrt((x2-x1)^2 + (y2-y1)^2) \n" ); document.write( "Used in this problem, you would do this: \n" ); document.write( "x2=5 and x1=-2 so 5+2=7 and 7^2= 49 \n" ); document.write( "y2=3 and y1=-1 so 3+1=4 and 4^2= 16 \n" ); document.write( "add 49 and 16 and get 55 \n" ); document.write( "the distance is sqrt(55) \n" ); document.write( "which equals 7.416 \n" ); document.write( " |