document.write( "Question 280882: The perimeter of a triangle is 47 meters. The longest side is 3 times the shortest side. The third side is 2 meters shorter than the longest side. How long is each side? \n" ); document.write( "
Algebra.Com's Answer #204149 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! The perimeter of a triangle is 47 meters. The longest side is 3 times the shortest side. The third side is 2 meters shorter than the longest side. How long is each side?\r \n" ); document.write( "\n" ); document.write( "Let x be the length of the shortest side. Then the three sides are x, 3x and 3x-2.\r \n" ); document.write( "\n" ); document.write( "The perimeter is 47 so:\r \n" ); document.write( "\n" ); document.write( "x + 3x + (3x-2) = 47\r \n" ); document.write( "\n" ); document.write( "Solve the above equation for x and then calculate 3x and 3x-2. \n" ); document.write( " |