document.write( "Question 1161458: A triangle has vertices A(3,4), B(-2,0), and C(5,0). Find the midpoint of each side, and label these midpoints D, E, and F.\r
\n" );
document.write( "\n" );
document.write( "Verify that the area of triangle ABC is four times the area of triangle DEF \n" );
document.write( "
Algebra.Com's Answer #785023 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "D(0.5,2); E(1.5,0); F(4,2) \n" ); document.write( "Area of ABC: one-half base times height = \n" ); document.write( "Area of DEF: one-half base times height = \n" ); document.write( "14/3.4 = 4 \n" ); document.write( " \n" ); document.write( " |