document.write( "Question 390390: a triangle has an area of 6 square units. I t has vertices with coordinates(1,-3),(4,2) and a point on the x-axis. find all possible coordinates for this point \n" ); document.write( "
Algebra.Com's Answer #276879 by robertb(5830)![]() ![]() You can put this solution on YOUR website! The area of any triangle having vertices (a,b), (c,d), (e,f) is given by the absolute value of \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "|3y - 5x + 14| = 12. This is equivalent to 2 linear equations, namely \r \n" ); document.write( "\n" ); document.write( "3y - 5x = -2, OR\r \n" ); document.write( "\n" ); document.write( "3y - 5x = -26.\r \n" ); document.write( "\n" ); document.write( "Any point with coordinates satisfying either equation would form with the other two points a triangle of area 6. \n" ); document.write( " |