document.write( "Question 984463: The leg of an isosceles triangle is 6 more than twice the base, if the perimeter is 42cm find the length of its leg and its base
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #605251 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make base = 'x' \n" ); document.write( "So, Leg = 6 + 2x \n" ); document.write( "Perimeter = 2(Leg) + base \n" ); document.write( "42 = 2(6 + 2x) + x \n" ); document.write( "42 = 12 + 4x + x \n" ); document.write( "Collect like terms: \n" ); document.write( "4x + x = 42 - 12 \n" ); document.write( "5x = 30 \n" ); document.write( "x = 6 \n" ); document.write( "Base = 6cm \n" ); document.write( "Leg = 18cm \n" ); document.write( "Hope this helps you:-) \n" ); document.write( " |