document.write( "Question 947965: A triangle has a perimeter of 31 ft. If one side is five feet shorter than the longest side, and one foot longer than the shortest side, find the dimensions of the triangle. \n" ); document.write( "
Algebra.Com's Answer #578539 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A triangle has a perimeter of 31 ft. If one side is five feet shorter than the longest side, and one foot longer than the shortest side, find the dimensions of the triangle. \n" ); document.write( "longest side = x ft \n" ); document.write( "side = x-5 ft \n" ); document.write( "shortest = side - 1 = x-6 ft \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "x + (x-5) + (x-6) = 31 \n" ); document.write( "3x - 11 = 31 \n" ); document.write( "3x = 42 \n" ); document.write( "x = 14 ft (longest side) \n" ); document.write( "x-5 = 9 ft (medium side) \n" ); document.write( "x-6 = 8 ft (shortest side) \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |