document.write( "Question 164437: a rectangular storage area is to be constructed along the side of tall building, a security fence is required along the remaning three sides of the area. what is the maximum area that can be enclosed with 800 ft of fencing. \n" ); document.write( "
Algebra.Com's Answer #121148 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Call the side parallel to the building \"x\" ft
\n" ); document.write( "Then the remaining 2 sides would each be
\n" ); document.write( "\"%28800+-+x%29%2F2\" ft
\n" ); document.write( "The area can then be expressed as
\n" ); document.write( "\"A+=+x%2A%28800+-+x%29%2F2\"
\n" ); document.write( "\"A+=+%28800x+-+x%5E2%29+%2F+2\"
\n" ); document.write( "\"A+=+400x+-+x%5E2%2F2\"
\n" ); document.write( "This is a parabola which, because the coefficient of
\n" ); document.write( "\"x%5E2\" is negative, has a maximum and not a minimum
\n" ); document.write( "The maximum is at \"-%28b%2F2a%29\"
\n" ); document.write( "\"a+=+-%281%2F2%29\"
\n" ); document.write( "\"b+=+400\"
\n" ); document.write( "\"-%28b%2F2a%29+=+-%28400%2F-1%29\"
\n" ); document.write( "\"-%28400%29%2F-1+=+400\"
\n" ); document.write( "The maximum area is 400 ft2
\n" ); document.write( "I'll check by finding \"x\"
\n" ); document.write( "\"A+=+400x+-+x%5E2%2F2\"
\n" ); document.write( "\"400+=+400x+-+x%5E2%2F2\"
\n" ); document.write( "\"-x%5E2%2F2+%2B+400x+-+400+=+0\"
\n" ); document.write( "\"-x%5E2+%2B+800x+-+800+=+0\"
\n" ); document.write( "\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( "\"a+=+-1\"
\n" ); document.write( "\"b+=+800\"
\n" ); document.write( "\"c+=+-800\"
\n" ); document.write( "\"x+=+%28-800+%2B-+sqrt%28+800%5E2-4%2A%28-1%29%2A%28-800%29+%29%29%2F%282%2A%28-1%29%29+\"
\n" ); document.write( "\"x+=+%28-800+%2B-+sqrt%28+640000+-+3200+%29%29%2F-2%29+\"
\n" ); document.write( "\"x+=+%28-800+%2B-+sqrt%28+636800+%29%29%2F-2%29+\"
\n" ); document.write( "\"x+=+%28-800+%2B-+797.997%29%2F-2%29+\"
\n" ); document.write( "If I use the (+) value of the square root, I get too small a value
\n" ); document.write( "for \"x\", so I'll use the (-) square root
\n" ); document.write( "\"x+=+-1597.997%2F-2\"
\n" ); document.write( "\"x+=+798.998\"
\n" ); document.write( "The remaining sides are
\n" ); document.write( "\"1.002%2F2+-+.501\"each
\n" ); document.write( "\"A+=+798.998%2A.501\"
\n" ); document.write( "\"A+=+400.297\" The error is due to rounding off, I think\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );