document.write( "Question 971454: You decided to build a dog house run in back corner your yard. If you only have 60 feet of fencing, what is the maximum area that you can enclose? What dimensions produce the maximum area
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #593970 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! You decided to build a dog house run in back corner your yard. If you only have 60 feet of fencing, what is the maximum area that you can enclose? What dimensions produce the maximum area \n" ); document.write( "------------- \n" ); document.write( "Max area is a circle. \n" ); document.write( "r = 60/(2pi) \n" ); document.write( "Area = pi*r^2 = 900/pi sq feet \n" ); document.write( "=~ 286.48 sq ft \n" ); document.write( " \n" ); document.write( " |