document.write( "Question 236627: A triangle has a perimeter of 84 cm. each of the 2 longer sides of the triangle is 3 times as long as the shortest side. Find the length of each side of the triangle. \n" ); document.write( "
Algebra.Com's Answer #174133 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A triangle has a perimeter of 84 cm. each of the 2 longer sides of the triangle is 3 times as long as the shortest side. Find the length of each side of the triangle. \n" ); document.write( "---------- \n" ); document.write( "Let the shortest side have length \"x\". \n" ); document.write( "2nd side is 3x \n" ); document.write( "3rd side is 3x \n" ); document.write( "------------------- \n" ); document.write( "Equation: \n" ); document.write( "side + side + side = perimeter \n" ); document.write( "x + 3x + 3x = 84 \n" ); document.write( "7x = 84 \n" ); document.write( "x = 12 \n" ); document.write( "---- \n" ); document.write( "shortest side = x = 12 cm \n" ); document.write( "2nd side = 3x = 3*12 = 36 cm \n" ); document.write( "3rd side = 3x = 36 cm\r \n" ); document.write( "\n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |