document.write( "Question 892291: A farmer wants to enclose a rectangular lot of using 48 meters of fencing materials. If the wall acts as one side of the fence, what is the maximum area that can be fenced? \n" ); document.write( "
Algebra.Com's Answer #806674 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! length = L \n" ); document.write( "width = W\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Assuming the wall is one length, then we have 2W + L = 48. This is maximized when W = L.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = side length \n" ); document.write( "3x = 48 \n" ); document.write( "x = 16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area = x^2 = 256 m^2 \n" ); document.write( " |