document.write( "Question 1127946: Please solve this question
\n" );
document.write( " A former has 100 sheep and every sheep needs 1m2 of field on which to graze. He wants to make a rectangular field , using the smallest amount of fencing possible. What dimensions should he choose?\r
\n" );
document.write( "\n" );
document.write( "Regards \n" );
document.write( "
Algebra.Com's Answer #744399 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The smallest rectangle with the maximum surface area per unit perimeter is a square. \n" ); document.write( "Here, he needs 100 m^2 of field. \n" ); document.write( "the rectangle is x feet wide and y feet long. \n" ); document.write( "the area is xy sq ft, the perimeter is 2xy\r \n" ); document.write( "\n" ); document.write( "xy=100, x=100/y \n" ); document.write( "perimeter is 2y+200/y \n" ); document.write( "The minimum is when the derivative is 0, or when 2-200/y^2=0 \n" ); document.write( "2y^2=200 \n" ); document.write( "y^2=100 \n" ); document.write( "y=10, x=10 \n" ); document.write( "the perimeter is 40 m, and the shape is a square. \n" ); document.write( " \n" ); document.write( " |