document.write( "Question 1035283: A triangle has sides with lengths of 5 feet, 12 feet, and 13 feet. Is it a right triangle? yes or no \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #649935 by Amrata1(11)![]() ![]() ![]() You can put this solution on YOUR website! It is a right angled triangle.\r \n" ); document.write( "\n" ); document.write( "You need to check whether Pythagoras theorem can be applied or not. \n" ); document.write( "If suppose it is a right angled triangle, \n" ); document.write( "Then hypotenuse will be the longest side. \n" ); document.write( "Here it is 13 ft.\r \n" ); document.write( "\n" ); document.write( "So check whether 5^2 + 12^2 = 13^2 . \n" ); document.write( "Since it is true, hence triangle is a right angled triangle. \n" ); document.write( " \n" ); document.write( " |