I have a problem with a triangle question. The question is: Imagine a triangle with the points $A(-5, 0), B(-3,-7), C(2,-2)$, where the sides $AB$ and $AC$ are equal. What is the area of this triangle?
My solution is simply to draw a bounding box around the triangle with the base $ 2-(-5) = 7$ and the height of $7$ ($-7$ from $B$). This gives me the area of $\frac{49}{2}$. The answer should be $\frac{45}{2}$ according to my text book, what am I doing wrong?
Thank you.
$$7^2 - \frac{7\times 2}{ 2} -\frac{ 5 \times 5}{ 2} -\frac{2 \times 7 }{ 2} = \frac{45}{2}$$
This will be less than half the rectangle unless two of the vertices are at corners.
Method 5 here shows the calculation should be $\dfrac{7\times 7}{ 2} -\dfrac{ 2 \times 2}{ 2}$ or more generally $\dfrac{fg}{ 2} -\dfrac{vw}{ 2}$.