document.write( "Question 557145: the palmyra triangle has a perimeter of 3000 miles. the side of middle length is 3 times as long as the shortest side. the longest side is 2 times as long as the middle side. how long is each side? \n" ); document.write( "
Algebra.Com's Answer #362468 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the palmyra triangle has a perimeter of 3000 miles. the side of middle length is 3 times as long as the shortest side. the longest side is 2 times as long as the middle side. how long is each side? \n" ); document.write( "--------------------- \n" ); document.write( "Let shortest be \"x\". \n" ); document.write( "Middle is \"3x\" \n" ); document.write( "Longest = 2(3x) = \"6x\". \n" ); document.write( "---------------------------- \n" ); document.write( "Equation: \n" ); document.write( "x + 3x + 6x = 3000 \n" ); document.write( "10x = 3000 \n" ); document.write( "x = 300 miles (shortest) \n" ); document.write( "3x = 900 miles (middle) \n" ); document.write( "6x = 1800 miles (longest) \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |