Random Triangle's Area

Level pending

What is the area of the triangle with vertices at ( 3 , 2 ) (3,-2) , ( 4 , 1 ) (4,1) , and ( 1 , 6 ) (-1,6) ?


The answer is 10.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

4 solutions

Trevor B.
Feb 10, 2014

The area of a triangle in the x y xy plane with vertices at ( x 1 , y 1 ) , (x_1,y_1), ( x 2 , y 2 ) , (x_2,y_2), and ( x 3 , y 3 ) (x_3,y_3) is equal to this. 1 2 × abs ( x 1 y 1 1 x 2 y 2 1 x 3 y 3 1 ) \dfrac{1}{2}\times\text{abs}\left(\text{ }\left| \begin{array}{ccc} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{array} \right|\text{ }\right)

Plugging in the points, you get this. 1 2 × abs ( 3 2 1 4 1 1 1 6 1 ) = 1 2 × 20 = 10 \dfrac{1}{2}\times \text{abs}\left(\text{ }\left| \begin{array}{ccc} 3 & -2 & 1 \\ 4 & 1 & 1 \\ -1 & 6 & 1 \end{array} \right|\text{ }\right)=\dfrac{1}{2}\times20=\boxed{10}

Note: abs ( x ) \text{abs}(x) is the absolute value of x . x.

Trevor B. - 7 years, 4 months ago

In your solution, is it 1/2 times the determinant?

Trevor Arashiro - 6 years, 9 months ago
Finn Hulse
Feb 10, 2014

We find that the side lengths of the triangle are the square root of 10, square root of 50, and square root of 80. Plugging these values into Heron's formula we find that the area is 10.

Sumon Jose
Feb 13, 2014

Actually i used a further variation of Hero's Formula after finding the lengths of the sides using distance formula

Area = 1/4 \sqrt{4a^{2}b^{2}-(a^{2}+b^{2}-c^{2})^{2}}

lets take (3,-2) as (x1,y1) and (4,1) as (x3,y3) and (-1,6) as (x2,y2) ..... then use this equation wich is used with cordinate geomatry --------> 1/2 |x3(y1-y2) +x1 (y2-y3) +x2(y3-y1)|

great

fatima adam - 7 years, 4 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...