document.write( "Question 417888: An isosceles triangle is a triangle that has two sides of equal length, and the perimeter of any polygon is the sum of the side lengths of said polygon. If an isosceles triangle has a perimeter of 97 inches, and the two congruent sides are four times the sum of the third side and six, what are the lengths of the sides of the triangle? \n" ); document.write( "
Algebra.Com's Answer #292518 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let each congruent side be x \n" ); document.write( "sum of both = 2x\r \n" ); document.write( "\n" ); document.write( "third = 97-2x \n" ); document.write( ".. \n" ); document.write( "x=4(97-2x+6) \n" ); document.write( "x=4(103-2x) \n" ); document.write( "x=412-8x \n" ); document.write( "9x=412 \n" ); document.write( "/9 \n" ); document.write( "x=45.8 inches congruent sides\r \n" ); document.write( "\n" ); document.write( "45.8+45.8+b=97 \n" ); document.write( "91.6+b=97 \n" ); document.write( "b=5.4 inches third side \n" ); document.write( " |