document.write( "Question 168386: Please help me solve this problem:\r
\n" );
document.write( "\n" );
document.write( " A rectangular pond measures 3m by 5m. A concrete walk of uniform width is constructed around the pond. If the walk and pond together cover an area of 39m^2, how wide is the walk? \n" );
document.write( "
Algebra.Com's Answer #124118 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A rectangular pond measures 3m by 5m. A concrete walk of uniform width is constructed around the pond. If the walk and pond together cover an area of 39m^2, how wide is the walk? \n" ); document.write( ". \n" ); document.write( "Let w = width of walk \n" ); document.write( ". \n" ); document.write( "width of pond w/walk = 3+2w \n" ); document.write( "length of pond w/walk = 5+2w \n" ); document.write( ". \n" ); document.write( "39 = (3+2w)(5+2w) \n" ); document.write( "39 = 15 + 6w + 10w + 4w^2 \n" ); document.write( "39 = 15 + 16w + 4w^2 \n" ); document.write( "0 = -24 + 16w + 4w^2 \n" ); document.write( "0 = 4w^2 + 16w - 24 \n" ); document.write( "0 = w^2 + 4w - 6 \n" ); document.write( ". \n" ); document.write( "Using the quadratic equation to solve we get: \n" ); document.write( "x = {1.162, -5.162} \n" ); document.write( ". \n" ); document.write( "We can toss out the negative answer leaving us with: \n" ); document.write( "1.162 meters (width of walk) \n" ); document.write( ". \n" ); document.write( "Here's the details of the quadratic: \n" ); document.write( "
|