document.write( "Question 356385: The sum of the lengths of any two sides of a triangle must be greater than the third side. If a triangle has one side that is 25 cm and a second side that is 2cm less than twice the third side,what are the possible lengths for the second and third sides? \n" ); document.write( "
Algebra.Com's Answer #254412 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "sides are 25, x and 2x-2 \r \n" ); document.write( "\n" ); document.write( "25 + x > 2x-2 \r \n" ); document.write( "\n" ); document.write( "=> 27 > x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and x + 2x-2 > 25 \r \n" ); document.write( "\n" ); document.write( "=> x > 9 \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so, one side x, where 9 > x > 27\r \n" ); document.write( "\n" ); document.write( "and another is (2x -2) \n" ); document.write( " |