document.write( "Question 6373: the length of a rectangular garden is 1 ft less than 3 times its width. If the perimeter of the garden is 46 ft, what is the dimensions of the garden \n" ); document.write( "
Algebra.Com's Answer #3420 by minerva(22)\"\" \"About 
You can put this solution on YOUR website!
breadth=x
\n" ); document.write( "length=3x-1
\n" ); document.write( "perimeter=2(l+b)=46\r
\n" ); document.write( "\n" ); document.write( "46=2(3x-1+x)
\n" ); document.write( "46=2(4x-1)
\n" ); document.write( "46=8x-2
\n" ); document.write( "46+2=8x
\n" ); document.write( "48/8=x
\n" ); document.write( "breadth = x=6 feet
\n" ); document.write( "so length=6 X 3 - 1
\n" ); document.write( "length=17
\n" ); document.write( "length=17 feet
\n" ); document.write( "
\n" ); document.write( "
\n" );