document.write( "Question 89359: A garden area is 30 ft long and 20 ft wide. A path of uniform width
\n" );
document.write( "is set around the edge. If the remaining garden area is 400 ft2, what is the width of the path?\r
\n" );
document.write( "\n" );
document.write( "Taken from Beginning Algebra 6th Edition Ch. 10 Pg.835 \n" );
document.write( "
Algebra.Com's Answer #64935 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let w equal the width of the path ... the dimensions of the remaining garden area are 30-2w long and 20-2w wide\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(30-2w)(20-2w)=400 ... FOILing gives 600-100w+4w^2=400 ... dividing by 4 gives 150-25w+w^2=100 ... w^2-25w+50=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "quadratic formula gives |