document.write( "Question 66700: The length of one of the equal legs of an isosceles triangle is 8 cm less than 4 times the length of the base. If the perimeter is 29 cm, find the length of one of the equal legs. \n" ); document.write( "
Algebra.Com's Answer #47326 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! base = b \n" ); document.write( "equal sides = 4b - 8 \n" ); document.write( "b + 4b - 8 + 4b - 8 = 29 \n" ); document.write( "9b - 16 = 29 \n" ); document.write( "9b = 45 \n" ); document.write( "b = 5 \n" ); document.write( "base = 5cm \n" ); document.write( "equal sides = 12cm \n" ); document.write( " |