document.write( "Question 549056: The length of the base of an isosceles triangle is 10 meters less than twice the length of one of its legs. If the perimeter of the triangle is 50 meters, find the length of the base of the triangle. \n" ); document.write( "
Algebra.Com's Answer #357442 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The length of the base of an isosceles triangle is 10 meters less than twice the length of one of its legs. If the perimeter of the triangle is 50 meters, find the length of the base of the triangle. \n" ); document.write( "** \n" ); document.write( "let x=length of one of the legs \n" ); document.write( "2x-10=length of the base \n" ); document.write( "Perimeter =50=2x+2x-10 \n" ); document.write( "4x=60 \n" ); document.write( "x=15 \n" ); document.write( "2x-10=30-10=20 \n" ); document.write( "ans: \n" ); document.write( "Base=20 meters \n" ); document.write( " |