document.write( "Question 351344: A flower bed is in the shape of a triangle. One side is twice the length of the shortest side,
\n" );
document.write( "and the third side is 10 feet more than the length of the shortest side. The perimeter is 38 feet.
\n" );
document.write( "Find the lengths of all three sides. \n" );
document.write( "
Algebra.Com's Answer #251065 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "Let x represent the shortest side \n" ); document.write( ". \n" ); document.write( "Question states\r \n" ); document.write( "\n" ); document.write( "x + 2x + (x + 10) = 38 ft \n" ); document.write( ". \n" ); document.write( "simplify and solve \n" ); document.write( "4x + 10 = 38ft \n" ); document.write( "4x = 28 \n" ); document.write( "x = 7 ft \n" ); document.write( "2x = 14 ft \n" ); document.write( "(x+10) = 17ft \n" ); document.write( ". \n" ); document.write( "check your answer \n" ); document.write( "7ft +14ft + 17ft = 38ft \n" ); document.write( " |