document.write( "Question 249858: A contractor needs 63 square feet of brick to construct a rectangular walkway. The length of the walkway is 2 feet more than the width. What is the perimeter of the walkway \n" ); document.write( "
Algebra.Com's Answer #181915 by mathhub(11)\"\" \"About 
You can put this solution on YOUR website!
Let the width be x
\n" ); document.write( "So length = x + 2
\n" ); document.write( "Thus area = x*(x+2)\r
\n" ); document.write( "\n" ); document.write( "Given Area = 63
\n" ); document.write( "=> x(x+2) = 63
\n" ); document.write( "=> x^2 + 2x - 63 = 0
\n" ); document.write( "=> x^2 + 9x - 7x -63 = 0
\n" ); document.write( "=> x(x+9) -7(x + 9) = 0
\n" ); document.write( "=>(x-7)(x+9) = 0
\n" ); document.write( "=> x = 7 or x = 9\r
\n" ); document.write( "\n" ); document.write( "Thus the width of the walkway is 7 and the length is 9. So the perimeter is
\n" ); document.write( "2*(7 + 9)
\n" ); document.write( "=2*16
\n" ); document.write( "=32
\n" ); document.write( "
\n" );