document.write( "Question 677538: A pool is three feet longer than wide. A walkway around it is two feet wide. The combined area of th walkway and pool is seventy square feet. What is the area of just the pool? \n" ); document.write( "
Algebra.Com's Answer #420956 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
\"x\" = width of the pool, in feet
\n" ); document.write( "Then,
\n" ); document.write( "\"x%2B3\" = length of the pool, in feet,
\n" ); document.write( "because the \"pool is three feet longer than wide.\"
\n" ); document.write( "
\n" ); document.write( "Also, since there are two widths of walkway on either side of the pool's width and length,
\n" ); document.write( "\"x%2B2%2B2=x%2B4\" = width of the pool plus walkway, in feet,
\n" ); document.write( "\"x%2B3%2B2%2B2=x%2B7\" = length of the pool plus walkway, in feet, and
\n" ); document.write( "\"%28x%2B4%29%28x%2B7%29=x%5E2%2B11x%2B28\" = combined area of the walkway and pool, in square feet.
\n" ); document.write( "
\n" ); document.write( "Since the \"combined area of the walkway and pool\" is \"70\" square feet,
\n" ); document.write( "\"x%5E2%2B11x%2B28=70\"
\n" ); document.write( "I can solve that equation to find a solution for \"x\" that is positive, and then use that \"x\" value to calculate the width, length, and area of just the pool, in square feet.
\n" ); document.write( "
\n" ); document.write( "\"x%5E2%2B11x%2B28=70\" --> \"x%5E2%2B11x%2B28-70=0\" --> \"x%5E2%2B11x-42=0\"
\n" ); document.write( "Factoring, \"x%5E2%2B11x-42=%28x-3%29%28x%2B14%29\" is the easiest way to solve that quadratic equation.
\n" ); document.write( "\"x%5E2%2B11x-42=0\" --> \"%28x-3%29%28x%2B14%29=0\"
\n" ); document.write( "The solution to that equation are \"x=-14\" and \"highlight%28x=3%29\"
\n" ); document.write( "The solution \"x=-14\", which is negative, is not a good number for the width of a pool in feet, so it does not lead to a solution to our problem.
\n" ); document.write( "
\n" ); document.write( "\"x=3\" = width of the pool, in feet
\n" ); document.write( "leads to
\n" ); document.write( "\"x%2B3=6\" = length of the pool, in feet, and
\n" ); document.write( "\"3%2A6=highlight%2818%29\" = area of just the pool, in square feet.
\n" ); document.write( "
\n" );