document.write( "Question 309813: A triangle has a perimeter of 50. If 2 of its sides are equal and the third side is 5 more than the equal sides, what is the length of the third side?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #221588 by stanbon(75887) ![]() You can put this solution on YOUR website! A triangle has a perimeter of 50. If 2 of its sides are equal and the third side is 5 more than the equal sides, what is the length of the third side? \n" ); document.write( "------------------------------ \n" ); document.write( "Let the equal side length be \"x\". \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "x + x + (x+5) = 50 \n" ); document.write( "3x = 45 \n" ); document.write( "x = 15 \n" ); document.write( "--- \n" ); document.write( "3rd side = x+5 = 20 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================== \n" ); document.write( " |