document.write( "Question 464956: In a certain high-risk group, the chance of a person having suffered a heart attack is 70%. If four persons are chosen from the group, find the probability that at least one will have had a heart attack. \n" ); document.write( "
Algebra.Com's Answer #318511 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p= .70 and q = .30
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "P(at least one in four) = 1 - P(none)
\n" ); document.write( " P(none) = .30^4
\n" ); document.write( "P(at least one in four) = 1 - .30^4 = .9919 \n" ); document.write( "
\n" );