document.write( "Question 1172105: A closed box, whose length is thrice its width, is to have a surface of 200 square cm. Find the maximum Volume of the box? \n" ); document.write( "
Algebra.Com's Answer #797012 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Total Surface Area = 6x^2 (top and bottom) + 8xh (4 sides) = 200 cm^2 \n" ); document.write( "Tot SA = 6x^2 + 8xh = 200 \n" ); document.write( "Finding 'x' value of 'h' \n" ); document.write( "8xh = 200 - 6x^2 \n" ); document.write( "h = (200 - 6x^2)/8x \n" ); document.write( "Cancelling 2 top and bottom \n" ); document.write( "h = (100 - 3x^2)/4x\r \n" ); document.write( "\n" ); document.write( "Volume = length * breadth * height (Using * for multiply) \n" ); document.write( "V= 3x * x * h \n" ); document.write( "V = 3x^2h \n" ); document.write( "Bringing in 'x' value for 'h' \n" ); document.write( "V(x) = 3x^2(100 - 3x^2)/4x \n" ); document.write( "3/4x (100 - 3x^2) \n" ); document.write( "V(x) = (300/4)x - 9x^3/4 \n" ); document.write( "Cancel down \n" ); document.write( "V(x) = 75x - 9x^3/4 \n" ); document.write( "Differentiate \n" ); document.write( "V'(x) = 75 - 27x^2/4 \n" ); document.write( "Make V'(x) = 0 \n" ); document.write( "75 - 27x^2/4 = 0 \n" ); document.write( "-27x^2/4 = - 75 \n" ); document.write( "Multiply both sides by -1 \n" ); document.write( "27x^2/4 = 75 \n" ); document.write( "27x^2 = 300 \n" ); document.write( "x^2 = 300/27 or 100/9 \n" ); document.write( "x = 10/3.\r \n" ); document.write( "\n" ); document.write( "......................................................... - 10/3 + \n" ); document.write( "Nature Table.75 - 27x^2/4 ...... + 0 - \n" ); document.write( " ........................................................... / - \ \n" ); document.write( "Maximum \n" ); document.write( "height = (100 - 3x^2)/4x \n" ); document.write( "Height = [100 - 3(10/3)^2] / 4 (10/3) \n" ); document.write( "Height = 5 cm \n" ); document.write( "Total Volume = length * breadth * height \n" ); document.write( "Total volume = 3(10/3) * (10/3) * 5 \n" ); document.write( "Total Volume = 10 * 10/3 * 5 \n" ); document.write( "Total volume = 166.66 cm^3 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " \n" ); document.write( " |