I have three linear equations & they form a triangle, how do i find the triangles area?
I also have the intercept points.
I have to use the information above (equations and intercepts) to find the area.
Help please!
The equations are y=2x+2, y= -x+5 and y=1/2x-1
the intercepts are (1,4) (-2,-2) and (4,1)
First take the distance between each intercept:
d = sqrt((second x – first x) ^2 + (second y – first y)^2)
So the distance between [...]