document.write( "Question 104414: Hello, \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I need some help solving this problem:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Al's flower garden measures 25 feet by 35 feet. He has enough crushed stone to cover 325 square feet. If he uses the stone to build a path around his garden, what is the maximum possible width of the path.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #75988 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=(width of path)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area of garden with path is (25+2x)(35+2x) ... (25)(35)+120x+4x^2 \n" ); document.write( "area of garden is (25)(35) \n" ); document.write( "the difference in the areas is the area of the path ... 325\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4x^2+120x=325 ... 4x^2+120x-325=0 ... (4x+130)(x-2.5)=0 \n" ); document.write( " |