document.write( "Question 800985: POLYNOMIAL BOX\r
\n" );
document.write( "\n" );
document.write( "Let's say that I have a 50cm x 60cm cardboard. My problem/task is to design a box (open top) that will get the greatest capacity or maximum volume of the cardboard can get. Thus, the size of the square to be cut will be my main problem such that the box will have a maximum capacity or volume. Each side of the square is represented by x. So my question is, what is the value of x so that the volume of the box will reach its maximum?\r
\n" );
document.write( "\n" );
document.write( "OPEN TOP
\n" );
document.write( "Height = (x)
\n" );
document.write( "Length = 60-2x
\n" );
document.write( "Width = 50-2x\r
\n" );
document.write( "\n" );
document.write( "Since, V=Length x Width x Height
\n" );
document.write( "P(x)= (60-2x)(50-2x)(x)\r
\n" );
document.write( "\n" );
document.write( "Thanks in Advance! :). \n" );
document.write( "
Algebra.Com's Answer #483396 by Alan3354(69443) You can put this solution on YOUR website! Let's say that I have a 50cm x 60cm cardboard. My problem/task is to design a box (open top) that will get the greatest capacity or maximum volume of the cardboard can get. Thus, the size of the square to be cut will be my main problem such that the box will have a maximum capacity or volume. Each side of the square is represented by x. So my question is, what is the value of x so that the volume of the box will reach its maximum?\r \n" ); document.write( "\n" ); document.write( "OPEN TOP \n" ); document.write( "Height = (x) \n" ); document.write( "Length = 60-2x \n" ); document.write( "Width = 50-2x\r \n" ); document.write( "\n" ); document.write( "Since, V=Length x Width x Height \n" ); document.write( "P(x)= (60-2x)(50-2x)(x) \n" ); document.write( "--------------- \n" ); document.write( "P(x) = 4x^3 - 220x^2 + 3000x \n" ); document.write( "Find the max of the function. \n" ); document.write( "P'(x) = 12x^2 - 440x + 3000 = 0 \n" ); document.write( " \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=================== \n" ); document.write( "x = ~ 9.04 gives a volume of ~12096 cc \n" ); document.write( "The 27... value is a local minimum. \n" ); document.write( "--------- \n" ); document.write( "The function is not factorable, so I don't see a way to do it without using the derivative. \n" ); document.write( " \n" ); document.write( " |