document.write( "Question 18584: If you have a string of length 50 cm, what are the dimensions of the rectangle of maximum area that you can enclose with your string? Explain your reasoning. What about a string of length k cm?\r
\n" ); document.write( "\n" ); document.write( "I've gotten up to the quadratic equation for the area, which is X^2 - 25X = Area. Then you have to find the third component of the formula which I don't know how to do. Then you have to state what x and y are, and I don't really know that, either. This is finding a formula, and without information on x and y, I don't see how you can actually find the numbers.\r
\n" ); document.write( "\n" ); document.write( "The last part of question asks for a general formula, and the book says it's
\n" ); document.write( "k/4 by k/4. So, I have the answer, but no explanation, which is the most important part. This doesn't make sense unless the rectangle is a square, because with a rectangle the two k's would be different. Can you help me with this?\r
\n" ); document.write( "\n" ); document.write( "Thank you in advance.
\n" ); document.write( "-Jessie
\n" ); document.write( "

Algebra.Com's Answer #8899 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Ok, you can let x = the length of one side of the rectangle and y = the length of the other side of the rectangle.\r
\n" ); document.write( "\n" ); document.write( "The area is:\r
\n" ); document.write( "\n" ); document.write( "\"A+=+xy\"\r
\n" ); document.write( "\n" ); document.write( "and the perimeter is:\r
\n" ); document.write( "\n" ); document.write( "\"50+=+2%28x%2By%29\" Solve this in terms of y. Divide both sides by 2.
\n" ); document.write( "\"25+=+x%2By\" Subtract x from both sides.
\n" ); document.write( "\"25-x+=+y\" Now substitute this into the equation for the area.\r
\n" ); document.write( "\n" ); document.write( "\"A+=+x%2825-x%29\" Simplify.
\n" ); document.write( "\"A+=+-x%5E2+%2B+25\" What you have here is a quadratic equation whose graph is a parabola that opens downward. If you were to graph this, you would be graphing a function like: \"y+=+-x%5E2+%2B+25\" and you can see that y in this function plays the role of A, the area.
\n" ); document.write( "You want to find the value of x that would make A (or y) a maximum.
\n" ); document.write( "You could do this using differential calculus but there is a way to do it with algebra.
\n" ); document.write( "Since the graph of the quadratic is a parabola opening downward, the vertex of the parabola would be at the maximum point on the curve, right? The x-coordinate, which represents the length of the side of your rectangle, is given by:
\n" ); document.write( "\"x+=+-b%2F2a\" and this is taken from the general form of quadratic equation: \"ax%5E2+%2B+bx+%2B+c\"\r
\n" ); document.write( "\n" ); document.write( "In your quadratic equation: \"-x%5E2+%2B+25x\", a = -1, b = 25, and c = 0
\n" ); document.write( "so we can find the x-coordinate of the vertex by:\"-25%2F2%28-1%29+=+12.5\"\r
\n" ); document.write( "\n" ); document.write( "So the length (x) of the rectangle must be 12.5 cm to get the maximum area.
\n" ); document.write( "But what about the width (y)?
\n" ); document.write( "Since the perimeter is 50 cm and this is twice the (length + width), the (length + width) is 25 cm, so the width is 25 cm - the length.\r
\n" ); document.write( "\n" ); document.write( "\"x+%2B+y+=+25\"
\n" ); document.write( "\"12.5+%2B+y+=+25\"
\n" ); document.write( "\"y+=+25+-+12.5\"
\n" ); document.write( "\"y+=+12.5\"\r
\n" ); document.write( "\n" ); document.write( "So, we end up with x (the length) = 12.5 cm and y (the width) = 12.5 cm.
\n" ); document.write( "And this, of course, is a square whose sides are 12.5 cm\r
\n" ); document.write( "\n" ); document.write( "If the perimeter were k cm, then you would use the same technique and your quadratic equation would look like:\r
\n" ); document.write( "\n" ); document.write( "\"A+=+-x%5E2+%2B+wk%2F2\" and the x-coordinate of the vertex of the parabola would be:
\n" ); document.write( "\"x+=+%28-k%2F2%29%2F2%28-1%29\"
\n" ); document.write( "\"x+=+k%2F4\"\r
\n" ); document.write( "\n" ); document.write( "The sides of the rectangle then would be:
\n" ); document.write( "\"x+=+k%2F4\" and \"y+=+k%2F4\"
\n" ); document.write( "
\n" );