document.write( "Question 41397: The volume of a box is 3p^4 + 16p^3 + 21p^2. The height is p, and the width is p + 3. What is the length? \n" ); document.write( "
Algebra.Com's Answer #26727 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! The volume of a box is 3p^4 + 16p^3 + 21p^2.=V=L*W*H\r \n" ); document.write( "\n" ); document.write( " The height is p, and the width is p + 3. What is the length? \n" ); document.write( "L=V/(W*H) \n" ); document.write( "=P^2(3P^2+16P+21)/P(P+3) \n" ); document.write( "=P(3P^2+9P+7P+21)/(P+3) \n" ); document.write( "=P{3P(P+3)+7(P+3)}/(P+3) \n" ); document.write( "=P(3P+7)(P+3)/(P+3) \n" ); document.write( "=P(3P+7) \n" ); document.write( " |