document.write( "Question 1059043: A flower bed is in the shape of a triangle with one side twice the length of the shortest side, and the third side is 17 feet more than the length of the shortest side. Find the dimensions if the perimeter is 157 feet. \n" ); document.write( "
Algebra.Com's Answer #674138 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A flower bed is in the shape of a triangle with one side twice the length of the shortest side, and the third side is 17 feet more than the length of the shortest side. Find the dimensions if the perimeter is 157 feet. \n" ); document.write( "-------- \n" ); document.write( "shortest = s \n" ); document.write( "3rd = t \n" ); document.write( "other = o \n" ); document.write( "--------------------- \n" ); document.write( "Equations: \n" ); document.write( "o = 2s \n" ); document.write( "t = s + 17 \n" ); document.write( "o + s + t = 157 \n" ); document.write( "---------------------------- \n" ); document.write( "Substitute and solve for \"s\":: \n" ); document.write( "2s + s+17 + s = 157 \n" ); document.write( "---- \n" ); document.write( "4s = 140 \n" ); document.write( "s = 35 ft (shortest) \n" ); document.write( "o = 2s = 70 ft (other) \n" ); document.write( "t = s+17 = 52 ft (3rd side) \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " \n" ); document.write( " |