document.write( "Question 18611: 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 #8928 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
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( " let base =b
\n" ); document.write( "8 cm less than this =b-8 =one equal leg of triangle
\n" ); document.write( "perimeter=b+b-8+b-8=3b-16=29
\n" ); document.write( "3b=29+16=45
\n" ); document.write( "b=45/3=15
\n" ); document.write( "equal leg =b-8=15-8=7
\n" ); document.write( "
\n" );