document.write( "Question 678996: 2 sides of a triangle have lengths 9 and 12. Given that the third side of the triangle also has an integer length, what is the maximum possible perimeter of the triangle?\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #421741 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! The max would occur when the third side is the hypo. \n" ); document.write( "Use c^2 = 12^2 + 9^2 \n" ); document.write( "and get \n" ); document.write( "c = 15. \n" ); document.write( "The max perimeter is the sum of 9, 12, and 15 or 36 units \n" ); document.write( " |