document.write( "Question 937114: Two sides of a triangle have the same length. The third is 20 cm longer than each of the other sides. The perimeter is no less than 95 cm. At least how long are the sides of the triangle? \n" ); document.write( "
Algebra.Com's Answer #570561 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two sides of a triangle have the same length. The third is 20 cm longer than each of the other sides. The perimeter is no less than 95 cm. At least how long are the sides of the triangle? \n" ); document.write( "*** \n" ); document.write( "let x=length of equal sides \n" ); document.write( "x+20=length of 3rd side \n" ); document.write( "x+x+20+x≥95 \n" ); document.write( "3x≥75 \n" ); document.write( "x≥25 \n" ); document.write( "sides of the triangle≥25 \n" ); document.write( " |