document.write( "Question 916592: You are planning to conduct a clinical trial and will recruit patients from a hospital clinic. You are reviewing electronic health records to assess your possible success. In this clinic, approximately 10 new patients are seen in each session. You expect 70% of patients approached to be eligible for the new trial. What is the probability that at least seven patients will be eligible per clinic session? \r
\n" );
document.write( "\n" );
document.write( "Thank you for your assistance.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #556140 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(eligible) = .70, n = 10 \n" ); document.write( "P(x >= 7) = 1 - binomcdf(10, .70, 6) = 1 - .3504 = .6496 0r 64.96% \n" ); document.write( " |