document.write( "Question 685869: In an isosceles triangle, the base is 7 more than one-half times the legs. If perimeter is 22 centimeters. Find length of each leg. \n" ); document.write( "
Algebra.Com's Answer #424619 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! In an isosceles triangle, the base is 7 more than one-half times the legs. If perimeter is 22 centimeters. Find length of each leg. \n" ); document.write( "** \n" ); document.write( "let x=length of each leg \n" ); document.write( "base+2 legs=perimeter \n" ); document.write( "(1/2)x+7+2x=22 \n" ); document.write( "x/2+7+2x=22 \n" ); document.write( "5x/2=15 \n" ); document.write( "5x=30 \n" ); document.write( "x=6 \n" ); document.write( "length of each leg=6 cm \n" ); document.write( " |