document.write( "Question 41398: The volume of a box is 2p^4 + 17p^3 + 21p^2. The height is p, and the width is p + 7. What is the length? \n" ); document.write( "
Algebra.Com's Answer #26717 by rajagopalan(174)![]() ![]() You can put this solution on YOUR website! The volume of a box is 2p^4 + 17p^3 + 21p^2. \n" ); document.write( "The height is p, \n" ); document.write( "width is p + 7. \n" ); document.write( "height*width =p(p+7) =(p^2+7p) \n" ); document.write( "the length = volume/(height*width) \n" ); document.write( "= 2p^4 + 17p^3 + 21p^2/(p^2+7p) \n" ); document.write( "=2p^2+3p \n" ); document.write( "okay! \n" ); document.write( " |