document.write( "Question 256876: The number of people infected after t days is P=200+5t-t^2.
\n" );
document.write( "Find the number of days until the number of people infected is 176.
\n" );
document.write( "Help! What are the steps to solve this equation? \n" );
document.write( "
Algebra.Com's Answer #188912 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! We start with the equation: \n" ); document.write( " \n" ); document.write( "P = 176, so we get \n" ); document.write( " \n" ); document.write( "So, we get \n" ); document.write( " \n" ); document.write( "factoring, we get \n" ); document.write( " \n" ); document.write( "solving for t, we get \n" ); document.write( "t = 8; t = -3. \n" ); document.write( "Since time is not negative, we get \n" ); document.write( " t = 8 days \n" ); document.write( " |