document.write( "Question 725483: Ms. S. has a rectangular flower garden that measures 15 by 20 meters. She wishes to build a concrete walk of uniform width around the garden. Her budget for the project allows her to buy enough concrete to cover an area of 74 square meters. How wide can she build the walk? \n" ); document.write( "
Algebra.Com's Answer #444164 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Length of garden 15 m \n" ); document.write( "width of garden 20 m \n" ); document.write( " \n" ); document.write( "Area = 300 m^2 \n" ); document.write( "Area of sidewalk 72 m^2 \n" ); document.write( "length of garden & sidewalk 15 + 2 x \n" ); document.write( "width of garden & sidewalk 20 + 2 x \n" ); document.write( " \n" ); document.write( "( 15 + 2 x ) ( 20 + 2 x ) + -300 = 72 \n" ); document.write( " \n" ); document.write( " 300 + 30 x + 40 x + 4 X^2 + -300 = 72 \n" ); document.write( " 4 X^2 + 70 x + -72 = 0 \n" ); document.write( " Find the roots of the equation by quadratic formula \n" ); document.write( " a= 4 b= 70 c= -72 \n" ); document.write( " b^2-4ac= 4900 - -1152 \n" ); document.write( " b^2-4ac= 6052 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " x1=( -70 + 77.79 )/ 8 \n" ); document.write( " x1= 0.97 \n" ); document.write( " x2=( -70 -77.79 ) / 8 \n" ); document.write( " x2= -15.5 \n" ); document.write( " Ignore negative value \n" ); document.write( " width of sidewalk = 0.97 m \n" ); document.write( " \n" ); document.write( " |