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)\"\" \"About 
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 = \"1800%2Fw\"
\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 \"1800%2Fw\"
\n" ); document.write( "p(w) = \"1800%2Fw\" + 2w
\n" ); document.write( ":
\n" ); document.write( "Plot this equation
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-50%2C+150%2C+-50%2C+200%2C+%281800%2Fx%29%2B2x%2C+120%29+\"
\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( "
\n" );