document.write( "Question 998308: the perimeter of a triangle is 73 inches. If two sides are of equal length and the third side is 7 inches longer than the others, find the length of the three sides \n" ); document.write( "
Algebra.Com's Answer #616108 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call one of the equal sides x. Then the three sides are \n" ); document.write( "x,x, and x+7...they add to 73, so \n" ); document.write( "X + x + x + 7 = 73 \n" ); document.write( "3x + 7 = 73 \n" ); document.write( "3x = 66 \n" ); document.write( "x = 22 \n" ); document.write( "The sides are 22, 22, and 29. \n" ); document.write( " |