document.write( "Question 217905: The lengths of the sides of a triangle are all whole numbers. The triangle has a perimeter (distance around the shape) of M units. If someone gives you a value for M, determine the shortest possible length of a side.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "this is a problem my teacher asigned us for the wekkend i have worked on it for two hourrs but nothing is making sense. im not sure what to do at all. PLEASE HELP ME \n" );
document.write( "
Algebra.Com's Answer #164225 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the sides are all whole numbers (so M must also be a whole number)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the smallest (non-zero) whole number is 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in a triangle, the sum of any two sides must be greater than the third side; otherwise the triangle doesn't \"close up\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so 3 is the smallest possible value for M ___ with a side of 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "M=4 doesn't close ___ 1+1 is NOT greater than 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "M=5 ; 2, 2, 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "M=6 ; 3, 2, 1 doesn't close ___ but 2, 2, 2 works\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "M=7 ; 3, 3, 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "M=8 ; 4, 3, 1 doesn't close ___ but 3, 3, 2 works\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it looks like: \n" ); document.write( "___ if M is odd, then the shortest side is 1 \n" ); document.write( "___ if M is even (except for 4), then the shortest side is 2 \n" ); document.write( " |