document.write( "Question 1029100: Calculus:\r
\n" );
document.write( "\n" );
document.write( "A fence must be built to enclose a rectangular area of 5000 ft^2. Fencing material costs $1 per foot for the two sides facing north and south and $2 per foot for the other two sides.
\n" );
document.write( "Find the cost of the least expensive fence. \n" );
document.write( "
Algebra.Com's Answer #644144 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A fence must be built to enclose a rectangular area of 5000 ft^2. Fencing material costs $1 per foot for the two sides facing north and south and $2 per foot for the other two sides. \n" ); document.write( "Find the cost of the least expensive fence. \n" ); document.write( "-------------- \n" ); document.write( "Area:: w*h = 5000 \n" ); document.write( "----- \n" ); document.write( "Cost = 2(h + 2w) \n" ); document.write( "--------- \n" ); document.write( "Substitute for h:: \n" ); document.write( "C(w) = 2(5000/w + 2w) \n" ); document.write( "----- \n" ); document.write( "C(w) = 10,000/w + 4w \n" ); document.write( "----- \n" ); document.write( "Take the derivative: \n" ); document.write( "C'(w) = 10000(-1/w^2) + 4 \n" ); document.write( "------ \n" ); document.write( "Solve:: -10000/w^2 = -4 \n" ); document.write( "------- \n" ); document.write( "w^2 = 2500 \n" ); document.write( "width = 50 ft ; so cost is 2*($2)50 = $200 \n" ); document.write( "height = 5000/50 = 100 ft ; so cost is 2($1)100 = $200 \n" ); document.write( "====================== \n" ); document.write( "Total cost = $400.00 \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |