document.write( "Question 265215: The number of people infected after t days is P=200+5t-t^2. Find the number of days until the number of people infected is 150.\r
\n" );
document.write( "\n" );
document.write( "Any help would be really appreciated. \n" );
document.write( "
Algebra.Com's Answer #195048 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! P=200+5t-t^2 \n" ); document.write( "150=-t^2+5t+200 \n" ); document.write( "t^2-5t-200+150=0 \n" ); document.write( "t^2-5t-50=0 \n" ); document.write( "(t-10)(x+5)=0 \n" ); document.write( "t-10=0 \n" ); document.write( "t=10 days it will take for 150 people to be infected. \n" ); document.write( " |