document.write( "Question 47863: the volume of a fudge tin must be 120 cubic centimeters. The tin is 7 centimeters longerthan it is wide and six times longer than it is tall
\n" ); document.write( "wtrite a polynomial equation that expresses the volume of the tin
\n" ); document.write( "Use the polynomial to determine thedimensions of the tin
\n" ); document.write( "

Algebra.Com's Answer #31649 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
width = w
\n" ); document.write( "length = w + 7
\n" ); document.write( "lenght = 6(height) so: height = (w + 7)/6
\n" ); document.write( "Polynomial:
\n" ); document.write( "\"w%28w+%2B+7%29%28w+%2B+7%29%2F6+=+120\"
\n" ); document.write( "\"%28w%5E2+%2B+7w%29%28w+%2B+7%29+=+720\"
\n" ); document.write( "\"w%5E3+%2B+14w%5E2+%2B+49w+-+720+=+0\"
\n" ); document.write( "Graph:
\n" ); document.write( "\"graph%28600%2C600%2C-20%2C20%2C-20%2C20%2Cx%5E3%2B14x%5E2%2B49x-720%2C0%29\"
\n" ); document.write( "w = 5
\n" ); document.write( "width = w = 5 cm
\n" ); document.write( "length = w + 7 = 5 + 7 = 12 cm
\n" ); document.write( "height = (w + 7)/6 = (12)/6 = 2 cm
\n" ); document.write( "
\n" );