document.write( "Question 121880: Solve.\r
\n" );
document.write( "\n" );
document.write( "A garden area is 30 feet long and 20 feet wide. A path of uniform width is set around the edge. If the remaining garden area is 400 feet squared, what is the width of the path?''.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #89587 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"width of path\" __ (30-2x)(20-2x)=400 __ 600-100x+4x^2=400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2-25x+50=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "use quadratic formula to find x \n" ); document.write( " |