document.write( "Question 657894: in a triangle with vertices A(3,8) B(7,2) and C(0,1), find the length of the median drawn to the side BC \n" ); document.write( "
Algebra.Com's Answer #410040 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "triangle with vertices A(3,8) B(7,2) and C(0,1), find the length of the median drawn to the side BC
\n" ); document.write( "Midpoint of BC: Midpoint Pt(x,y): ( \"%28x%5B1%5D+%2B+x%5B2%5D%29%2F2\", \"%28y%5B1%5D+%2B+y%5B2%5D%29%2F2++%29\")
\n" ); document.write( "B(7,2) and
\n" ); document.write( "C(0,1) Midpoint (3.5,1.5)
\n" ); document.write( "the length of the median:
\n" ); document.write( "Distance: D = \"sqrt+%28%28x%5B1%5D-x%5B2%5D%29%5E2%2B%28y%5B1%5D-y%5B2%5D%29%5E2%29%29\"
\n" ); document.write( "(3.5,1.5)
\n" ); document.write( "(3,8) D = \"sqrt%28%28.5%29%5E2+%2B+%28-6.5%29%5E2%29\" \n" ); document.write( "
\n" );