document.write( "Question 941557: Each of the legs of an isosceles triangle is 6 ft shorter than the base. The perimeter of the triangle is 84ft. Find the length of the base. \n" ); document.write( "
Algebra.Com's Answer #573976 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! let x be the length of base \n" ); document.write( "length of other two sides = x-6 \n" ); document.write( " perimeter ( sum of all 3 sides)= 84 ft \n" ); document.write( " x+x-6+x-6 = 84 \n" ); document.write( " 3x-12 = 84 \n" ); document.write( " move -12 to the right \n" ); document.write( " 3x=84+12 \n" ); document.write( " 3x=96 \n" ); document.write( " divide with 3 on both sides \n" ); document.write( " \n" ); document.write( " x=32 \n" ); document.write( "Length of base = 32 feet \n" ); document.write( " \n" ); document.write( " |