document.write( "Question 911561: A study determined that 7% of persons age 65 to 74 have a certain symptom. A group of 16 persons ages 65 to 74 are selected at random. Find the probability that at most 1 person has the symptom. \n" ); document.write( "
Algebra.Com's Answer #553174 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(symptom) = .07, n = 16 \n" ); document.write( "P(at most one) = 1 - P(None) = 1 - .93^16 \n" ); document.write( " |