document.write( "Question 188670: 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 150. \n" ); document.write( "
Algebra.Com's Answer #141484 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 200 + 5t - t^2 \n" ); document.write( "The problem gives you: \n" ); document.write( "P = 150 \n" ); document.write( "150 = 200 + 5t - t^2 \n" ); document.write( "Moving everything to the left: \n" ); document.write( "t^2 - 5t - 200 + 150 = 0 \n" ); document.write( "t^2 - 5t - 50 = 0 \n" ); document.write( "(t-10)(t+5) = 0 \n" ); document.write( ". \n" ); document.write( "t = {-5, 10} \n" ); document.write( "Tossing out the negative solution we are left with: \n" ); document.write( "t = 10 days \n" ); document.write( " \n" ); document.write( " |