document.write( "Question 453862: A rectangular field having an area of 2700 m^2 is to be enclosed by a fence, and an additional fence is to be used to divide the field in the middle. The cost of the fence down the middle is $24 per running meter, and the fence along the sides cost $36 per running meter. Estimate the dimensions of the field so that the total cost of the fencing material is least.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #311913 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A rectangular field having an area of 2700 m^2 is to be enclosed by a fence, and
\n" ); document.write( " an additional fence is to be used to divide the field in the middle.
\n" ); document.write( " The cost of the fence down the middle is $24 per running meter, and the fence
\n" ); document.write( " along the sides cost $36 per running meter.
\n" ); document.write( "Estimate the dimensions of the field so that the total cost of the fencing material is least.
\n" ); document.write( ":
\n" ); document.write( "the area
\n" ); document.write( "L * W = 2700
\n" ); document.write( "L = \"2700%2FW\"
\n" ); document.write( ":
\n" ); document.write( "The perimeter
\n" ); document.write( "p = 2L + 2W + W; (3rd width down the middle)
\n" ); document.write( "Cost = 36(2L) + 36(2W) + 24W
\n" ); document.write( "C = 72L + 72W + 24W
\n" ); document.write( "C = 72L + 96W
\n" ); document.write( "Replace L with \"2700%2FW\"
\n" ); document.write( "C = 72*\"2700%2FW\" + 96W
\n" ); document.write( "C = \"194400%2FW\" + 96W
\n" ); document.write( "Graph this:
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-20%2C+80%2C+-1000%2C+15000%2C+96x%2B%28194400%2Fx%29%29+\"
\n" ); document.write( ":
\n" ); document.write( "looks like min cost occurs when the width is 45 meters
\n" ); document.write( "then
\n" ); document.write( "length = 2700/45 = 60 meters
\n" ); document.write( "therefore
\n" ); document.write( "36(2*60) + 36(2*45) + 24(45) = $8640 is the min cost
\n" ); document.write( "
\n" );