document.write( "Question 430254: Survey Results reveal that 45% of patients screened for a virus test positive. from a random sample of 35 patients, estimate the probability that
\n" );
document.write( "more than 24 test positive \n" );
document.write( "
Algebra.Com's Answer #298793 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Survey Results reveal that 45% of patients screened for a virus test positive. from a random sample of 35 patients, estimate the probability that \n" ); document.write( "more than 24 test positive \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 35 and p = 0.45 \n" ); document.write( "------ \n" ); document.write( "P(x > 24) = 1-binomcdf(35,0.45,24) = 1-0.9986 = 0.0014\r \n" ); document.write( "\n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |