document.write( "Question 1145205: Interior and exterior walls of 80,000 square foot rectangular warehouse cost $90 per running foot. The warehouse is to be divided into 10 rooms by four interior walls running in the x direction and one running in the y direction.\r
\n" ); document.write( "\n" ); document.write( "a) What dimension will lead to minimal total wall cost?
\n" ); document.write( "b) What is this minimal cost?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #766624 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Let x be the width (in feet) and y the length. Then

\n" ); document.write( "\"xy+=+80000\"

\n" ); document.write( "Counting interior and exterior walls, there are 12 walls in the x direction and 6 in the y direction. The number of linear feet of the walls is

\n" ); document.write( "\"12x%2B6y\"

\n" ); document.write( "We need to minimize the cost of the walls, which means minimizing the number of linear feet of the walls.

\n" ); document.write( "(1) Express the number of linear feet of walls as a function of a single variable:

\n" ); document.write( "\"y+=+80000%2Fx\"
\n" ); document.write( "\"L%28x%29+=+12x%2B6%2880000%2Fx%29+=+12x%2B480000%2Fx\"

\n" ); document.write( "(2) Find where the derivative of the function is equal to zero.

\n" ); document.write( "\"dL%2Fdx+=+12-480000%2Fx%5E2+=+0\"
\n" ); document.write( "\"12+=+480000%2Fx%5E2\"
\n" ); document.write( "\"12x%5E2+=+480000\"
\n" ); document.write( "\"x%5E2+=+40000\"
\n" ); document.write( "\"x+=+200\"

\n" ); document.write( "The total number of linear feet, and therefore the total cost of the walls, is minimum when the width is x=200 feet and the length is 80,000/x = 400 feet.

\n" ); document.write( "ANSWERS:
\n" ); document.write( "(a) width 200 feet, length 400 feet
\n" ); document.write( "(b) (12(200)+6(400))*$90 = (4800)*$90 = $432,000
\n" ); document.write( "
\n" );