document.write( "Question 203505: A rectangular box with not top is to contain 2250 cubic inches of volume. Find the dimensions of the box that will minimize the surface area. The length (l) of the base is three times the width (w)\r
\n" );
document.write( "\n" );
document.write( "w= inches\r
\n" );
document.write( "\n" );
document.write( "h= inches\r
\n" );
document.write( "\n" );
document.write( "l= inches\r
\n" );
document.write( "\n" );
document.write( "not sure what I am doing wrong but I am having any luck can someone please thanks \n" );
document.write( "
Algebra.Com's Answer #153588 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! \"length (l) of the base is three times the width (w)\" ___ L = 3W\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"2250 cubic inches of volume\" ___ V = L * W * H ___ 2250 = 3W * W * H ___ 750 / W^2 = H\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "surface area = (L * W) + 2 (L * H) + 2 (W * H) = 3W^2 + 4500/W + 1500/W = 3W^2 + 6000/W \n" ); document.write( "___ you need to find the minimum of this function\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "finding the slope of the curve (first derivative) and setting equal to zero -- this is the minimum \n" ); document.write( "___ 0 = 6W - 6000/(W^2) ___ 6000/(W^2) = 6W ___ 1000 = W^3 ___ 10 = W\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ L = 3(10) = 30 _____ H = 750 / (10^2) = 7.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |