document.write( "Question 198520: A rectangular flower bed 30 yards long by 20 yards wide has a walk of uniform width around it. If the area of the path is 1/4 that of the flower bed, find the width of the path. \n" ); document.write( "
Algebra.Com's Answer #149044 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A rectangular flower bed 30 yards long by 20 yards wide has a walk of uniform width around it. If the area of the path is 1/4 that of the flower bed, find the width of the path. \n" ); document.write( ". \n" ); document.write( "Let w = width of path \n" ); document.write( "then \n" ); document.write( "Area of flower bed = (30)(20) = 600 sq yards \n" ); document.write( ". \n" ); document.write( "Area of flower bed and walk = (30+2w)(20+2w) \n" ); document.write( ". \n" ); document.write( "Area of path = \"area of flower bed and walk\" - \"area of flower bed\" \n" ); document.write( "Area of path = (30+2w)(20+2w) - 600 \n" ); document.write( ". \n" ); document.write( "(1/4)600 = (30+2w)(20+2w) - 600 \n" ); document.write( "150 = (30+2w)(20+2w) - 600 \n" ); document.write( "750 = (30+2w)(20+2w) \n" ); document.write( "750 = 600+60w+40w+4w^2 \n" ); document.write( "750 = 4w^2+100w+600 \n" ); document.write( "0 = 4w^2+100w-150 \n" ); document.write( "0 = 2w^2+50w-75 \n" ); document.write( "Using the quadratic equation we get: \n" ); document.write( "w = {1.42, -26.42} \n" ); document.write( "Throw out the negative solution leaves us with: \n" ); document.write( "w = 1.42 yards \n" ); document.write( ". \n" ); document.write( "Details of quadratic to follow: \n" ); document.write( "
|