document.write( "Question 355015: In a certain high-risk group, the chances of a person having suffered a heart attack are 55%. If 6 people are chosen, find the probability that at least 1 will have had a heart attack. \n" ); document.write( "
Algebra.Com's Answer #253575 by stanbon(75887) ![]() You can put this solution on YOUR website! In a certain high-risk group, the chances of a person having suffered a heart attack are 55%. If 6 people are chosen, find the probability that at least 1 will have had a heart attack. \n" ); document.write( "-------- \n" ); document.write( "Binomial Problem with n=6 and p= 0.55 \n" ); document.write( "---------- \n" ); document.write( "P(at least one) = 1 - P(none) \n" ); document.write( "---- \n" ); document.write( "P(at least one has a heart attack) = 1 - P(none of 6 has a heart attack) \n" ); document.write( "--- \n" ); document.write( "= 1 - 0.45^6 \n" ); document.write( "--- \n" ); document.write( "= 1 - 0.0083 \n" ); document.write( "--- \n" ); document.write( "= 0.9917 \n" ); document.write( "================ \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |