document.write( "Question 242502: If a triangle has two short sides that are each three and four inches in length,how long is the longest side? \n" ); document.write( "
Algebra.Com's Answer #177538 by philline_palana(20)![]() ![]() You can put this solution on YOUR website! use pythagorean theorem: \r \n" ); document.write( "\n" ); document.write( "side a: 3 inches \n" ); document.write( "side b: 4 inches\r \n" ); document.write( "\n" ); document.write( "c = sqrt(3^2+4^2) \n" ); document.write( "c = sqrt(9+16) \n" ); document.write( "c = sqrt(25) \n" ); document.write( "c = 5 >> the longest side \n" ); document.write( " |