Problem: The vertices of the base of an isosceles triangle are $(-1,-2)$ and $(1,4)$. If the third vertex lies on the line $4x + 3y = 12$, find the area of the triangle.
Attempt 1 : Convert $4x + 3y = 12$ to point slope form which is $(y-0) = \frac{-4}{3}(x-3)$ then use (0,3) and the two given coordinates to solve the area by using the area by its coordinates formula but got the wrong answer.
Attempt 2: get the distances between $(-1,-2)$ and $(1,4)$, between $4x + 3y = 12$ and $(-1,-2)$ and between $4x + 3y = 12$ and $(1,4)$ to get sides a,b, and c to get the area by heron's formula but again resulted to the wrong answer.
Question: How to answer this? I think it has just something to do with converting $4x - 3y =12$ to standard form to get its coordinates or something. Any help would be appreciated.