document.write( "Question 1101442: if the vertices of a triangle are A (1,3) B (3,4) and C (1,-4) find its area.\r
\n" );
document.write( "\n" );
document.write( "A) 10
\n" );
document.write( "B) 7
\n" );
document.write( "C)9
\n" );
document.write( "D)12
\n" );
document.write( "E) 18 \n" );
document.write( "
Algebra.Com's Answer #716026 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The easiest way to solve is to draw a rectangle on the gridlines around the triangle as in the figure below. \n" ); document.write( " \n" ); document.write( "Then the area of triangle ABC will be the area of the rectangle minus the area of the outer triangles BCD and ABE \n" ); document.write( "From the figure, we see that the area of the rectangle is 8*2 = 16 \n" ); document.write( "The area of triangles BCD and ABE is 1*8 + 1/2*2 = 9 \n" ); document.write( "Therefore the area of the triangle ABC is 16 - 9 = 7 \n" ); document.write( " |