document.write( "Question 332726: Find all positive integers x for which it is possible for 2x + 3, 3x + 8, and
\n" );
document.write( "6x + 7 to be side lengths of a triangle. \n" );
document.write( "
Algebra.Com's Answer #238436 by Jk22(389)![]() ![]() You can put this solution on YOUR website! Find all positive integers x for which it is possible for 2x + 3, 3x + 8, and \n" ); document.write( "6x + 7 to be side lengths of a triangle.\r \n" ); document.write( "\n" ); document.write( "Every side should be lower than the sum of both others :\r \n" ); document.write( "\n" ); document.write( "2x+3<3x+8+6x+7=9x+15 => x>-12/7=-60/35 \n" ); document.write( "3x+8<2x+3+6x+7=8x+10 => x>-2/5=-14/35 \n" ); document.write( "6x+7<5x+11 => x<4\r \n" ); document.write( "\n" ); document.write( "hence x in [-2/5;+4] \n" ); document.write( " |