document.write( "Question 883351: A rectangular field has dimesions 50 m by 40 m. A flowerbed is prepared inside the field with a gravel footpath of equal width around it. The cost of preparing the flowerbed and gravel footpath is Rs.30 and Rs. 20 per sqm respectively amounting to Rs. 52000. Find the width of the footpath. \n" ); document.write( "
Algebra.Com's Answer #533584 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
A rectangular field has dimesions 50 m by 40 m.
\n" ); document.write( "Area of filed = 50*40 2000 m^2\r
\n" ); document.write( "\n" ); document.write( "Let width of footpath be x\r
\n" ); document.write( "\n" ); document.write( "Length of flower bed = (50-2x)
\n" ); document.write( "breadth of flower bed = (40-2x)\r
\n" ); document.write( "\n" ); document.write( "Area of flower bed = (50-2x)(40-2x)
\n" ); document.write( "cost of making flower bed = 30/m^2\r
\n" ); document.write( "\n" ); document.write( "Area of footpath = area of field - area of flower bed\r
\n" ); document.write( "\n" ); document.write( "Area of foot path = (2000-(50-2x)(40-2x))
\n" ); document.write( "cost of making foot path = 20/m^2\r
\n" ); document.write( "\n" ); document.write( "Total cost = 52000\r
\n" ); document.write( "\n" ); document.write( "30(50-2x)(40-2x) +20*(2000-(50-2x)(40-2x))=52000\r
\n" ); document.write( "\n" ); document.write( "30(2000-100x-80x+4x^2)+20(2000-(2000-100x-80x+4x^2))=52000
\n" ); document.write( "60000-5400x+120x^2+ 20(2000-2000+180x-4x^2)=52000\r
\n" ); document.write( "\n" ); document.write( "60000-5400x+120x^2+ 40000-40000+3600x-80x^2)=52000\r
\n" ); document.write( "\n" ); document.write( "60000-1800x+40x^2=52000\r
\n" ); document.write( "\n" ); document.write( "40x^2-1800x+8000=0
\n" ); document.write( "/10
\n" ); document.write( "4x^2-180x+800=0
\n" ); document.write( "4x^2-160x-20x+800=0\r
\n" ); document.write( "\n" ); document.write( "4x(x-40)-20(x-40)=0
\n" ); document.write( "(x-40)(4x-20)=0\r
\n" ); document.write( "\n" ); document.write( "x=40 OR x=5\r
\n" ); document.write( "\n" ); document.write( "it cannot be 40 m since width is 40 m\r
\n" ); document.write( "\n" ); document.write( "so width = 5 m
\n" ); document.write( "
\n" );