document.write( "Question 1143257: In a large population, 51% of the people have been vaccinated. If 3 people are randomly selected, what is the probability that AT LEAST ONE of them has been vaccinated? \n" ); document.write( "
Algebra.Com's Answer #764038 by greenestamps(13209) You can put this solution on YOUR website! \n" ); document.write( "At least one means NOT none of the three: P(at least one) = 1 - P(none) \n" ); document.write( "P(none) = (1-.51)^3 = .49^3 = .117649 \n" ); document.write( "P(at least one) = 1-.117649 = .882351 \n" ); document.write( " |