document.write( "Question 172502: you have a 1200 foot roll of fencing and a large field. You want to make 2 paddlocks by splitting a rectangle enclosure in half. What are the dimensions of the largest such enclosure \n" ); document.write( "
Algebra.Com's Answer #127423 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let width = \"w\"
\n" ); document.write( "Let length = \"l\"
\n" ); document.write( "Let area = \"A\"
\n" ); document.write( "\"3w+%2B+2l+=+1200\"
\n" ); document.write( "\"2l+=+1200+-+3w\"
\n" ); document.write( "\"l+=+%281200+-+3w%29%2F2\"
\n" ); document.write( "\"A+=+w%2Al\"
\n" ); document.write( "\"A+=+w%2A%281200+-+3w%29+%2F+2\"
\n" ); document.write( "\"A+=+600w+-+%283%2F2%29%2Aw%5E2\"
\n" ); document.write( "If I set \"A=0\" to find the roots, the
\n" ); document.write( "maximum will be at \"w%5Bmax%5D+=+-b%2F%282a%29\" which
\n" ); document.write( "is exactly 1/2 way between the roots
\n" ); document.write( "\"-%283%2F2%29%2Aw%5E2+%2B+600w+=+0\"
\n" ); document.write( "\"-b+=+-600\"
\n" ); document.write( "\"2a+=+-3\"
\n" ); document.write( "\"-b%2F%282a%29+=+-600%2F-3\"
\n" ); document.write( "\"-600%2F-3+=+200\"
\n" ); document.write( "\"w+=+200\"
\n" ); document.write( "And, since
\n" ); document.write( "\"3w+%2B+2l+=+1200\"
\n" ); document.write( "\"3%2A200+%2B+2l+=+1200\"
\n" ); document.write( "\"2l+=+600\"
\n" ); document.write( "\"l+=+300\"
\n" ); document.write( "The dimensions of the largest enclosure will
\n" ); document.write( "be when width = 200 ft and length = 300 ft
\n" ); document.write( "check answer:
\n" ); document.write( "\"3w+%2B+2l+=+1200\"
\n" ); document.write( "\"3%2A200+%2B+2%2A300+=+1200\"
\n" ); document.write( "\"600+%2B+600+=+1200\"
\n" ); document.write( "\"1200+=+1200\"
\n" ); document.write( "and
\n" ); document.write( "\"A+=+w%2Al\"
\n" ); document.write( "\"A+=+200%2A300\"
\n" ); document.write( "\"A+=+60000\" ft2
\n" ); document.write( "To see if this is max area change \"w\" and \"l\"
\n" ); document.write( "slightly but still make \"3w+%2B+2l+=+1200\" true, like
\n" ); document.write( "\"w+=+200.1\"
\n" ); document.write( "\"l+=+299.85\"
\n" ); document.write( "\"A+=+299.85%2A200.1\"
\n" ); document.write( "\"A+=+59999.985\"
\n" ); document.write( "It ends up being a little less as it should\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );