document.write( "Question 327454: I saw this problem in my textbook:
\n" ); document.write( "A rectangular pool is surrounded by a walk 4 meters wide. The pool is 6 meters longer than its width. If the total area is 576 square meters more than the area of the pool, find the dimensions of the pool.
\n" ); document.write( "How do they get the answer? I've tried by making Total Area = x^2+6x+576, but have been unable to obtain the answer.
\n" ); document.write( "

Algebra.Com's Answer #234596 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A rectangular pool is surrounded by a walk 4 meters wide.
\n" ); document.write( " The pool is 6 meters longer than its width.
\n" ); document.write( " If the total area is 576 square meters more than the area of the pool,
\n" ); document.write( " find the dimensions of the pool.
\n" ); document.write( ":
\n" ); document.write( "Let x = the width of the pool
\n" ); document.write( "then
\n" ); document.write( "(x+6) = length of the pool
\n" ); document.write( ":
\n" ); document.write( "Find the area (a) of the pool
\n" ); document.write( "a = x(x+6)
\n" ); document.write( "a = x^2 + 6x; area of the pool only
\n" ); document.write( ":
\n" ); document.write( "The dimensions of the area including the 4' walkway (add 8 to each dimension)
\n" ); document.write( "(x+8) = overall width
\n" ); document.write( "(x+14) = overall length
\n" ); document.write( ":
\n" ); document.write( "Find the area (A) including the 4m walkway
\n" ); document.write( "FOIL: (x+8)(x+14)
\n" ); document.write( "A = x^2 + 22x + 112; the total area
\n" ); document.write( ":
\n" ); document.write( "\"If the total area is 576 square meters more than the area of the pool,\"
\n" ); document.write( "(x^2 + 22x + 112) - (x^2 + 6x) = 576
\n" ); document.write( "remove the brackets
\n" ); document.write( "x^2 + 22x + 112 - x^2 - 6x = 576
\n" ); document.write( "results
\n" ); document.write( "22x - 6x = 576 - 112
\n" ); document.write( ":
\n" ); document.write( "16x = 464
\n" ); document.write( "x = \"464%2F16\"
\n" ); document.write( "x = 29 m is the width of the pool
\n" ); document.write( "then
\n" ); document.write( "29 + 6 = 35 m is length
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check solution using x=29
\n" ); document.write( "29(29+6) = 1015 pool area
\n" ); document.write( "(29+8)(29+14) = 1591 overall area
\n" ); document.write( "1591 - 1015 = 576; confirms our solution
\n" ); document.write( "
\n" );