document.write( "Question 31441: The length of a rectangular garden is 8 ft less than 2 times its width. If the perimeter of the garden is 44 ft, find the dimensions of the garden.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #18128 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the width be x \n" ); document.write( "Let the length be 2x-8 \n" ); document.write( "together: \n" ); document.write( "2(x+2x-8)=44 \n" ); document.write( "6x-16=44 \n" ); document.write( "6x=60 \n" ); document.write( "x=10 \n" ); document.write( "2(10)-8=12 \n" ); document.write( "Hence, the length is 12ft and the width is 10ft. \n" ); document.write( "Paul. \n" ); document.write( " \n" ); document.write( " |