document.write( "Question 1183771: A rectangular field will be fenced on all four sides. There will also be a line of fence across the field, parallel to the shorter side. If 900m of fencing are available, what dimensions of the field will produce the maximum area? What is the maximum area?
\n" );
document.write( "Write a function f(x) to find the area, if x is the length of the fence going across the field.
\n" );
document.write( "What is the maximum area that can be enclosed by using all of the fencing material and the fence lengths? \n" );
document.write( "
Algebra.Com's Answer #814231 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Draw this. \n" ); document.write( "Long side is x and sum is 2x \n" ); document.write( "Short side is y and sum is 3y, since there is an extra fence \n" ); document.write( "We know that each short side fences is (1/3) (900-2x) or 300-(2/3)x \n" ); document.write( "the area is x*(300-(2/3)x)=300x-(2/3)x^2. This is f(x)\r \n" ); document.write( "\n" ); document.write( "and that has to be maximized \n" ); document.write( "the vertex for this negative quadratic is x=-b/2a or -300/(-4/3)=225 m \n" ); document.write( "so the dimensions are 225 m x 150 m, and the area is 33750 m^2. \n" ); document.write( "The length is 225 m and each width is 150 m \n" ); document.write( " |