document.write( "Question 241157: \"You are told to build a rectangular fence along side a building. You have only 80 feet of fencing. The company wants the maximum amount of area enclosed. Find the dimensions that will lead to the most area\"\r
\n" );
document.write( "\n" );
document.write( "All I need is the equation and I understand the problem from that point. \n" );
document.write( "
Algebra.Com's Answer #176600 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! \"You are told to build a rectangular fence along side a building. \n" ); document.write( " You have only 80 feet of fencing. \n" ); document.write( " The company wants the maximum amount of area enclosed. \n" ); document.write( " Find the dimensions that will lead to the most area\" \n" ); document.write( ": \n" ); document.write( "Along side a building, only 3 sides required, the equation: \n" ); document.write( "L + 2W = 80 \n" ); document.write( "L = (80-2W) \n" ); document.write( ": \n" ); document.write( "Area = L * W \n" ); document.write( "A = (80-2W)*W \n" ); document.write( "A = -2W^2 + 80W \n" ); document.write( "Find the axis of symmetry for max area \n" ); document.write( " |