document.write( "Question 331468: In a study of worker efficiency at Wong
\n" );
document.write( "Laboratories it was found that the number of components
\n" );
document.write( "assembled per hour by the average worker t hours after
\n" );
document.write( "starting work could be modeled by the formula
\n" );
document.write( "N(t)=-3t^3+23t^2+8t\r
\n" );
document.write( "\n" );
document.write( "a) Rewrite the formula by factoring the right-hand side
\n" );
document.write( "completely.
\n" );
document.write( "b) Use the factored version of the formula to find N(3).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #237559 by mananth(16949) You can put this solution on YOUR website! N(t)=-3t^3+23t^2+8t \n" ); document.write( "N(t)=-t(3t^2-23t-8) \n" ); document.write( "N(t)=-t((3t^2-24t+t-8)) \n" ); document.write( "N(t)=-t(3t(t-8)+1(t-8)) \n" ); document.write( "N(t)=-t(3t+1)(t-8) \n" ); document.write( ".. \n" ); document.write( "N(3)=-3(9+1)(3-8) \n" ); document.write( "N(3)=150 \n" ); document.write( " |