document.write( "Question 263396: Two sides of a triangle have the same length. The third side measures 4 m less than twice that length. The perimeter of the traiangle is 24 m. Find the lengths of the 3 sides. \n" ); document.write( "
Algebra.Com's Answer #194097 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the length of each equal side and then 2x - 4 is the length of the base. \n" ); document.write( "p = a + b + c \n" ); document.write( "24 = a + b + c \n" ); document.write( " \n" ); document.write( "step 1 - combine like terms to get \n" ); document.write( " \n" ); document.write( "step 2 - add 4 to get \n" ); document.write( " \n" ); document.write( "step 3 - divide by 4 to get \n" ); document.write( " \n" ); document.write( "the three sides are \n" ); document.write( "{7, 7, 10} \n" ); document.write( " |