document.write( "Question 852777: A study determined that 7% of persons 65 to 74 have a certain symptom. A group of 19 persons age 65 to 74 get selected random . Find the probability that at least 2 persons have the symptom . What is the probability that at least 2 persons 65 to 74 have the symptom is ?? \n" ); document.write( "
Algebra.Com's Answer #513654 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "p = .07, n = 19
\n" ); document.write( "Using TI ****(highly recommended for cumulative probabilities
\n" ); document.write( "P(x ≥ 2) = 1 – binomcdf(19, .07, 1)
\n" ); document.write( "Or
\n" ); document.write( "Using \"P+%28x%29=+nCx%28p%5Ex%29%28q%29%5E%28n-x%29+\"
\n" ); document.write( "P(x ≥ 2)= 1 -P(0) - P(1)= 1 - .93^19 - 19(.07)^1(.93)^18 \n" ); document.write( "
\n" );