document.write( "Question 1093825: What is the minimum amount of fencing needed to construct a rectangular enclosure containing 1800 square feet using a river as a natural boundary on one side? \n" ); document.write( "
Algebra.Com's Answer #708443 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! What is the minimum amount of fencing needed to construct a rectangular enclosure containing 1800 square feet using a river as a natural boundary on one side? \n" ); document.write( ": \n" ); document.write( "let L = the length \n" ); document.write( "let w = the width \n" ); document.write( ": \n" ); document.write( "Area \n" ); document.write( "L * w = 1800 \n" ); document.write( "L = \n" ); document.write( ": \n" ); document.write( "perimeter (p), only 3 sides of fence required, therefore \n" ); document.write( "p = L + 2w \n" ); document.write( "Replace L with \n" ); document.write( "p(w) = \n" ); document.write( ": \n" ); document.write( "Plot this equation \n" ); document.write( " \n" ); document.write( "minimum fencing occurs when w = 30, then L = 1800/60 = 60 \n" ); document.write( "therefore min fencing is 120 (green line). 60 + 2(30) \n" ); document.write( " |