document.write( "Question 118665: How many non-congruent triangles, each with a perimeter of 15 units, can be constructed with all integral side lengths? \n" ); document.write( "
Algebra.Com's Answer #86884 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
How many non-congruent triangles, each with a perimeter of 15 units, can be constructed with all integral side lengths?\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "We have to find all choices of positive \r\n" );
document.write( "integers x, y, and z such that\r\n" );
document.write( "\r\n" );
document.write( "x + y + z = 15\r\n" );
document.write( "\r\n" );
document.write( "x + y + z = 15\r\n" );
document.write( "x + y > z\r\n" );
document.write( "x + z > y\r\n" );
document.write( "y + z > x\r\n" );
document.write( "\r\n" );
document.write( "From\r\n" );
document.write( "x + y + z = 15\r\n" );
document.write( "    x + y = 15 - z\r\n" );
document.write( "\r\n" );
document.write( "and since x + y > z,\r\n" );
document.write( "         15 - z > z\r\n" );
document.write( "             15 > 2z\r\n" );
document.write( "            7.5 > z\r\n" );
document.write( "\r\n" );
document.write( "From\r\n" );
document.write( "x + y + z = 15\r\n" );
document.write( "    x + z = 15 - y\r\n" );
document.write( "\r\n" );
document.write( "and since x + z > y,\r\n" );
document.write( "         15 - y > y\r\n" );
document.write( "             15 > 2y\r\n" );
document.write( "            7.5 > y\r\n" );
document.write( "\r\n" );
document.write( "From\r\n" );
document.write( "x + y + z = 15\r\n" );
document.write( "    y + z = 15 - x\r\n" );
document.write( "\r\n" );
document.write( "and since y + z > x,\r\n" );
document.write( "         15 - x > x\r\n" );
document.write( "             15 > 2x\r\n" );
document.write( "            7.5 > x\r\n" );
document.write( "\r\n" );
document.write( "So all the sides are 7 or less\r\n" );
document.write( "\r\n" );
document.write( "And since to make sure they are non-congruent, \r\n" );
document.write( "\r\n" );
document.write( "we'll require that x < y < z, so\r\n" );
document.write( "\r\n" );
document.write( "x = 1 y = 7 z = 7\r\n" );
document.write( "x = 2 y = 6 z = 7\r\n" );
document.write( "x = 3 y = 5 z = 7\r\n" );
document.write( "x = 3 y = 6 z = 6\r\n" );
document.write( "x = 4 y = 4 z = 7\r\n" );
document.write( "x = 4 y = 5 z = 6\r\n" );
document.write( "x = 5 y = 5 z = 5\r\n" );
document.write( "\r\n" );
document.write( "So there are 7.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );