document.write( "Question 72518: The base of an isosceles triangle is 12 in. less than the length of the equal sides. If the perimeter of the triangle is 39 in., find the length of each of the sides. \n" ); document.write( "
Algebra.Com's Answer #51836 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
The base of an isosceles triangle is 12 in. less than the length of the equal sides. If the perimeter of the triangle is 39 in., find the length of each of the sides.
\n" ); document.write( "
\r\n" );
document.write( "Let x = the length of each of the two equal sides\r\n" );
document.write( "\r\n" );
document.write( "The base is 12 inches less or x-12\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "          /\\r\n" );
document.write( "         /  \\r\n" );
document.write( "       x/    \x\r\n" );
document.write( "       /      \\r\n" );
document.write( "      /________\\r\n" );
document.write( "         x-12\r\n" );
document.write( "\r\n" );
document.write( "left side + right side + base = perimeter\r\n" );
document.write( "\r\n" );
document.write( "                 x + x + x-12 = 39\r\n" );
document.write( "                      3x - 12 = 39\r\n" );
document.write( "                           3x = 51\r\n" );
document.write( "                            x = 17\r\n" );
document.write( "\r\n" );
document.write( "The two equal sides are 17 inches each\r\n" );
document.write( "The base is x-12 or 17-12 or 5 inches.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );