document.write( "Question 1137646: A farmer wants to create four rectangular corral's to separate his livestock. He has 750m of fencing to create the corrals as seen below. If the rancher wants the total area to be a maximum, what dimensions should be used to make the corral's? \n" ); document.write( "
Algebra.Com's Answer #755493 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A farmer wants to create four rectangular corral's to separate his livestock.
\n" ); document.write( " He has 750m of fencing to create the corrals as seen below.
\n" ); document.write( " If the rancher wants the total area to be a maximum, what dimensions should be used to make the corral's?
\n" ); document.write( ":
\n" ); document.write( "let L = the overall length of the corral
\n" ); document.write( "let w = the width of which there will be 5, in order to have 4 corrals
\n" ); document.write( ":
\n" ); document.write( "L + 5w = 750
\n" ); document.write( "arranged for substitution
\n" ); document.write( "L = -5w + 750
\n" ); document.write( "Area
\n" ); document.write( "A = L*w
\n" ); document.write( "replace L with (-5w+750)
\n" ); document.write( "A = (-5w+750)*w
\n" ); document.write( "A = -5w^2 + 750w, a quadratic equation where, a=-5,b=750
\n" ); document.write( "Max area occurs on the axis of symmetry, find that w = -b/(2a)
\n" ); document.write( "w = \"%28-750%29%2F%282%2A-5%29\"
\n" ); document.write( "w = +75 meters is the width for max area
\n" ); document.write( "then
\n" ); document.write( "L = -5(75) = 750
\n" ); document.write( "L = -375 + 750
\n" ); document.write( "L = 375 meters is the length
\n" ); document.write( "
\n" ); document.write( "
\n" );