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) ![]() 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( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Graph: \n" ); document.write( " \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( " |