document.write( "Question 186129: The volume of a carpet that is rolled up can be estimated by the polynomial
\n" );
document.write( "πR^2h - πr^2h\r
\n" );
document.write( "\n" );
document.write( "a) factor the polynomial
\n" );
document.write( "b) Use both the original and the factored forms to find the volume of a roll for which R =50cm, r =10cm, and h =4m. Use 3.14 for π. \n" );
document.write( "
Algebra.Com's Answer #139572 by edjones(8007) You can put this solution on YOUR website! πR^2h - πr^2h=(3.14*50^2*4)-(3.14*10^2*4)=31400-1256=30144 \n" ); document.write( ". \n" ); document.write( "πR^2h - πr^2h \n" ); document.write( "=pi*h(R^2-r^2) \n" ); document.write( "=3.14*4(2500-100) \n" ); document.write( "=12.56*2400 \n" ); document.write( "=30144 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |