document.write( "Question 147724: please show how you find the distance and midpoint of the following set of points:
\n" ); document.write( "(2,radical 3) and (-3, radical 27)
\n" ); document.write( "

Algebra.Com's Answer #108154 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
It's \"sqrt%28%28y2-y1%29%5E2+%2B+%28x2-x1%29%5E2%29\"
\n" ); document.write( "= \"sqrt%28sqrt%2827%29-sqrt%283%29%29%5E2+%2B+%28-3+-+2%29%5E2%29\"
\n" ); document.write( "=\"sqrt%28%2812%29+%2B+%28-5%29%5E2%29\"
\n" ); document.write( "=\"sqrt%2837%29\"
\n" ); document.write( "----------------
\n" ); document.write( "The midpoint is
\n" ); document.write( "((x1+x2)/2,(y1+y2)/2)
\n" ); document.write( "=\"%282-3%29%2F2\",\"4%2Asqrt%283%29%2F2%29\"
\n" ); document.write( "=\"-1%2F2\",\"2sqrt%283%29%29\"
\n" ); document.write( "
\n" );