document.write( "Question 823403: One side of an isosceles triangle is 12m longer than the other two sides. The perimeter is 84m. How long are the sides of triangle ? \n" ); document.write( "
Algebra.Com's Answer #495515 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! s = length of same length side \n" ); document.write( "x = the third side \n" ); document.write( "perimeter = 2s + x \n" ); document.write( "x = s + 12 The wording is unclear so we might have x = 2s + 12 \n" ); document.write( "Substituting using s + 12 for s \n" ); document.write( "perimeter = 2s + ( s + 12 ) \n" ); document.write( "perimeter = 3s + 12 \n" ); document.write( "Since perimeter is 84 \n" ); document.write( " 84 = 3s + 12 \n" ); document.write( "Subtract 12 from each side \n" ); document.write( " 72 = 3s \n" ); document.write( "Divide each side by 3 \n" ); document.write( " 24 = s \n" ); document.write( "Since x = s + 12 \n" ); document.write( " x = 24 + 12 \n" ); document.write( " x = 36 \n" ); document.write( "The two same length sides are 24, and the third side is 36. \n" ); document.write( " |