document.write( "Question 273573: We want to build a 600 square metre rectangular enclosure, three sides of which
\n" ); document.write( "will be built of wooden fencing at a cost of $15 per metre. The remaining side
\n" ); document.write( "will be made of cement blocks at $30 per metre. How will we set the dimensions
\n" ); document.write( "of the enclosure in order to minimize the cost of materials?
\n" ); document.write( "

Algebra.Com's Answer #199994 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
We want to build a 600 square metre rectangular enclosure,
\n" ); document.write( " three sides of which
\n" ); document.write( "will be built of wooden fencing at a cost of $15 per metre.
\n" ); document.write( " The remaining side will be made of cement blocks at $30 per metre.
\n" ); document.write( " How will we set the dimensions of the enclosure in order to minimize the cost of materials?
\n" ); document.write( ":
\n" ); document.write( "Interesting problem
\n" ); document.write( ":
\n" ); document.write( "Area:
\n" ); document.write( "L * W = 600
\n" ); document.write( "L = \"600%2FW\"
\n" ); document.write( ":
\n" ); document.write( "The wooden fencing cost
\n" ); document.write( "15(2L + W)
\n" ); document.write( ":
\n" ); document.write( "The cement block cost
\n" ); document.write( "30W
\n" ); document.write( ":
\n" ); document.write( "Total cost
\n" ); document.write( "C = 15(2L + W) + 30W
\n" ); document.write( "C = 30L + 15W + 30w
\n" ); document.write( "C = 30L + 45W
\n" ); document.write( "Replace L with 600/W
\n" ); document.write( "C = 30(600/W) + 45W
\n" ); document.write( ":
\n" ); document.write( "C = 45W + 18000/W
\n" ); document.write( "Graph this equation
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-10%2C+50%2C+-1000%2C+5000%2C+45x%2B18000%2Fx%29+\"
\n" ); document.write( "Cost is the vertical y axis and width is the x
\n" ); document.write( "Minimum cost occurs when x = 20
\n" ); document.write( "So we can say, Make the width 20 meters and the Length 30 meters (30*20=600)
\n" ); document.write( ":
\n" ); document.write( "What is the min cost:
\n" ); document.write( "15(2(30) + 20) + 30(20) =
\n" ); document.write( "15(80) + 600 = $18,000
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "You can prove this to yourself. Try other dimensions like L=25 W=24 (nearly a square)
\n" ); document.write( "15(50 + 24) + 30(24) = $1830, slightly more
\n" ); document.write( "
\n" ); document.write( "
\n" );