document.write( "Question 1201504: An aquarium that holds 40 cubic meters of water is to be made such that the length of its base is twice the width. If material for the base costs $20 per square meter, and the material for the sides costs $16 per square meter, find the cost of the materials for the cheapest such aquarium. \n" ); document.write( "
Algebra.Com's Answer #835923 by ikleyn(52795)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "An aquarium that holds 40 cubic meters of water is to be made
\n" ); document.write( "such that the length of its base is twice the width.
\n" ); document.write( "If material for the base costs $20 per square meter, and the material for the sides
\n" ); document.write( "costs $16 per square meter, find the cost of the materials for the cheapest such aquarium.
\n" ); document.write( "~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let  w  be the width of the aquarium;\r\n" );
document.write( "then its length is 2w, according to the problem.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "If the height is h, then the volume is\r\n" );
document.write( "\r\n" );
document.write( "    V = w*(2w)*h = 2w^2*h,\r\n" );
document.write( "\r\n" );
document.write( "so\r\n" );
document.write( "\r\n" );
document.write( "    2w^2*h = 40 cubic meters, or\r\n" );
document.write( "\r\n" );
document.write( "     w^2*h = 20 cubic meters.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It gives  h = \"20%2Fw%5E2\".      (1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The base area is w*(2w) = 2w^2; the base cost is 20*2w^2 = 40w^2 dollars.\r\n" );
document.write( "\r\n" );
document.write( "The lateral area is (w + 2w + w + 2w)*h = 6wh.  The lateral sides cost is 16*6wh = 96wh dollars.\r\n" );
document.write( "\r\n" );
document.write( "The total cost is \r\n" );
document.write( "\r\n" );
document.write( "    C = 40w^2 + 96wh = substitute h from (1) = \"40w%5E2+%2B+96w%2A%2820%2Fw%5E2%29\" = \"40w%5E2\" + \"%2896%2A20%29%2Fw\" = \"40w%5E2\" + \"1920%2Fw\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, we want to minimize this function C(w) = \"40w%5E2\" + \"1920%2Fw\".    (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To find the minimum, take the derivative and equate it to zero.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Doing it, you will get, step by step\r\n" );
document.write( "\r\n" );
document.write( "    80w = \"1920%2Fw%5E2\"\r\n" );
document.write( "\r\n" );
document.write( "    80w^3 = 1920\r\n" );
document.write( "\r\n" );
document.write( "      w^3 = 1920/80 = 24\r\n" );
document.write( "\r\n" );
document.write( "    w = \"root%283%2C24%29\" = 2.88.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus the width is 2.885 m;  the length is twice of it 2*2.885 = 5.77 m.\r\n" );
document.write( "\r\n" );
document.write( "                            the height is  \"20%2Fw%5E2\" = \"20%2F2.88%5E2\" = 2.41 m.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The cheapest cost is  C = formula (2) = \"40%2A2.88%5E2\" + \"1920%2F2.88\" = 998.43 dollars.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );