document.write( "Question 17330: The obelisk in the movie 2001 has the shape of a rectangular box with lengths x, 4x, and 9x, where x is a parameter.
\n" );
document.write( "The volume V of the obelisk is a polynomial expression in x of degree ___ and leading coefficient _____ .
\n" );
document.write( "In fact, V=_______ (enter an expression in ). \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #8366 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! length=x,width= 4x, and height=9x are the 3 sides of the rectangular box \n" ); document.write( "volume = length *width*height=x*4x*9x=36x^3..so degree is 3 and the leading coefficient is 36 and the formula is volume=36x^3 \n" ); document.write( " |