document.write( "Question 78045: The lenghth of a rectangle garden is 9 ft less than 4 times its width. If the perimeter of the garden is 52 ft, find the dimensions of the garden \n" ); document.write( "
Algebra.Com's Answer #55979 by sulekha_hi(1)\"\" \"About 
You can put this solution on YOUR website!
let the width of the garden be x ft
\n" ); document.write( "length of the garden = 4x-9 ft
\n" ); document.write( "perimeter = 52 ft
\n" ); document.write( "acording to question,
\n" ); document.write( "perimeter of the rectangular garden = 2(length+breadth)
\n" ); document.write( "2(4x-9 + x)= 52
\n" ); document.write( "2 (5x-9)= 52
\n" ); document.write( "5x-9 = 26
\n" ); document.write( "5x = 26+9
\n" ); document.write( "5x=35
\n" ); document.write( "x=7
\n" ); document.write( " Width of the garden= 7 ft
\n" ); document.write( "length = 4* 7-9
\n" ); document.write( " = 19 ft
\n" ); document.write( "
\n" );