document.write( "Question 458599: How do I find if a triangle is a right triangle through the side lengths 6,8,10? \n" ); document.write( "
Algebra.Com's Answer #314644 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Use the converse of the Pythagorean Theorem: If the sides of triangle satisfy \"a%5E2+%2B+b%5E2+=+c%5E2\", where c is the longest side, then the sides are that of a right triangle. \r
\n" ); document.write( "\n" ); document.write( "Incidentally, \"6%5E2+%2B+8%5E2+=+36+%2B+64+=+100+=+10%5E2\", the triangle is a right triangle.
\n" ); document.write( "
\n" );