document.write( "Question 350719: 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 13 more feet than the length of the shortest side. Find the dimensions if the perimeter is 181 feet.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #250718 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let shortest side = x
\n" ); document.write( "one side = 2x
\n" ); document.write( "third side = x+13
\n" ); document.write( "..
\n" ); document.write( "x+2x+x+13=181
\n" ); document.write( "4x+13=181
\n" ); document.write( "4x=181-13
\n" ); document.write( "4x=168
\n" ); document.write( "/4
\n" ); document.write( "x= 168/4
\n" ); document.write( "x=42
\n" ); document.write( "..
\n" ); document.write( "42, 84, 55 are the sides
\n" ); document.write( "
\n" );