document.write( "Question 988039: Suppose that 2.8% of the people in a city are infected with a particular virus. If 80 people from the city are selected at random, what is the probability that at least one of them is infected? Round your answer to three decimal places. \n" ); document.write( "
Algebra.Com's Answer #608701 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that 2.8% of the people in a city are infected with a particular virus. If 80 people from the city are selected at random, what is the probability that at least one of them is infected? Round your answer to three decimal places. \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 80 and p(infected) = 0.028 \n" ); document.write( "----- \n" ); document.write( "P(at least one) = 1 - P(none of the 80 are infected) \n" ); document.write( "--- \n" ); document.write( "P(at least one) = 1 - (0.972)^80 = 0.8969 \n" ); document.write( "-------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |