document.write( "Question 1163322: A two-pen corral is to be built. The outline of the corral forms two
\n" );
document.write( "identical adjoining rectangles. If there is 120 m of fencing available and
\n" );
document.write( "the fence width cannot be less than 6 m, what dimensions of the corral will
\n" );
document.write( "maximize
\n" );
document.write( "the enclosed area? [round all answers to one decimal places)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "In the rectangular corral Horizontal line is the length and vertical line is the width.\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #787389 by Theo(13342)![]() ![]() You can put this solution on YOUR website! this turned my head around a few times, but i think i have it. \n" ); document.write( "the corral forms two rectangles that are joined together on one side. \n" ); document.write( "the total fencing available is 120 meters. \n" ); document.write( "the total fencing will be 2 * the length of the enclosure plus 3 times the width of the enclosure. \n" ); document.write( "the area of the enclosure is the length * width. \n" ); document.write( "let: \n" ); document.write( "L = length \n" ); document.write( "W = width \n" ); document.write( "A = area \n" ); document.write( "F = fence \n" ); document.write( "your equations are: \n" ); document.write( "F = 2L + 3W \n" ); document.write( "A = L * W \n" ); document.write( "since F = 120, you get: \n" ); document.write( "120 = 2L + 3W \n" ); document.write( "A = L * W \n" ); document.write( "from 120 = 2L + 3W, solve for L to get: \n" ); document.write( "L = (120 - 3W) / 2 \n" ); document.write( "from A = L * W, replace L with (120 - 3W) / 2 to get: \n" ); document.write( "A = (120 - 3W) / 2 * W \n" ); document.write( "simplify to get: \n" ); document.write( "A = 60 * W - 1.5 * W^2 \n" ); document.write( "rearrange the terms on the right side of thise equation by descendng order of degree to get: \n" ); document.write( "A = -1.5 * W^2 + 60 * W \n" ); document.write( "this is a quadratic equation in standard form where: \n" ); document.write( "a = -1.5 \n" ); document.write( "b = 60 \n" ); document.write( "maximum value will be when W = -b/2a = 3/60 = 20 \n" ); document.write( "when W = 20, maximum area will be -1.5 * 20^2 + 60 * 20 = 600 square meters. \n" ); document.write( "since L * W = A, then L = A / W = 600 / 20 = 30 \n" ); document.write( "you get: \n" ); document.write( "L = 30 \n" ); document.write( "W = 20 \n" ); document.write( "F = 2L + 3W becomes F = 2*30 + 3*20 = 60 + 60 = 120, so this part checks out. \n" ); document.write( "your solution is that the maximum area will be 600 square meters. \n" ); document.write( "note that the perimeter is equal to 2L + 2W, making the perimeter equal to 60 + 40 = 100 meters. \n" ); document.write( "you can graph the equation of area = -1.5 * W^2 + 60 * W by making area equal to y and W equal to x. \n" ); document.write( "the equation becomes y = -1.5 * x^2 + 60 * x \n" ); document.write( "that looks like this on the graph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |