document.write( "Question 246626:
\n" );
document.write( " The number of people infected after t days is P = 200 + 5t - t2. Find the number of days until the number of people infected is 176.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #180026 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! The number of people infected after t days is P = 200 + 5t - t2. Find the number of days until the number of people infected is 176.\r \n" ); document.write( "\n" ); document.write( "Did you mean t^2 for t2?\r \n" ); document.write( "\n" ); document.write( "If so: \r \n" ); document.write( "\n" ); document.write( "Then 176 = 200 + 5t - t^2 which is equivalent to \r \n" ); document.write( "\n" ); document.write( "t^2 - 5t - 24 = 0\r \n" ); document.write( "\n" ); document.write( "Solve this quadratic equation for x. Hint: -24 = 8*(-3) and 8-3 = 5 \n" ); document.write( " |