document.write( "Question 61442This question is from textbook Calculus for the Managerial, Life, and Social Sciences
\n" ); document.write( ": A rectangular box is to have a square base and a volume of 20 feet cubed. If the material for the base costs $.30/square foot, the material for the sides costs $.10/square foot, and the material for the top costs $.20/square foot, determine the dimensions of the box that can be constructed at minimun cost. \n" ); document.write( "
Algebra.Com's Answer #42315 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
x = side of square base in feet
\n" ); document.write( "h = height of box in feet
\n" ); document.write( "cost of base = \".30x%5E2\"
\n" ); document.write( "cost of 4 sides = \".10%2A4%2Ah%2Ax\"
\n" ); document.write( "cost of tgop = \".20x%5E2\"
\n" ); document.write( "\"C+=+.3x%5E2+%2B+.4xh+%2B+.2x%5E2\"
\n" ); document.write( "\"%28x%5E2%29h+=+20\" volume of box = 20 ft3
\n" ); document.write( "\"h+=+20%2Fx%5E2\"
\n" ); document.write( "\"C+=+.3x%5E2+%2B+.4x%2A%2820%2Fx%5E2%29+%2B+.2x%5E2\"
\n" ); document.write( "\"C+=+.3x%5E2+%2B+8%2Fx+%2B+.2x%5E2\"
\n" ); document.write( "\"C+=+.5x%5E2+%2B+8%2Fx\"
\n" ); document.write( "I make a table
\n" ); document.write( "x = 1
\n" ); document.write( "C = 8.5
\n" ); document.write( "-------
\n" ); document.write( "x = 2
\n" ); document.write( "C = 6
\n" ); document.write( "-------
\n" ); document.write( "x = 3
\n" ); document.write( "C = 7.17
\n" ); document.write( "-------
\n" ); document.write( "x = 4
\n" ); document.write( "C = 10
\n" ); document.write( "-------
\n" ); document.write( "It looks like x = 2 may give a minimum cost
\n" ); document.write( "I tried x = 1.8 and x = 2.2
\n" ); document.write( "-------
\n" ); document.write( "x = 1.8
\n" ); document.write( "C = 6.06
\n" ); document.write( "-------
\n" ); document.write( "x = 2.2
\n" ); document.write( "C = 6.06
\n" ); document.write( "-------
\n" ); document.write( "so, C=6 really is a min
\n" ); document.write( "\"x%5E2h+=+20\"
\n" ); document.write( "\"4h+=+20\"
\n" ); document.write( "\"h+=+5\"
\n" ); document.write( "2x2x5 are the dimensions for min cost = $6.00
\n" ); document.write( "
\n" );