document.write( "Question 285807: Prove that in any triangle ABC the length x of the median from C is given by:
\n" );
document.write( "
\n" );
document.write( "I know it has to do with the law of cosines: but I'm not sure how to simplify it to this other equation. \n" );
document.write( "
Algebra.Com's Answer #207231 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x=(1/2)sqrt(2a^2+b^2-c^2) \n" ); document.write( "2x=sqrt(2a^2+2b^2-c^2) \n" ); document.write( "4x^2= (2a^2+2b^2-c^2) \n" ); document.write( "x^2= (2a^2+2b^2-c^2)/4 \n" ); document.write( "x^2=(a^2+b^2-c^2)/2 \n" ); document.write( "so to be equal x^2 must be ab \n" ); document.write( "can you take it from here? \n" ); document.write( " |