document.write( "Question 764265: John's home is at the point (7,5)and his school is at the point (4,1). Find the distance between the school and home. \n" ); document.write( "
Algebra.Com's Answer #465307 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Distance Formula:- \n" ); document.write( "Square root (x2-x1)^2 + (y2-y1)^2 \n" ); document.write( "Square root (4 - 7)^2 + (1 - 5)^2 \n" ); document.write( "Square root (-3)^2 + (-4)^2 \n" ); document.write( "Square root 9 + 16 \n" ); document.write( " = \n" ); document.write( " = 5 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |