document.write( "Question 1132788: Help me solve which measurements could not represent the side lengths of a right triangle?
\n" );
document.write( "A 6cm, 8cm, 10cm
\n" );
document.write( "B12cm, 35cm, 37cm
\n" );
document.write( "C 4cm, 6cm, 10cm
\n" );
document.write( "D 10cm,24cm,26cm \n" );
document.write( "
Algebra.Com's Answer #749911 by Alan3354(69443) You can put this solution on YOUR website! c = longest side \n" ); document.write( "a & b are the other sides \n" ); document.write( "========== \n" ); document.write( "If and only if c^2 = a^2 + b^2, it's a right triangle. \n" ); document.write( " \n" ); document.write( " |