document.write( "Question 4462: A flower bed is in the shape of a rectangle. Its length is twice its width. The bed is surrounded by a walkway 4 feet wide. If the area of the walkway is exactly twice the area of the bed, find the dimensions of the bed. \n" ); document.write( "
Algebra.Com's Answer #2029 by rapaljer(4671)\"\" \"About 
You can put this solution on YOUR website!
Begin by drawing a rectangle whose width is x, and whose length is 2x. Add another rectangle outside this rectangle that extends 4 feet in each direction from the inner rectangle. The width of the outer rectangle is x+8, and the length of the outer rectangle is 2x+8, since you have to add 4 feet TWICE in each direction.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The area of the inner rectangle is LW = x(2x) or \"2x%5E2\".
\n" ); document.write( "The area of the outer rectangle is LW = (x+8)(2x+8) or \"2x%5E2+%2B+24x+%2B+64\".
\n" ); document.write( "Area of walkway = outer area - inner area
\n" ); document.write( "= \"2x%5E2+%2B+24x+%2B+64+-+2x%5E2\"
\n" ); document.write( "= \"24x+%2B+64\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Equation: Area of walkway equals twice inner area (area of the bed):
\n" ); document.write( "\"24x+%2B+64=+2%2A%282x%5E2%29\" .
\n" ); document.write( "\"24x+%2B+64+=+4x%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Quadratic equations, so set equal to zero by subtracting 24x and 64 from both sides.
\n" ); document.write( "\"0+=+4x%5E2+-+24x+-+64+=+0\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Factor out the common factor of 4:
\n" ); document.write( "\"0=4%28x%5E2+-+6x+-+16%29+\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Factor the trinomial:
\n" ); document.write( "\"0+=+4%28x-8%29%28x%2B2%29+\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Solutions are x = 8 and x = -2, but x represents the side of a rectangle, so it cannot be negative. \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "Final answer:
\n" ); document.write( "x = 8 width of bed.
\n" ); document.write( "2x = 16 length of bed.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( "Dimensions of the walkway
\n" ); document.write( "x+8 = 16
\n" ); document.write( "2x+8= 24
\n" ); document.write( "Area of bed = \"8%2A16\" = 128 sq. ft.
\n" ); document.write( "Total area = \"16%2A24\" = 384 sq. ft.
\n" ); document.write( "Area of walk = 384 - 128 = 256 sq. ft.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Area of walk = 2(area of bed)
\n" ); document.write( "256 = 2(128)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "R^2 at SCC
\n" ); document.write( "
\n" );