document.write( "Question 33467This question is from textbook
\n" );
document.write( ": triangle ABC has vertices at A(7,-4) B(-1,2) C(5,-6). determine whether the triangle has three, two, or no sides that are equal in length \r
\n" );
document.write( "\n" );
document.write( "d= distance fromula \n" );
document.write( "
Algebra.Com's Answer #19924 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! The vertices are at A(7,-4); B(-1,2); C(5,-6); \n" ); document.write( "Length AB = Distance between (7,-4) and (-1,2) = Sqrt(64+36) = 10; \n" ); document.write( "Length BC = Distance between (-1,2) and (5,-6) = Sqrt(64+36) = 10; \n" ); document.write( "Length CA = Distance between (7,-4) and (5,-6) = Sqrt(4+4) = 2 sqrt(2); \n" ); document.write( "Answer: The traingle has two equal sides. \n" ); document.write( " \n" ); document.write( " |