document.write( "Question 59987This question is from textbook Alegbra Concepts and Applications
\n" );
document.write( ": Find the distance between the two points given. Round to the nearest tenth, if necessary\r
\n" );
document.write( "\n" );
document.write( "(5,2) and (5, - 2) \n" );
document.write( "
Algebra.Com's Answer #41192 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! You could use the distance formula: \n" ); document.write( "Where: (5, 2) = (x1, y1) and (5, -2) = (x2, y2) \n" ); document.write( "But the two point lie on a vertical line (the x-coordinates for the point are the same), so it is simpler to just subtract the two y-coordinate values.\r \n" ); document.write( "\n" ); document.write( "d = y2 - y1 = -2 - 2 = -4 Take the absolute value: |-4| = 4\r \n" ); document.write( "\n" ); document.write( "The distance is 4. \n" ); document.write( " |