document.write( "Question 182151This question is from textbook
\n" ); document.write( ": Find the distance between the two ponts given. Round to the nearest tenth,if necessary. (5,2)and(5,-2) \n" ); document.write( "
Algebra.Com's Answer #136709 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Find the distance between the two points given. Round to the nearest tenth, if necessary. (1,1)and(3,2)
\n" ); document.write( "----------------
\n" ); document.write( "I accidentally deleted this one.
\n" ); document.write( "The distance is (always):
\n" ); document.write( "\"d+=+sqrt%28diffy%5E2+%2B+diffx%5E2%29\"
\n" ); document.write( "\"d+=+sqrt%28%282-1%29%5E2+%2B+%283-1%29%5E2%29\"
\n" ); document.write( "\"d+=+sqrt%281+%2B+4%29\"
\n" ); document.write( "\"d+=+sqrt%285%29\"
\n" ); document.write( "d =~ 2.236
\n" ); document.write( "----------------
\n" ); document.write( "Find the distance between the two ponts given. Round to the nearest tenth,if necessary. (5,2)and(5,-2)
\n" ); document.write( "Same thing.
\n" ); document.write( "d = sqrt(4)^2
\n" ); document.write( "d = 4\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );