document.write( "Question 515651: An isosceles triangle
\n" );
document.write( "has a perimeter of
\n" );
document.write( "71 cm. If the base is
\n" );
document.write( "35 cm, what are the
\n" );
document.write( "lengths of the equal
\n" );
document.write( "sides? \n" );
document.write( "
Algebra.Com's Answer #344105 by plover(15) ![]() You can put this solution on YOUR website! Let the two equal sides measure x \n" ); document.write( "x+x+35=71 \n" ); document.write( "2x=71-35 \n" ); document.write( "x=36/2 \n" ); document.write( "x=18 cm \n" ); document.write( " |