document.write( "Question 1120680: Suzanne has a rectangular garden which is 48 feet long and 35 feet wide. She has 1260 square foot of paving stones, and she wants to build a pathway around the border of the garden. How wide will the pathway be? \n" ); document.write( "
Algebra.Com's Answer #736345 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Suzanne has a rectangular garden which is 48 feet long and 35 feet wide. She has 1260 square foot of paving stones, and she wants to build a pathway around the border of the garden. How wide will the pathway be? \n" ); document.write( "--------- \n" ); document.write( "w = the width of the pathway. \n" ); document.write( "--> a rectangle 48+2w by 35+2w \n" ); document.write( "Area = (48+2w)*(35+2w) = 4w^2 + 166w + 1680 sq ft \n" ); document.write( "The inner rectangle is 48*35 = 1680 \n" ); document.write( "--> Area of walkway = 4w^2 + 166w \n" ); document.write( "------------- \n" ); document.write( "4w^2 + 166w = 1260 \n" ); document.write( "4w^2 + 166w - 1260 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "============= \n" ); document.write( "w = ~6.55 feet \n" ); document.write( " \n" ); document.write( " |