document.write( "Question 144696: If you were given three points on a coordinate plane and asked to determine if they were connected they formed:
\n" );
document.write( "How can you determine if the lines of the tirangle are connected on a scalence triangle?\r
\n" );
document.write( "\n" );
document.write( "a scalene triangle \n" );
document.write( "
Algebra.Com's Answer #105442 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! First thing to ask yourself is what is it about a triangle that would make it a scalene triangle. There are three sorts of triangles: Equilateral, isoceles, and scalene. Equilateral has 3 equal sides, isoceles has 2 equal sides, so the only thing left is a triangle with three unequal sides.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "All you need to do is compute the lengths of the three lines that connect the given points. Do this with the distance formula:\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Perform this computation for each of the three pairs of points you can form from three given points.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the sum of the two smaller lengths is equal to the longer length, then the three points are collinear and you have no triangle at all.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Assuming the points actually form a triangle, then if all three lengths are different, the triangle is scalene. \n" ); document.write( " |