document.write( "Question 140950: The perimeter of a triangle is 24 cm. One side is 2 centimeters longer than the shortest side. The longest side is 2 centimeters less than twice the length of the shortest side. Find the length of each side of the triangle.Please help Thanks \n" ); document.write( "
Algebra.Com's Answer #102604 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"shortest side\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"One side is 2 centimeters longer than the shortest side\" __ x+2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The longest side is 2 centimeters less than twice the length of the shortest side\" __ 2x-2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The perimeter of a triangle is 24 cm\" __ x+(x+2)+(2x-2)=24 __ 4x=24 __ x=6 \n" ); document.write( " |