document.write( "Question 460423: There are how many triangles with perimeter 20 and integer sides such that altitudes ratio is 1:2:3 \n" ); document.write( "
Algebra.Com's Answer #315803 by robertb(5830)![]() ![]() You can put this solution on YOUR website! None.\r \n" ); document.write( "\n" ); document.write( "Let a, b, and c be the lengths of the sides of the triangle.\r \n" ); document.write( "\n" ); document.write( "Then by the given, a + b + c = 20.\r \n" ); document.write( "\n" ); document.write( "Now the altitudes being in the ratio 1:2:3 means that if x is the shortest altitude , then the longer altitude is 2x, and the longest altitude is 3x. \r \n" ); document.write( "\n" ); document.write( "Without loss of generality, let x be the altitude for a, 2x be the altitude for b, and 3x be the altitude for c.\r \n" ); document.write( "\n" ); document.write( "Then by using the area formula, we get \n" ); document.write( " \n" ); document.write( "==> c = a/3 and b = a/2.\r \n" ); document.write( "\n" ); document.write( "==> a + a/2 + a/3 = 20 \n" ); document.write( "==> \n" ); document.write( "\n" ); document.write( "Since a is not an integer, neither will b and c be. \n" ); document.write( " |