document.write( "Question 109832: A developer wants to enclose a rectangular lot that borders a city street. If the developer has 248 ft. of fence and does not fence the side bordering the street, what is the largest area that can be enclosed. \n" ); document.write( "
Algebra.Com's Answer #80028 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Let's begin by picturing what the developer will do. Taking his roll of fencing, he will \n" ); document.write( "start at the edge of the street and will go perpendicular to the street for some unknown distance. \n" ); document.write( "Call that distance x. Then he will turn the fence line 90 degrees and go parallel to the \n" ); document.write( "street some unknown distance. Call that distance y. The he will turn the fence line by \n" ); document.write( "90 degrees again and will head back to the street. If you are picturing this correctly \n" ); document.write( "you will see that the distance to return to the edge of the street must again be x, the same \n" ); document.write( "distance as he originally went away from the street. \n" ); document.write( ". \n" ); document.write( "Now we can see that in using up all 248 feet of fencing, he goes a distance x away from the \n" ); document.write( "street, a distance y parallel to the street, and a distance x back to the street. \n" ); document.write( "We can write this is equation form as: \n" ); document.write( ". \n" ); document.write( "x + y + x = 248 \n" ); document.write( ". \n" ); document.write( "and combine the two x terms to reduce it to: \n" ); document.write( ". \n" ); document.write( "2x + y = 248 \n" ); document.write( ". \n" ); document.write( "Then we can solve for y in terms of x by subtracting 2x from both sides of this equation \n" ); document.write( "to get: \n" ); document.write( ". \n" ); document.write( "y = 248 - 2x \n" ); document.write( ". \n" ); document.write( "So in terms of x we now have that one side of the rectangle is x and the other dimension \n" ); document.write( "of the rectangle is 248 - 2x. \n" ); document.write( ". \n" ); document.write( "The area (A) of this rectangle is just the product of these two dimensions. (Area of a \n" ); document.write( "rectangle is the product of length times width). \n" ); document.write( ". \n" ); document.write( "So for this rectangle we can write the Area equation as: \n" ); document.write( ". \n" ); document.write( "A = x(248 - 2x) \n" ); document.write( ". \n" ); document.write( "At this point we can do some \"thought analysis.\" If you multiply out these two terms you \n" ); document.write( "will get the quadratic equation A = 248x - 2x^2. The graph of a quadratic equation \n" ); document.write( "is a parabola, and in this case the minus sign on the x^2 term tells you that as you move \n" ); document.write( "from left to right on the graph, the parabola rises to a peak and then drops down the \n" ); document.write( "further you go ... similar to the arc traced by a football pass. \n" ); document.write( ". \n" ); document.write( "Since we are graphing the Area (vertical axis) against x (horizontal axis) we can tell \n" ); document.write( "that at some point on the graph it comes from below the x-axis, crosses it and goes positive. \n" ); document.write( "How can we tell? Easy. The area has to be a positive value, so the graph must be above the \n" ); document.write( "x-axis somewhere. The area rises to a peak and then starts to drop off as x keeps increasing. \n" ); document.write( "At some larger value of x the graph again crosses the x-axis on its way down. \n" ); document.write( ". \n" ); document.write( "Where the graph crosses the x-axis the value of the area (A) must be zero. Therefore, \n" ); document.write( "our equation becomes: \n" ); document.write( ". \n" ); document.write( "0 = x(248 - 2x) \n" ); document.write( ". \n" ); document.write( "Notice that this equation will be true if either factor equals zero. So our graph crosses \n" ); document.write( "the x-axis when x = 0 (on its way up) and again when (248 - 2x) = 0 (on its way down). \n" ); document.write( "Solving the second factor for x : \n" ); document.write( ". \n" ); document.write( "248 - 2x = 0 \n" ); document.write( ". \n" ); document.write( "Subtract 248 from both sides: \n" ); document.write( ". \n" ); document.write( "-2x = -248 \n" ); document.write( ". \n" ); document.write( "Then divide both sides by -2 to get: \n" ); document.write( ". \n" ); document.write( "x = -248/-2 = 124 \n" ); document.write( ". \n" ); document.write( "So the graph crosses the x-axis when x = 0 and when x = 124. Because the parabola \n" ); document.write( "is symmetrical the peak will be reached halfway between these two values, and the midway \n" ); document.write( "value of x between x = 0 and x = 124 occurs when x = 124/2 = 62 feet. \n" ); document.write( ". \n" ); document.write( "So the maximum area will occur when x (the distance from the edge of the street to the \n" ); document.write( "first corner in the fence) is 62 feet. Going back to our original \"picture\" of the fence, \n" ); document.write( "we can get that the length of the fence (248 feet) is now comprised of 62 feet perpendicular \n" ); document.write( "to the street, then y feet parallel to the street, and finally another 62 feet to get \n" ); document.write( "back to the street edge. So y must be 248 minus the two x-sides or 248 - 2(62) which turns \n" ); document.write( "out to be 124 feet. The area enclosed by the fence will be 62 times 124 which is 7688 sq ft. \n" ); document.write( ". \n" ); document.write( "You can check this out by supposing that x was 61 feet. If you work it out, the length of \n" ); document.write( "the fence parallel to the street will be 126 feet, and the area enclosed will therefore \n" ); document.write( "be 61 times 126 or 7686 square feet ... a little smaller than the area if x is 62 feet. \n" ); document.write( ". \n" ); document.write( "Similarly, if x is 63 feet, then the length of the fence parallel to the street will work \n" ); document.write( "out to be 122 feet, and the area enclosed will be 63 times 122 which will again result in 7686 \n" ); document.write( "square feet. Again this area is slightly smaller than the area we got when x was 62 feet. \n" ); document.write( ". \n" ); document.write( "Now that we have done this analysis (mainly to get a feel for what is going on here) we \n" ); document.write( "can return to the equation: \n" ); document.write( ". \n" ); document.write( "A = 248x - 2x^2 \n" ); document.write( ". \n" ); document.write( "Set the area equal to zero and rearrange this equation into the quadratic form of: \n" ); document.write( ". \n" ); document.write( "-2x^2 + 248x = 0 \n" ); document.write( ". \n" ); document.write( "From the quadratic formula we know that the first term for the answer to x is: \n" ); document.write( ". \n" ); document.write( "-b/(2*a) \n" ); document.write( ". \n" ); document.write( "In this standard form we can see a = -2 and b = 248. Plugging these values into the term \n" ); document.write( ". \n" ); document.write( "-b/(2*a) \n" ); document.write( ". \n" ); document.write( "results in: \n" ); document.write( ". \n" ); document.write( "-(248)/(2*-2) = -248/-4 = 62 \n" ); document.write( ". \n" ); document.write( "So using our quadratic equation and -b/(2*a) also gives us the answer 62 feet. Just another \n" ); document.write( "way of doing the problem. \n" ); document.write( ". \n" ); document.write( "In summary, the maximum area that can be enclosed is 7688 sq ft. \n" ); document.write( ". \n" ); document.write( "Hope all this discussion isn't too confusing and gives you some sense of the problem and \n" ); document.write( "how to work it. \n" ); document.write( ".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |