document.write( "Question 66492: Please help me answer this question.\r
\n" );
document.write( "\n" );
document.write( "A wire 36 m long is cut into two pieces. Each piece is bent to form a rectangle which is 1.0 m longer than it is wide. How long should each piece to be minimize the sum of the areas of the two rectangle? \n" );
document.write( "
Algebra.Com's Answer #47199 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A wire 36 m long is cut into two pieces. Each piece is bent to form a rectangle which is 1.0 m longer than it is wide. How long should each piece to be minimize the sum of the areas of the two rectangle? \n" ); document.write( "-------------------- \n" ); document.write( "Let the two pieces be x and 36-x \n" ); document.write( "Using the \"x\" piece to form a proper rectangle get sides of (x-1)/2 and (x+1)/2 \n" ); document.write( "This rectangle has Area=(x^2-1)/4 \n" ); document.write( "-------------- \n" ); document.write( "Using the \"36-x\" piece to for a proper rectangle get sides of \n" ); document.write( "(35-x)/2 and (37-x)/2 \n" ); document.write( "This rectangle has Area=(x^2-72x+(35)(37))/4 \n" ); document.write( "-------------- \n" ); document.write( "Adding the two area you get (1/4)(2x^2-72x+C), C is a constant \n" ); document.write( "Taking the derivative you get Area'=(1/4)(4x-72)=x-18 \n" ); document.write( "Checking for minumum you get x-18=0 or x=18 meters \n" ); document.write( "Each piece should be 18 meters. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |