document.write( "Question 313588: 13. Mr Fu asked a garden designer to make a square flower bed. The cost for paving the border of the flower bed is $20 per metre. The cost of the flowers and soil in the flower bed is $60 per metre^2. If the total cost of making the flower bed is $3500, find the length of a side of the flower bed. \n" ); document.write( "
Algebra.Com's Answer #224244 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Mr Fu asked a garden designer to make a square flower bed. \n" ); document.write( " The cost for paving the border of the flower bed is $20 per metre. \n" ); document.write( " The cost of the flowers and soil in the flower bed is $60 per metre^2. \n" ); document.write( " If the total cost of making the flower bed is $3500, find the length of a side of the flower bed. \n" ); document.write( ": \n" ); document.write( "Let x = length of the side of the flower bed \n" ); document.write( "then \n" ); document.write( "60x^2 = cost of the flower bed \n" ); document.write( "and \n" ); document.write( "20(4x) = 80x = cost of the border \n" ); document.write( ": \n" ); document.write( "Bed cost + border cost = total cost \n" ); document.write( "60x^2 + 80x = 3500 \n" ); document.write( "A quadratic equation \n" ); document.write( "60x^2 + 80x - 3500 = 0 \n" ); document.write( "Simplify divide by 20, results: \n" ); document.write( "3x^2 + 4x - 175 = 0 \n" ); document.write( "Factor this to \n" ); document.write( "(3x + 25)(x - 7) = 0 \n" ); document.write( "positive solution \n" ); document.write( "x = 7 meters side of the garden \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution by finding the cost \n" ); document.write( "60(7^2) = 2940 \n" ); document.write( "20(4*7) = 560 \n" ); document.write( "---------------- \n" ); document.write( "total$: 3500 \n" ); document.write( " |