document.write( "Question 428258: A farmer wants to enclose two adjacent rectangular regions next to a river, one sheep and one for cattle. No fencing is needed next to the river, but fencing must be used to divide the sheep pen for the cattle pen. The farmer has 60 meters of fencing in all. What is the area of the largest region that can be enclosed? \n" ); document.write( "
Algebra.Com's Answer #297750 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A farmer wants to enclose two adjacent rectangular regions next to a river, one sheep and one for cattle. No fencing is needed next to the river, but fencing must be used to divide the sheep pen for the cattle pen. The farmer has 60 meters of fencing in all. What is the area of the largest region that can be enclosed? \n" ); document.write( ": \n" ); document.write( "From the information given, we will need 3 widths and 1 length \n" ); document.write( ": \n" ); document.write( "L + 3W = 60 \n" ); document.write( "L = (60-3W) \n" ); document.write( "; \n" ); document.write( "Area \n" ); document.write( "A = L*W \n" ); document.write( "Replace L with (60-3W) \n" ); document.write( "A = W(60-3W) \n" ); document.write( "A = -3W^2 + 60W \n" ); document.write( "max area occurs at the axis of symmetry, (x=-b/(2a)), in this equation a=-3, b=60 \n" ); document.write( "W = \n" ); document.write( "W = + 10 meters is the width \n" ); document.write( "Find the Length \n" ); document.write( "60 - 3(10) = 30 meters is the length \n" ); document.write( ": \n" ); document.write( "Max area: 30 * 10 = 300 sq/meters \n" ); document.write( " \n" ); document.write( " |