document.write( "Question 884265: the dimension of a rectangular field are 50 m by 40 m. A flower bed is prepared inside this field leaving a graval path of uniform all around the flower bed. The total cost of laying the flower bed and gravelling the path at rupees 30 and rupees 20 per square meter respectively is rupees 52000. find the widht of gravel path \n" ); document.write( "
Algebra.Com's Answer #534248 by geetha_rama(94)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the width of gravel path. \n" ); document.write( "Area of flower bed = (50-x)*(40-x) = x ^2 - 90x + 2000 \n" ); document.write( "Area of gravel path = total area - area of flowerbed \n" ); document.write( "= 2000 - (x^2 -90x + 2000) = 90x -x^2 \n" ); document.write( "Cost of laying flower bed and gravel path is 52000 \n" ); document.write( "Flower bed cost = (x^2 - 90x + 2000)×30 \n" ); document.write( "Gravel path cost =( 90x - x^2)*20 \n" ); document.write( "(x^2-90x+2000)×30+(90x-x^2)×20=52000 \n" ); document.write( "x^2 (30-20)-90x (30-20)+60000=52000 \n" ); document.write( "10x^2-900x+8000=0 \n" ); document.write( "x^2-90x+800=0 \n" ); document.write( "x^2-10x-80x+800=0 \n" ); document.write( "x=10, 80 \n" ); document.write( "Width of the gravel path is 10m \n" ); document.write( " \n" ); document.write( " |